TakeLane
Represents a take lane on an Arrangement-view track — the comping lane that
collects alternate recorded passes. The TakeLane class exposes the lane’s
clips, mute state, and selection used to assemble a comp.
TakeLane
Section titled “TakeLane”This class represents a take lane in Live. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: Track
Section titled “canonical_parent: Track”Get the canonical parent of the take lane. From Live’s runtime docstring.
arrangement_clips: Vector[Clip]
Section titled “arrangement_clips: Vector[Clip]”Read-only access to the arrangement clips in the take lane. From Live’s runtime docstring.
name: str
Section titled “name: str”Read/write access to the name of the TakeLane, as visible in the take lane header. From Live’s runtime docstring.
Methods
Section titled “Methods”create_audio_clip()
Section titled “create_audio_clip()”- file_path: str
- start_time: float
Creates an audio clip referencing the file at the given path and inserts it into the arrangement at the specified time. Throws an error when called on a non-audio or a frozen track, when the specified time is outside the [0., 1576800.] range, when the track is currently being recorded into, or when the path doesn’t point to a valid audio file. From Live’s runtime docstring.
create_midi_clip()
Section titled “create_midi_clip()”- start_time: float
- length: float
Creates an empty MIDI clip and inserts it into the arrangement at the specified time. Throws an error when called on a non-MIDI track or a frozen track, when the specified time is outside the [0., 1576800.] range, or when the track is currently being recorded into. From Live’s runtime docstring.
Returned by 2 members elsewhere in the LOM
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.