mcp_opendaw_create_note_clip
Create a note clip in the session view to trigger MIDI patterns. Specify track, slot, name, and color.
Instructions
Create a note clip in the session view (clip launcher).
Note clips are the session-view counterpart to note regions. They contain a NoteEventCollection and can be triggered independently in the clip launcher.
unit_index: Audio unit index (-1 = search all AUs for note tracks). track_index: Note track index within the AU. clip_index: Slot index in the clip launcher (0, 1, 2, ...). name: Display name for the clip. hue: Color hue 0-360 (-1 = auto from track type).
Returns clip UUID and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hue | Yes | ||
| name | Yes | ||
| clip_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |