duplicate_clip_to_scene
Duplicate a clip to an empty slot on the same track to use a loop in multiple scenes for live performance.
Instructions
Copy a clip (MIDI or AUDIO) from one slot to another empty slot on the SAME track. This is how you place a loop into several scenes for live performance ā and unlike create_clip it works for audio clips too.
Parameters:
track_index: The track that owns the clip
src_clip_index: The slot index to copy FROM (must contain a clip)
dest_clip_index: The slot index to copy TO (must be empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| src_clip_index | Yes | ||
| dest_clip_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |