Clear Names
v1.0.0Ableton Live extension to clear clip names with a single action
Clear Names
An Ableton Live extension built with @ableton-extensions/sdk.
This extension allows you to clear the clip names of all clips on a track or in an arrangement selection with one action and all clips in a track's clip slots or in a clip slot selection.
Get Started
Learn about building extensions: https://ableton.github.io/extensions-sdk/
Setup
The path to Ableton Live's Extension Host module is stored in .env as
EXTENSION_HOST_PATH. This isn't included in this repo as you may be
using a different version of Live installed in a different place, or
be on a different OS. So please generate a dummy extension using the
instructions in SDK documentation and copy the .env from that into
the top level of this repo if you want to build it yourself.
Scripts
npm start # build + run in Live's Extension Host
npm run build # production bundle of src/extension.ts
npm run build:dev # dev bundle (sourcemaps, not minified)
npm run package # build for production + create a .ablx archive
Rate this extension
One rating per account; you can change it any time.
Comments
No comments yet.