Skip to content

Examples

Running the example extensions included with the SDK

The SDK zip includes a set of working example extensions in the examples/ folder. Each one demonstrates a specific feature area:

ExampleWhat it shows
context-menuAdding items to Live’s right-click menus
modal-dialogOpening a modal dialog and receiving data back from it
progress-dialogShowing a progress indicator during a long-running operation
audio-clipsCreating audio clips and importing files into the project
warpModeReading and writing warp mode on audio clips
arrangementselectionWorking with a time selection across multiple tracks
strip-silenceA complete tool combining arrangement selection and audio rendering

Make sure Developer Mode is enabled in Live’s Preferences → Extensions, then:

Terminal window
cd examples/context-menu
npm install
npm start -- --live "/Applications/Ableton Live Beta.app"

The examples don’t include a .env file, so you need to pass --live with the path to your Live beta installation.