mcp_opendaw_create_note
Add MIDI notes to a note track by specifying pitch, start beat, duration, velocity, track index, and audio unit index. Creates a clip automatically if needed.
Instructions
Create a MIDI note on a note track.
pitch: MIDI note number (60 = C4, 69 = A4). start_beat: beat position. duration_beats: note length in beats. velocity: 0.0-1.0. unit_index: Audio unit index (-1 = search all AUs for note tracks). track_index: Note track index within the AU.
If no clip exists on the track yet, one is auto-created. Notes are added to the first clip on the track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pitch | Yes | ||
| velocity | Yes | ||
| start_beat | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| duration_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |