load_instrument_or_effect
Load instruments and effects onto any Ableton track via browser URI, with support for master and return tracks. Combine with device parameters to fine-tune the loaded device.
Instructions
Load an instrument or effect device onto a track by its browser URI.
Discover URIs with get_browser_tree / get_browser_items_at_path. After
loading, use get_device_parameters + set_device_parameter to dial it in.
Pass track='master' or track='return:0' to load onto the master bus or a
return track (e.g. a Reverb on a return, or the master-bus chain).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | ||
| track | No | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |