ablx.directory

Delete Deactivated Midi Notes

An Ableton Live extension that deletes deactivated MIDI notes in MIDI Clips, MIDI Tracks and entire Live Sets

jpadevsNo ratings yet

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.

README · rendered from GitHubView source

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:

  1. This Clip — the clicked clip (only shown when triggered from a clip).
  2. This Track — every MIDI clip on that track (Session slots, Arrangement, and take lanes).
  3. 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.

No ratings yet — be the first

Comments

Sign in to join the discussion.Sign in

No comments yet.