compile_score
Compile music notation to MIDI and audio, returning an arrangement summary and diagnostics. Accepts a file path or inline content.
Instructions
Compile notation to MIDI and audio, returning the arrangement summary and any diagnostics. Pass either a path or inline content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | A .tap file to compile. | |
| audio | No | Also render audio. Slower; off by default. | |
| content | No | Notation to compile instead of a path. |