mcp_opendaw_add_midi_effect
Add MIDI effects like Arpeggio, Pitch, or Velocity to an audio unit's MIDI chain to process note data before the instrument. Specify unit index and effect type, returns effect index.
Instructions
Add a MIDI effect to an audio unit's MIDI effect chain.
MIDI effects process note data before the instrument. They are chained on au.midiEffects (separate from audio effects on au.audioEffects).
effect_type: One of: Arpeggio, Pitch, Velocity, Zeitgeist, Spielwerk
unit_index: Audio unit index (must be an instrument AU, not output). Returns effect_index in the MIDI chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| effect_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |