mcp_opendaw_create_synth_track
Create a synthesizer instrument track with a specified synth type and name, returning unit and track indices for use with creating notes.
Instructions
Create a new instrument audio unit with a synthesizer device and a note track.
Unlike create_instrument_track (which creates a Tape device for audio playback), this creates a MIDI synthesizer that responds to notes from create_note.
synth_type: 'vaporisateur' (subtractive synth, default), 'nano' (simple synth), 'soundfont' (SF2 player, needs sample), 'apparat' (FM synth). name: Display name for the instrument.
Returns unit_index and track_index for use with create_note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| synth_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |