Skip to content

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.

This class represents a take lane in Live. From Live’s runtime docstring.

Inherited from LomObject

Get the canonical parent of the take lane. From Live’s runtime docstring.

Read-only access to the arrangement clips in the take lane. From Live’s runtime docstring.

Read/write access to the name of the TakeLane, as visible in the take lane header. From Live’s runtime docstring.

  • file_path: str
  • start_time: float
Returns

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.

  • start_time: float
  • length: float
Returns

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.