garageband_make_from_score_spec
Converts a JSON band score specification into multi-track MIDI, opens it in GarageBand, and optionally captures a screenshot or exports audio.
Instructions
High-level recipe: accept an LLM-friendly JSON band score spec, create multi-track MIDI, open it in GarageBand, optionally screenshot and export audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score_spec | Yes | ||
| output_dir | Yes | ||
| name | No | ||
| velocity | No | ||
| open_in_garageband | No | ||
| show_library | No | ||
| show_smart_controls | No | ||
| show_loop_browser | No | ||
| screenshot_output | No | ||
| snapshot_depth | No | ||
| discard_unsaved | No | ||
| export_output | No | ||
| export_format | No | ||
| export_quality | No | ||
| export_include_cycle | No | ||
| export_overwrite | No | ||
| export_timeout_seconds | No |