Song
Represents the current Live Set — the root of the open document, reached
via Application.get_document() from the running app. The Song class
exposes transport state, session and arrangement editing, undo history,
and the Song.View used to drive Live’s UI selection.
This class represents a Live set. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: NoneProbed asNonehigh confidence- probe Song is the LOM root for the document tree. The probe observes None because Song has no parent (
Application.song returns the Song; there’s no inverse). Same structural reasoning as Application.canonical_parent.
Section titled “canonical_parent: NoneProbed asNonehigh confidenceprobe Song is the LOM root for the document tree. The probe observes None because Song has no parent (Application.song returns the Song; there’s no inverse). Same structural reasoning as Application.canonical_parent.”Application.song returns the Song; there’s no inverse). Same structural reasoning as Application.canonical_parent.Get the canonical parent of the song. From Live’s runtime docstring.
appointed_device: Device | NoneProbed asNonehigh confidence- docstring “Read, write, and listen access to the appointed Device.”
- corpus pushbase / ableton.v2 / ableton.v3 all read and assign Device values here.
Section titled “appointed_device: Device | NoneProbed asNonehigh confidencedocstring “Read, write, and listen access to the appointed Device.”corpus pushbase / ableton.v2 / ableton.v3 all read and assign Device values here.”Read, write, and listen access to the appointed Device From Live’s runtime docstring.
arrangement_overdub: bool
Section titled “arrangement_overdub: bool”Get/Set the global arrangement overdub state. From Live’s runtime docstring.
back_to_arranger: bool
Section titled “back_to_arranger: bool”Get/Set if triggering a Clip in the Session, disabled the playback of Clips in the Arranger. From Live’s runtime docstring.
can_capture_midi: bool
Section titled “can_capture_midi: bool”Get whether there currently is material to be captured on any tracks. From Live’s runtime docstring.
can_jump_to_next_cue: bool
Section titled “can_jump_to_next_cue: bool”Returns true when there is a cue marker right to the playing pos that we could jump to. From Live’s runtime docstring.
can_jump_to_prev_cue: bool
Section titled “can_jump_to_prev_cue: bool”Returns true when there is a cue marker left to the playing pos that we could jump to. From Live’s runtime docstring.
can_redo: bool
Section titled “can_redo: bool”Returns true if there is an undone action that we can redo. From Live’s runtime docstring.
can_undo: bool
Section titled “can_undo: bool”Returns true if there is an action that we can restore. From Live’s runtime docstring.
clip_trigger_quantization: Quantization
Section titled “clip_trigger_quantization: Quantization”Get/Set access to the quantization settings that are used to fire Clips in the Session. From Live’s runtime docstring.
count_in_duration: int
Section titled “count_in_duration: int”Get the count in duration. Returns an index, mapped as follows: 0 - None, 1 - 1 Bar, 2 - 2 Bars, 3 - 4 Bars. From Live’s runtime docstring.
Const access to a list of all cue points of the Live Song. From Live’s runtime docstring.
current_song_time: float
Section titled “current_song_time: float”Get/Set access to the songs current playing position in beats. From Live’s runtime docstring.
exclusive_arm: bool
Section titled “exclusive_arm: bool”Get if Tracks should be armed exclusively by default. From Live’s runtime docstring.
exclusive_solo: bool
Section titled “exclusive_solo: bool”Get if Tracks should be soloed exclusively by default. From Live’s runtime docstring.
file_path: str
Section titled “file_path: str”Get the current Live Set’s path on disk. From Live’s runtime docstring.
groove_amount: float
Section titled “groove_amount: float”Get/Set the global groove amount, that adjust all setup grooves in all clips. From Live’s runtime docstring.
groove_pool: GroovePool
Section titled “groove_pool: GroovePool”Get the groove pool. From Live’s runtime docstring.
is_ableton_link_enabled: bool
Section titled “is_ableton_link_enabled: bool”Enable/disable Ableton Link. From Live’s runtime docstring.
is_ableton_link_start_stop_sync_enabled: bool
Section titled “is_ableton_link_start_stop_sync_enabled: bool”Enable/disable Ableton Link Start Stop Sync. From Live’s runtime docstring.
is_counting_in: bool
Section titled “is_counting_in: bool”Get whether currently counting in. From Live’s runtime docstring.
is_playing: bool
Section titled “is_playing: bool”Returns true if the Song is currently playing. From Live’s runtime docstring.
last_event_time: float
Section titled “last_event_time: float”Return the time of the last set event in the song. In contrary to song_length, this will not add some extra beats that are mostly needed for Display purposes in the Arrangerview. From Live’s runtime docstring.
loop: bool
Section titled “loop: bool”Get/Set the looping flag that en/disables the usage of the global loop markers in the song. From Live’s runtime docstring.
loop_length: float
Section titled “loop_length: float”Get/Set the length of the global loop marker position in beats. From Live’s runtime docstring.
loop_start: float
Section titled “loop_start: float”Get/Set the start of the global loop marker position in beats. From Live’s runtime docstring.
master_track: Track
Section titled “master_track: Track”Access to the Main Track (always available) From Live’s runtime docstring.
metronome: bool
Section titled “metronome: bool”Get/Set if the metronom is audible. From Live’s runtime docstring.
midi_recording_quantization: RecordingQuantization
Section titled “midi_recording_quantization: RecordingQuantization”Get/Set access to the settings that are used to quantize MIDI recordings. From Live’s runtime docstring.
name: str
Section titled “name: str”Get the current Live Set’s name. From Live’s runtime docstring.
nudge_down: bool
Section titled “nudge_down: bool”Get/Set the status of the nudge down button. From Live’s runtime docstring.
nudge_up: bool
Section titled “nudge_up: bool”Get/Set the status of the nudge up button. From Live’s runtime docstring.
overdub: bool
Section titled “overdub: bool”Legacy hook for Live 8 overdub state. Now hooks to session record, but never starts playback. From Live’s runtime docstring.
punch_in: bool
Section titled “punch_in: bool”Get/Set the flag that will enable recording as soon as the Song plays and hits the global loop start region. From Live’s runtime docstring.
punch_out: bool
Section titled “punch_out: bool”Get/Set the flag that will disable recording as soon as the Song plays and hits the global loop end region. From Live’s runtime docstring.
re_enable_automation_enabled: bool
Section titled “re_enable_automation_enabled: bool”Returns true if some automated parameter has been overriden From Live’s runtime docstring.
record_mode: bool
Section titled “record_mode: bool”Get/Set the state of the global recording flag. From Live’s runtime docstring.
return_tracks: Vector[Track]
Section titled “return_tracks: Vector[Track]”Const access to the list of available Return Tracks. From Live’s runtime docstring.
root_note: int
Section titled “root_note: int”Set and access the root (i.e. key) of the song. The root can be a number between 0 and 11, with 0 corresponding to C and 11 corresponding to B. From Live’s runtime docstring.
scale_intervals: IntVector
Section titled “scale_intervals: IntVector”Reports the current scale’s intervals as a list of integers, starting with the root and representing the number of halfsteps (e.g. Major -> 0, 2, 4, 5, 7, 9, 11) From Live’s runtime docstring.
scale_mode: bool
Section titled “scale_mode: bool”Access to the Scale Mode setting in Live. When on, key tracks that belong to the currently selected scale are highlighted in Live’s MIDI Note Editor, and pitch-based parameters in MIDI Tools and Devices can be edited in scale degrees rather than semitones. From Live’s runtime docstring.
scale_name: str
Section titled “scale_name: str”Set and access the currently selected scale by name. The default scale names that can be saved with a set and recalled are ‘Major’, ‘Minor’, ‘Dorian’, ‘Mixolydian’ ,‘Lydian’ ,‘Phrygian’ ,‘Locrian’, ‘Whole Tone’, ‘Half-whole Dim.’, ‘Whole-half Dim.’, ‘Minor Blues’, ‘Minor Pentatonic’, ‘Major Pentatonic’, ‘Harmonic Minor’, ‘Harmonic Major’, ‘Dorian #4’, ‘Phrygian Dominant’, ‘Melodic Minor’, ‘Lydian Augmented’, ‘Lydian Dominant’, ‘Super Locrian’, ‘Bhairav’, ‘Hungarian Minor’, ‘8-Tone Spanish’, ‘Hirajoshi’, ‘In-Sen’, ‘Iwato’, ‘Kumoi’, ‘Pelog Selisir’, ‘Pelog Tembung’, ‘Messiaen 3’, ‘Messiaen 4’, ‘Messiaen 5’, ‘Messiaen 6’, ‘Messiaen 7’ From Live’s runtime docstring.
Const access to a list of all Scenes in the Live Song. From Live’s runtime docstring.
select_on_launch: bool
Section titled “select_on_launch: bool”Get if Scenes and Clips should be selected when fired. From Live’s runtime docstring.
session_automation_record: bool
Section titled “session_automation_record: bool”Returns true if automation recording is enabled. From Live’s runtime docstring.
session_record: bool
Section titled “session_record: bool”Get/Set the session record state. From Live’s runtime docstring.
session_record_status: SessionRecordStatusProbed asinthigh confidence- schema
SessionRecordStatus enum in the same module (Song); property name is a direct snake-case match.
Section titled “session_record_status: SessionRecordStatusProbed asinthigh confidenceschema SessionRecordStatus enum in the same module (Song); property name is a direct snake-case match.”SessionRecordStatus enum in the same module (Song); property name is a direct snake-case match.Get the session slot-recording state. From Live’s runtime docstring.
signature_denominator: int
Section titled “signature_denominator: int”Get/Set access to the global signature denominator of the Song. From Live’s runtime docstring.
signature_numerator: int
Section titled “signature_numerator: int”Get/Set access to the global signature numerator of the Song. From Live’s runtime docstring.
song_length: float
Section titled “song_length: float”Return the time of the last set event in the song, plus som extra beats that are usually added for better navigation in the arrangerview. From Live’s runtime docstring.
start_time: float
Section titled “start_time: float”Get/Set access to the songs current start time in beats. The set time may be overridden by the current loop/locator start time. From Live’s runtime docstring.
swing_amount: float
Section titled “swing_amount: float”Get/Set access to the amount of swing that is applied when adding or quantizing notes to MIDI clips From Live’s runtime docstring.
tempo: float
Section titled “tempo: float”Get/Set the global project tempo. From Live’s runtime docstring.
tempo_follower_enabled: bool
Section titled “tempo_follower_enabled: bool”Get/Set whether the Tempo Follower is controlling the tempo. The Tempo Follower Toggle must be made visible in the preferences for this property to be effective. From Live’s runtime docstring.
Const access to a list of all Player Tracks in the Live Song, excluding the return and Main Track (see also Song.send_tracks and Song.master_track). At least one MIDI or Audio Track is always available. From Live’s runtime docstring.
tuning_system: TuningSystem
Section titled “tuning_system: TuningSystem”Access the currently active tuning system. From Live’s runtime docstring.
Representing the view aspects of a Live document: The Session and Arrangerview. From Live’s runtime docstring.
visible_tracks: Vector[Track]
Section titled “visible_tracks: Vector[Track]”Const access to a list of all visible Player Tracks in the Live Song, excluding the return and Main Track (see also Song.send_tracks and Song.master_track). At least one MIDI or Audio Track is always available. From Live’s runtime docstring.
Listener Only
Section titled “Listener Only”Fires when the song’s underlying data store is modified —
the generic state-change signal for the Set’s persistent
state. The programmatic trigger is set_data (read via
get_data); whether other Set-level mutations also fire it
is unverified.
scale_information
Section titled “scale_information”Fires when Live 12’s scale settings change — root note, scale
mode, or scale-aware playback toggle. Triggered by writes to
the corresponding Song properties (scale_name,
root_note, scale_intervals, scale_mode).
Methods
Section titled “Methods”begin_undo_step()
Section titled “begin_undo_step()”capture_and_insert_scene()
Section titled “capture_and_insert_scene()”- capture_mode: CaptureMode | int = CaptureMode.all
Capture currently playing clips and insert them as a new scene after the selected scene. Raises a runtime error if creating a new scene would exceed the limitations. From Live’s runtime docstring.
capture_midi()
Section titled “capture_midi()”- destination: CaptureDestination | int = CaptureDestination.auto
Capture recently played MIDI material from audible tracks. If no Destination is given or Destination is set to CaptureDestination.auto, the captured material is inserted into the Session or Arrangement depending on which is visible. If Destination is set to CaptureDestination.session or CaptureDestination.arrangement, inserts the material into Session or Arrangement, respectively. Raises a limitation error when capturing into the Session and a new scene would have to be created but can’t because it would exceed the limitations. From Live’s runtime docstring.
continue_playing()
Section titled “continue_playing()”Continue playing the song from the current position From Live’s runtime docstring.
create_audio_track()
Section titled “create_audio_track()”- index: int | NoneProbed as
object | Nonemedium confidence- M4L external/max-for-live-docs/9.0/song.md describes an optional index parameter; usage shows the function called with no args (default = None means “append at end”).
- sister method type pinned by convention across other create_* methods; not corpus-verified.
Create a new audio track at the optional given index and return it.If the index is -1, the new track is added at the end. It will create a default audio track if possible. If the index is invalid or the new track would exceed the limitations, a limitation error is raised.If the index is missing, the track is created after the last selected item From Live’s runtime docstring.
create_midi_track()
Section titled “create_midi_track()”- index: int | NoneProbed as
object | Nonemedium confidence- sister method same pattern as create_audio_track — M4L docs explicit.
Create a new midi track at the optional given index and return it.If the index is -1, the new track is added at the end.It will create a default midi track if possible. If the index is invalid or the new track would exceed the limitations, a limitation error is raised.If the index is missing, the track is created after the last selected item From Live’s runtime docstring.
create_return_track()
Section titled “create_return_track()”Create a new return track at the end and return it. If the new track would exceed the limitations, a limitation error is raised. If the maximum number of return tracks is exceeded, a RuntimeError is raised. From Live’s runtime docstring.
create_scene()
Section titled “create_scene()”- index: int
Create a new scene at the given index. If the index is -1, the new scene is added at the end. If the index is invalid or the new scene would exceed the limitations, a limitation error is raised. From Live’s runtime docstring.
delete_return_track()
Section titled “delete_return_track()”- index: int
Delete the return track with the given index. If no track with this index exists, an exception will be raised. From Live’s runtime docstring.
delete_scene()
Section titled “delete_scene()”- index: int
Delete the scene with the given index. If no scene with this index exists, an exception will be raised. From Live’s runtime docstring.
delete_track()
Section titled “delete_track()”- index: int
Delete the track with the given index. If no track with this index exists, an exception will be raised. From Live’s runtime docstring.
duplicate_scene()
Section titled “duplicate_scene()”- index: int
Duplicates a scene and selects the new one. Raises a limitation error if creating a new scene would exceed the limitations. From Live’s runtime docstring.
duplicate_track()
Section titled “duplicate_track()”- index: int
Duplicates a track and selects the new one. If the track is inside a folded group track, the group track is unfolded. Raises a limitation error if creating a new track would exceed the limitations. From Live’s runtime docstring.
end_undo_step()
Section titled “end_undo_step()”find_device_position()
Section titled “find_device_position()”- device: Device
- target: Track | ChainProbed as
LomObjecthigh confidence- C++ signature binding declares
targetasLomObject— wider than what the method actually accepts. - docstring “where the device can be inserted” (a device-containing container).
- corpus Push2 (
device_navigation.py:247,257,264,269) passes onlydevice.canonical_parent(a Track or Chain) or a Chain obtained viarack.view.selected_chain— never any other LomObject. Track and Chain are the only LOM classes that contain devices.
- C++ signature binding declares
- target_position: int
Returns the closest possible position to the given target, where the device can be inserted. If inserting is not possible at all (i.e. if the device type is wrong), -1 is returned. From Live’s runtime docstring.
force_link_beat_time()
Section titled “force_link_beat_time()”Force the Link timeline to jump to Lives current beat time. Danger: This can cause beat time discontinuities in other connected apps. From Live’s runtime docstring.
get_beats_loop_length()
Section titled “get_beats_loop_length()”Get const access to the songs loop length, using a BeatTime class with the current global set signature. From Live’s runtime docstring.
get_beats_loop_start()
Section titled “get_beats_loop_start()”Get const access to the songs loop start, using a BeatTime class with the current global set signature. From Live’s runtime docstring.
get_current_beats_song_time()
Section titled “get_current_beats_song_time()”Get const access to the songs current playing position, using a BeatTime class with the current global set signature. From Live’s runtime docstring.
get_current_smpte_song_time()
Section titled “get_current_smpte_song_time()”- smpte_format: int
Get const access to the songs current playing position, by specifying the SMPTE format in which you would like to receive the time. From Live’s runtime docstring.
get_data()
Section titled “get_data()”- key: str
- default_value: AnyProbed as
objecthigh confidence- corpus passes int (3, 5), bool (True), str defaults across pushbase / ableton.v2 / ableton.v3 — the binding accepts arbitrary persistent data, so
Anyis the honest parameterization for both arg and return.
- corpus passes int (3, 5), bool (True), str defaults across pushbase / ableton.v2 / ableton.v3 — the binding accepts arbitrary persistent data, so
objecthigh confidence- corpus passes int (3, 5), bool (True), str defaults across pushbase / ableton.v2 / ableton.v3 — the binding accepts arbitrary persistent data, so
Anyis the honest parameterization for both arg and return.
Get data for the given key, that was previously stored using set_data. From Live’s runtime docstring.
is_cue_point_selected()
Section titled “is_cue_point_selected()”Return true if the global playing pos is currently on a cue point. From Live’s runtime docstring.
jump_by()
Section titled “jump_by()”- beats: float
Set a new playing pos, relative to the current one. From Live’s runtime docstring.
jump_to_next_cue()
Section titled “jump_to_next_cue()”Jump to the next cue (marker) if possible. From Live’s runtime docstring.
jump_to_prev_cue()
Section titled “jump_to_prev_cue()”Jump to the prior cue (marker) if possible. From Live’s runtime docstring.
move_device()
Section titled “move_device()”- device: Device
- target: Track | ChainProbed as
LomObjecthigh confidence- sister method same situation as
find_device_position. - C++ signature binding declares
LomObject. - docstring “Move a device into the target” (a device-containing container).
- corpus Push2 (
device_navigation.py:247,257,264,269) only passes Track or Chain. Narrowed to the two LOM classes that actually contain devices.
- sister method same situation as
- target_position: int
Move a device into the target at the given position, where 0 moves it before the first device and len(devices) moves it to the end of the device chain.If the device cannot be moved to this position, the nearest possible position is chosen. If the device type is not valid, a runtime error is raised.Returns the index, where the device was moved to. From Live’s runtime docstring.
play_selection()
Section titled “play_selection()”Start playing the current set selection, or do nothing if no selection is set. From Live’s runtime docstring.
re_enable_automation()
Section titled “re_enable_automation()”Discards overrides of automated parameters. From Live’s runtime docstring.
redo()
Section titled “redo()”Redo the last action that was undone. From Live’s runtime docstring.
scrub_by()
Section titled “scrub_by()”- beats: float
Same as jump_by, but does not stop playback. From Live’s runtime docstring.
set_data()
Section titled “set_data()”- key: str
- value: AnyProbed as
objecthigh confidence- corpus passes int (interval), bool (is_horizontal), arbitrary persistent data — pushbase/instrument_component.py:88-110 shows the pattern. Any matches.
Store data for the given key in this object. The data is persistent and will be restored when loading the Live Set. From Live’s runtime docstring.
set_or_delete_cue()
Section titled “set_or_delete_cue()”When a cue is selected, it gets deleted. If no cue is selected, a new cue is created at the current global songtime. From Live’s runtime docstring.
start_playing()
Section titled “start_playing()”Start playing from the startmarker From Live’s runtime docstring.
stop_all_clips()
Section titled “stop_all_clips()”- quantized: bool = True
Stop all playing Clips (if any) but continue playing the Song. From Live’s runtime docstring.
stop_playing()
Section titled “stop_playing()”Stop playing the Song. From Live’s runtime docstring.
tap_tempo()
Section titled “tap_tempo()”Trigger the tap tempo function. From Live’s runtime docstring.
trigger_session_record()
Section titled “trigger_session_record()”- record_length: float = 1.7976931348623157e+308
Triggers a new session recording. From Live’s runtime docstring.
undo()
Section titled “undo()”Undo the last action that was made. From Live’s runtime docstring.
Nested types
Section titled “Nested types”Song.View— Representing the view aspects of a Live document: The Session and Arrangerview.
Returned by 1 member elsewhere in the LOM
Other classes
Section titled “Other classes”BeatTime
Section titled “BeatTime”Represents a Time, splitted into Bars, Beats, SubDivision and Ticks. From Live’s runtime docstring.
Properties
Section titled “Properties”bars: int
Section titled “bars: int”beats: int
Section titled “beats: int”sub_division: int
Section titled “sub_division: int”ticks: int
Section titled “ticks: int”Returned by 3 members elsewhere in the LOM
CuePoint
Section titled “CuePoint”Represents a ‘Marker’ in the arrangement. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: Song
Section titled “canonical_parent: Song”Get the canonical parent of the cue point. From Live’s runtime docstring.
name: str
Section titled “name: str”Get/Set/Listen to the name of this CuePoint, as visible in the arranger. From Live’s runtime docstring.
time: float
Section titled “time: float”Get/Listen to the CuePoint’s time in beats. From Live’s runtime docstring.
Methods
Section titled “Methods”jump()
Section titled “jump()”When the Song is playing, set the playing-position quantized to this Cuepoint’s time. When not playing, simply move the start playing position. From Live’s runtime docstring.
Returned by 1 member elsewhere in the LOM
SmptTime
Section titled “SmptTime”Represents a Time, split into Hours, Minutes, Seconds and Frames. The frame type must be specified when calling a function that returns a SmptTime. From Live’s runtime docstring.
Properties
Section titled “Properties”frames: int
Section titled “frames: int”hours: int
Section titled “hours: int”minutes: int
Section titled “minutes: int”seconds: int
Section titled “seconds: int”Returned by 1 member elsewhere in the LOM
Song.View
Section titled “Song.View”Representing the view aspects of a Live document: The Session and Arrangerview. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: Song
Section titled “canonical_parent: Song”Get the canonical parent of the song view. From Live’s runtime docstring.
detail_clip: Clip | NoneProbed asNonehigh confidence- docstring “Get/Set the Clip that is currently visible in Lives Detailview.”
- corpus Push and Push2 both read and assign Clip values here.
Section titled “detail_clip: Clip | NoneProbed asNonehigh confidencedocstring “Get/Set the Clip that is currently visible in Lives Detailview.”corpus Push and Push2 both read and assign Clip values here.”Get/Set the Clip that is currently visible in Lives Detailview. From Live’s runtime docstring.
draw_mode: bool
Section titled “draw_mode: bool”Get/Set if the Envelope/Note draw mode is enabled. From Live’s runtime docstring.
follow_song: bool
Section titled “follow_song: bool”Get/Set if the Arrangerview should scroll to show the playmarker. From Live’s runtime docstring.
highlighted_clip_slot: ClipSlot
Section titled “highlighted_clip_slot: ClipSlot”Get/Set the clip slot, defined via the selected track and scene in the Session.Will be None for Main- and Sendtracks. From Live’s runtime docstring.
selected_chain: Chain | NoneProbed asNonehigh confidence- docstring “Get the highlighted chain if available.”
- corpus Push2/track_selection.py:95 and pushbase/selection.py:54 both assign Chain values to this property.
Section titled “selected_chain: Chain | NoneProbed asNonehigh confidencedocstring “Get the highlighted chain if available.”corpus Push2/track_selection.py:95 and pushbase/selection.py:54 both assign Chain values to this property.”Get the highlighted chain if available. From Live’s runtime docstring.
selected_parameter: DeviceParameter | NoneProbed asNonehigh confidence- docstring confirms
DeviceParameter return type. - M4L explicit: “selected_parameter [DeviceParameter] read-only observe”. Read-only nullable.
Section titled “selected_parameter: DeviceParameter | NoneProbed asNonehigh confidencedocstring confirms DeviceParameter return type.M4L explicit: “selected_parameter [DeviceParameter] read-only observe”. Read-only nullable.”DeviceParameter return type.Get the currently selected device parameter. From Live’s runtime docstring.
selected_scene: Scene
Section titled “selected_scene: Scene”Get/Set the current selected scene in Lives Sessionview. From Live’s runtime docstring.
selected_track: Track
Section titled “selected_track: Track”Get/Set the current selected Track in Lives Session or Arrangerview. From Live’s runtime docstring.
Methods
Section titled “Methods”select_device()
Section titled “select_device()”- device: Device
- should_appoint_device: bool = True
Select the given device. From Live’s runtime docstring.
CaptureDestination
Section titled “CaptureDestination”The destination for MIDI capture. From Live’s runtime docstring.
Members
Section titled “Members”auto | 0 |
session | 1 |
arrangement | 2 |
CaptureMode
Section titled “CaptureMode”The capture mode that is used for capture and insert scene. From Live’s runtime docstring.
Members
Section titled “Members”all | 0 |
all_except_selected | 1 |
Quantization
Section titled “Quantization”Members
Section titled “Members”q_no_q | 0 |
q_8_bars | 1 |
q_4_bars | 2 |
q_2_bars | 3 |
q_bar | 4 |
q_half | 5 |
q_half_triplet | 6 |
q_quarter | 7 |
q_quarter_triplet | 8 |
q_eight | 9 |
q_eight_triplet | 10 |
q_sixtenth | 11 |
q_sixtenth_triplet | 12 |
q_thirtytwoth | 13 |
RecordingQuantization
Section titled “RecordingQuantization”Members
Section titled “Members”rec_q_no_q | 0 |
rec_q_quarter | 1 |
rec_q_eight | 2 |
rec_q_eight_triplet | 3 |
rec_q_eight_eight_triplet | 4 |
rec_q_sixtenth | 5 |
rec_q_sixtenth_triplet | 6 |
rec_q_sixtenth_sixtenth_triplet | 7 |
rec_q_thirtysecond | 8 |
SessionRecordStatus
Section titled “SessionRecordStatus”Members
Section titled “Members”off | 0 |
transition | 2 |
on | 1 |
TimeFormat
Section titled “TimeFormat”Members
Section titled “Members”ms_time | 0 |
smpte_24 | 1 |
smpte_25 | 2 |
smpte_30 | 3 |
smpte_30_drop | 4 |
smpte_29 | 5 |
Functions
Section titled “Functions”get_all_scales_ordered()
Section titled “get_all_scales_ordered()”tuple[tuple, …]high confidence- corpus pushbase/melodic_pattern.py:52 unpacks
Scale(name=x[0], notes=x[1]) for x in Live.Song.get_all_scales_ordered()— confirmstuple[tuple[str, tuple[int, ...]], ...].
Get an ordered tuple of tuples of all available scale names to intervals. From Live’s runtime docstring.
This is an independent reference site. Not affiliated with, endorsed by, or sponsored by Ableton AG. “Ableton”, “Live”, “Push”, and related marks are trademarks of Ableton AG.