load_instrument_or_effect
Load an instrument or effect onto a track by providing its browser URI and track index. Optionally clear existing devices before loading.
Instructions
Load an instrument or effect onto a track by its browser URI. Use get_browser_tree and get_browser_items_at_path to find URIs. Returns the loaded device_name so you can verify the correct device was loaded. Set clear_existing=true to remove all existing devices from the track before loading — recommended when replacing an instrument on a non-empty track. IMPORTANT: load instruments sequentially, not in parallel. Concurrent loads will fail or land on the wrong track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| uri | Yes | ||
| clear_existing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |