midi_insert_cc
Insert a single MIDI CC event at a precise position within a track's MIDI item by specifying channel, CC number, value, and time.
Instructions
Insert single CC event. For composing use cc_curves in compose_arrangement or rewrite_cc.
Args: track_index: 0-based track index. item_index: MIDI item index. channel: 0-15. cc_number: 0-127. cc_value: 0-127. position: Seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| item_index | Yes | ||
| channel | Yes | ||
| cc_number | Yes | ||
| cc_value | Yes | ||
| position | Yes |