Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Browser Tools

Load instruments, effects, samples, and presets from Ableton's browser.

Loading Instruments

load_default_instrument

Load the default instrument (Drift synth).

load_instrument

Load an instrument by name.

ParameterTypeDescription
namestringInstrument name

Examples:

load_instrument("Analog")
load_instrument("Wavetable")
load_instrument("Operator")
load_instrument("Collision")

load_drum_kit

Load a drum kit.

ParameterTypeDescription
namestring?Kit name (optional)

Loading Effects

load_audio_effect

Load an audio effect.

ParameterTypeDescription
namestringEffect name

Examples:

load_audio_effect("Reverb")
load_audio_effect("Delay")
load_audio_effect("Compressor")
load_audio_effect("EQ Eight")
load_audio_effect("Auto Filter")

load_midi_effect

Load a MIDI effect.

ParameterTypeDescription
namestringEffect name

Examples:

load_midi_effect("Arpeggiator")
load_midi_effect("Chord")
load_midi_effect("Scale")
load_midi_effect("Random")

load_default_audio_effect

Load the default audio effect (Reverb).

load_default_midi_effect

Load the default MIDI effect (Arpeggiator).

list_audio_effects

List all available audio effects.

list_midi_effects

List all available MIDI effects.

Browsing

search_browser

Search the browser for items.

ParameterTypeDescription
querystringSearch query

browse

Browse a category.

ParameterTypeDescription
categorystringCategory name

Categories: Sounds, Drums, Instruments, Audio Effects, MIDI Effects, Max for Live, Plug-ins, Clips, Samples

browse_path

Browse a specific path within a category.

ParameterTypeDescription
categorystringCategory
pathstringPath within category

Samples & Clips

load_sample

Load a sample into Simpler.

ParameterTypeDescription
namestringSample name

load_clip

Load an audio/MIDI clip.

ParameterTypeDescription
namestringClip name

list_samples

List available samples.

ParameterTypeDescription
categorystring?Filter by category

list_clips

List available clips.

ParameterTypeDescription
categorystring?Filter by category

Plugins

load_plugin

Load a VST/AU plugin.

ParameterTypeDescription
namestringPlugin name

list_plugins

List available plugins.

load_max_device

Load a Max for Live device.

ParameterTypeDescription
namestringDevice name

list_max_devices

List available Max for Live devices.

User Library

list_user_presets

List user presets.

ParameterTypeDescription
categorystring?Filter by category

load_user_preset

Load a user preset.

ParameterTypeDescription
pathstringPreset path

Hotswap & Preview

hotswap_start

Enter hotswap mode for a device.

ParameterTypeDescription
track_indexintegerTrack index
device_indexintegerDevice index

hotswap_load

Load an item via hotswap.

ParameterTypeDescription
namestringItem to load

preview_sample

Preview a sample (plays in browser).

ParameterTypeDescription
namestringSample name

stop_preview

Stop sample preview.

Common Workflows

Create a Complete Synth Track

1. create_midi_track()
2. load_default_instrument()     // Drift
3. load_audio_effect("Reverb")
4. load_audio_effect("Delay")
5. load_midi_effect("Arpeggiator")

Find and Load a Bass Sound

1. search_browser("bass synth")
2. load_instrument("Bass")       // Or specific result