load_instrument_or_effect
Load an instrument or effect onto a track by its URI, choosing the track index and kind (regular, return, or master).
Instructions
Load an instrument or effect onto a track using its URI.
Parameters:
track_index: Index of the destination track (ignored for master)
uri: Browser URI of the device/instrument (from get_browser_tree / get_browser_items_at_path)
track_kind: 'regular' (default), 'return' (for return effects), or 'master' (for master chain)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | ||
| track_kind | No | regular | |
| track_index | Yes |