bounce_session_to_arrangement
Render scenes onto the arrangement timeline by dropping clips in order, advancing the time cursor by a specified number of beats per scene.
Instructions
BETA: Render a sequence of scenes onto the arrangement timeline. For
each scene in scene_order (in order), every clip in that scene's
row is dropped onto the arrangement at the running time cursor. The
cursor advances by bar_length beats after each scene.
This is the closest thing to a one-call "session sketch → arrangement"
flow. Requires a Live version that supports
Track.duplicate_clip_to_arrangement.
Parameters:
scene_order: list of scene indices in playback order, e.g. [0, 0, 1, 2, 1, 3]
bar_length: how many beats each scene occupies on the timeline (default 4)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_order | Yes | ||
| bar_length | No |