load_instrument_by_name
Searches Ableton Live's browser for an instrument by name and loads the first match onto a specified track, using an optional category filter.
Instructions
Convenience composite: search the browser by name and load the first
loadable match onto the given track. Equivalent to calling
search_browser then load_browser_item yourself.
Parameters:
track_index: where to load the instrument
name: substring of the instrument name (e.g. "Operator", "808 Core")
category: which browser category to search; defaults to "instruments"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| name | Yes | ||
| category | No | instruments |