An Ableton Live extension that removes silence from audio tracks in the Arrangement view. Built with the Ableton Extensions SDK.
Strip-Silence-1.0.35.ablx from this page.ablx file onto the Extensions pageRequires the Ableton Live beta build that supports Extensions.
From a time selection (one or more tracks):
From a track header (single track, full extent):
| Setting | Description |
|---|---|
| Threshold | Signal level below which audio is considered silence (dB) |
| Minimum Duration | Shortest gap that counts as silence — shorter gaps are ignored |
| Pre-roll | Silence kept before the next sound starts |
| Post-roll | Silence kept after the previous sound ends |
| Cut to nearest beat | Snaps each cut point to the nearest beat |
| Ripple edit | Slides clips together after cutting, closing the gaps |
All source files are in the source/ folder.
.tgz files in source/vendor/)cd source
npm install
npm start # build (dev) + load into Live via Developer Mode
npm run build:dev # dev bundle with sourcemaps
npm run build # production bundle
npm run package # bump patch version, build, and move .ablx to repo root
npm run package automatically increments the patch version and places the new .ablx in the repo root ready to commit.
MIT © Ellis Moss
$ claude mcp add strip-silence \
-- python -m otcore.mcp_server <graph>