mcp_opendaw_import_midi
Imports a standard MIDI file into an openDAW note track, converting ticks to 960 PPQN and supporting formats 0 and 1. Specify file, audio unit, track index, and beat offset.
Instructions
Import a MIDI file and create note events on a note track.
Parses standard MIDI (.mid) files and creates note regions with all notes. Supports format 0 and 1. Ticks are converted to openDAW PPQN (960/quarter).
file_path: Path to .mid file (absolute or relative to MCP server). unit_index: Audio unit index with a note track (-1 = search all AUs). track_index: Note track index within the AU. offset_beats: Offset in beats to shift all notes (e.g. start at bar 2 = 4.0).
Returns note count and time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| offset_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |