mcp_opendaw_create_playfield_sample
Add a drum pad to a Playfield drum machine by specifying MIDI note, sample name, duration seconds, and audio unit index.
Instructions
Add a drum pad to a Playfield drum machine.
midi_note: MIDI note number for this pad (36=C1, 38=D1, 42=F#1, etc). sample_name: Name for the sample slot. duration_seconds: Duration hint for the sample slot. unit_index: Audio unit index (-1 = auto-detect Playfield).
Returns the new pad index and MIDI note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| midi_note | Yes | ||
| unit_index | Yes | ||
| sample_name | Yes | ||
| duration_seconds | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |