setup_session
Set tempo and create named MIDI tracks with optional instrument loading in a single call. Perfect for quickly setting up a new Ableton Live session.
Instructions
Bootstrap a session in one call: set tempo and create named MIDI tracks, optionally loading an instrument found by name for each.
tracks: [{"name": "Drums", "instrument": "drum kit"}, {"name": "Bass", "instrument": "upright bass"}, ...]. "instrument" is a search_browser query (best match is loaded); omit it to create an empty track. Returns a per-track report with the loaded item names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tempo | Yes | ||
| tracks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |