load_instrument_for_personality
Load the highest-scored instrument for a named artist personality onto a track by searching browser hints.
Instructions
Load the best Ableton instrument for the named personality onto a track.
Each personality has a BROWSER_HINTS list (e.g. Coltrane → ['tenor sax',
'saxophone', 'sax', 'brass']). This tool walks those hints in order, runs
a quality-scored search_browser for each, and loads the highest-scored
Instrument Rack / Device Preset across all hints onto the given track.
The Live API REPLACES the existing instrument when you load another one, so this is also a clean way to swap out a placeholder Operator for the "right" instrument for a personality.
Parameters:
track_index: target track
personality: any key from
list_personalitiesprefer_preset: rank Instrument Racks above raw samples (default True)
Returns the loaded item's name, path, score, and which hint matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| personality | Yes | ||
| prefer_preset | No |