Delete Deactivated Midi Notes
An Ableton Live extension that deletes deactivated MIDI notes in MIDI Clips, MIDI Tracks and entire Live Sets
Unverified listing. This repo is new or has little community activity and the developer has not claimed it. Extensions run code inside Live — read the source, check the author, and only install things you trust.
Delete Deactivated MIDI Notes
An Ableton Live extension built with @ableton-extensions/sdk, by Johannes Paluka.
Removes all deactivated (muted) MIDI notes from a clip, a track, or the whole Set, via a simple selectable dialog.
Usage
Right-click a MIDI clip (or a MIDI track header) and choose “Delete Deactivated MIDI Notes…”. A dialog offers three scopes:
- This Clip — the clicked clip (only shown when triggered from a clip).
- This Track — every MIDI clip on that track (Session slots, Arrangement, and take lanes).
- Entire Live Set — every MIDI clip on every MIDI track.
The whole operation is wrapped in a single undo step, and a confirmation dialog reports how many notes were removed.
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. The generator filled this in for you; edit it if your
install moves.
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.