browser_load_item
Load an instrument, effect, preset, or sample from the Ableton browser onto the selected or armed track. Returns whether the item was newly loaded.
Instructions
Load an Ableton Browser item such as an instrument, effect, preset, or sample onto the selected or armed track. Use after browser_get_categories/path discovery. Idempotent best-effort: if the selected/armed track already has the item, returns changed=false; otherwise returns changed=true with loaded item name/path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Browser path as an array of names. Ex: ["instruments", "Wavetable", "Pads", "Air Pad"]. |