create_take_lane_midi_clip
Create a MIDI clip inside a take lane on a track, specifying the lane index, start time, and length in beats.
Instructions
Create a MIDI clip inside a take lane.
Args: track_index: Zero-based index of the track. take_lane_index: Zero-based index of the take lane. start_time: Clip start position in beats. length: Clip length in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | ||
| start_time | Yes | ||
| track_index | Yes | ||
| take_lane_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |