ablx.directory

Ableton Color Tools

v0.1.0

Small Ableton Live extension for improving track and clip coloring workflows.

maha mediaNo 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

Ableton Color Tools

Small Ableton Live extension for improving track and clip coloring workflows.

What this adds

  • Color Clip: Black context-menu action for AudioClip and MidiClip.
  • Color Track Clips: Black context-menu action for AudioTrack and MidiTrack; this colors all arrangement clips and session clips on the selected track black.

The first color is:

NameHexAbleton SDK numeric value
Black#0000000x000000

API notes learned from the bundled docs/examples

  • Extensions export activate(context: ActivationContext) and call initialize(context, "1.0.0").
  • Context-menu actions are registered with api.ui.registerContextMenuAction(scope, title, commandId).
  • Command callbacks receive an SDK Handle; resolve it with api.getObjectFromHandle(handle, Type).
  • Clip exposes a writable numeric color property.
  • Track does not expose a direct color property in SDK 1.0.0; this extension improves track color workflows by coloring the track's clips through track.arrangementClips and track.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

Sign in to join the discussion.Sign in

No comments yet.