https://github.com/wuritz/trueclip
Clean up, reset and sequence imported audio stems, in Ableton. Revert audio clips back to their 'true' state.
https://github.com/wuritz/trueclip
ableton ableton-extension abletonlive abletonlive-extension audio clip music-production stem-preparation stems
Last synced: 8 days ago
JSON representation
Clean up, reset and sequence imported audio stems, in Ableton. Revert audio clips back to their 'true' state.
- Host: GitHub
- URL: https://github.com/wuritz/trueclip
- Owner: wuritz
- License: mit
- Created: 2026-06-16T10:33:27.000Z (20 days ago)
- Default Branch: master
- Last Pushed: 2026-06-24T18:26:36.000Z (12 days ago)
- Last Synced: 2026-06-24T20:09:40.420Z (12 days ago)
- Topics: ableton, ableton-extension, abletonlive, abletonlive-extension, audio, clip, music-production, stem-preparation, stems
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TrueClip for Ableton Live
An [Ableton Live](https://www.ableton.com) extension designed to clean up, reset and sequence imported audio stems.
When working with stems or tracking sessions, audio clips often end up trimmed, warped, or maybe scattered across the timeline for some reason.
**TrueClip** automatically restores your clips to their true, unedited states and arranges them sequentially, making your timeline clean and ready for mixing or exporting.
I built TrueClip to automate my own personal workflow for prepping stems.
## Usage
Open the extension with right-clicking either on an `Audio Track` or an `Audio Clip`, then under `Extensions\` find -> `TrueClip - Open..`.
Choose a mode between `Prepare Stems` and `Rename Clips`, tweak the settings, then press `Run`.
## Features
*TrueClip* optimizes your audio clips by:
1. Turning off warps for all clips
2. Putting the clip to the first point in the arrangement (1.1.1.1)
3. Extends the start and end of the clip to the audio's start and end points
5. Turns off the track - so your ears won't get blasted off when you hit play
Any one of these can be turned off, so you can tailor the process to fit your desire.
**⚠️New feature:⚠️**
- You can rename your track's clips to the track name
- You can do this either on one selected track or all tracks
An important thing to note:
* All features *ONLY* work on **Audio Clips**
## Prerequisites
If you want to compile the extension from source:
- Node.js ≥ `24.14.1`
- Ableton Extensions SDK (create a new folder called `vendor/` and place the `.tgz` SDK files there)
## Installation
You need **Ableton Live 12.4.5** (extensions should be supported) or higher to work.
1. Download the extension file (.ablx) from the [Releases](https://github.com/wuritz/trueclip/releases/latest) page
2. Open Ableton's `Preferences\Extensions`
3. Drag & Drop into there
### License
MIT © wuritz