midi_insert_cc
Insert a single MIDI Control Change (CC) event at a specified time position on a chosen track and MIDI item, with control over channel and value.
Instructions
Insert single CC event. For whole curves use the ccs array of rewrite_cc or compose_arrangement.
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 |
|---|---|---|---|
| channel | Yes | ||
| cc_value | Yes | ||
| position | Yes | ||
| cc_number | Yes | ||
| item_index | Yes | ||
| track_index | Yes |