Skip to content

Push2.clip_decoration

Classes

class ClipPositions(EventObject)

Bases: EventObject

Attributes

  • MAX_TIME = 10000000
  • MIN_TIME = -10000
  • start
  • end
  • start_marker
  • end_marker
  • loop_start
  • loop_end
  • loop_length
  • use_beat_time
  • _ClipPositions__on_start_marker_changed
  • _ClipPositions__on_end_marker_changed
  • _ClipPositions__on_loop_start_changed
  • _ClipPositions__on_loop_end_changed
  • _ClipPositions__on_is_recording_changed
  • _ClipPositions__on_warp_markers_changed
  • _ClipPositions__on_looping_changed
  • _ClipPositions__on_warping_changed
  • _ClipPositions__on_notes_changed

__init__(self, clip, *a, **k)

is_warping(self)

_convert_to_desired_unit(self, beat_time_or_seconds)

__on_start_marker_changed(self)

__on_end_marker_changed(self)

__on_loop_start_changed(self)

__on_loop_end_changed(self)

__on_is_recording_changed(self)

__on_warp_markers_changed(self)

__on_looping_changed(self)

__on_warping_changed(self)

__on_notes_changed(self)

_update_start_end_note_times(self)

_process_looping_update(self)

_update_loop_length(self)

_update_start_end(self)

update_all(self)

class MidiClipZoomParameter(MidiClipTimelineNavigation, InternalParameter)

Bases: MidiClipTimelineNavigation, InternalParameter

class AudioClipZoomParameter(AudioClipTimelineNavigation, InternalParameter)

Bases: AudioClipTimelineNavigation, InternalParameter

class ClipDecoration(EventObject, LiveObjectDecorator)

Bases: EventObject, LiveObjectDecorator

__init__(self, *a, **k)

positions(self)

zoom(self)

timeline_navigation(self)

class ClipDecoratorFactory(DecoratorFactory)

Bases: DecoratorFactory

Attributes

  • _decorator

_should_be_decorated(cls, clip)

class ClipDecoratedPropertiesCopier(object)

Bases: object

__init__(self, source_clip, destination_clip, decorator_factory)

post_duplication_action(self)

_copy_zoom_parameter(self, copied_decorated_clip)