Ableton Color Tools
v0.1.0Small Ableton Live extension for improving track and clip coloring workflows.
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
Ableton Color Tools
Small Ableton Live extension for improving track and clip coloring workflows.
What this adds
Color Clip: Blackcontext-menu action forAudioClipandMidiClip.Color Track Clips: Blackcontext-menu action forAudioTrackandMidiTrack; this colors all arrangement clips and session clips on the selected track black.
The first color is:
| Name | Hex | Ableton SDK numeric value |
|---|---|---|
| Black | #000000 | 0x000000 |
API notes learned from the bundled docs/examples
- Extensions export
activate(context: ActivationContext)and callinitialize(context, "1.0.0"). - Context-menu actions are registered with
api.ui.registerContextMenuAction(scope, title, commandId). - Command callbacks receive an SDK
Handle; resolve it withapi.getObjectFromHandle(handle, Type). Clipexposes a writable numericcolorproperty.Trackdoes not expose a direct color property in SDK1.0.0; this extension improves track color workflows by coloring the track's clips throughtrack.arrangementClipsandtrack.clipSlots.
Development
npm install
npm test
npm run build
Run in Live
npm start
Rate this extension
One rating per account; you can change it any time.
No ratings yet — be the first
Comments
No comments yet.