How to display Ableton track colors on MIDI controller pads?

8.81K viewsCSS Questions
0

Hi,

Great to see 2.6 out of beta, thanks for keeping up the development!

Now with the new reactions working, is it possible to send the color of the track in Ableton to a controller RGB pad? I mean, pick up the color from Ableton, not write down manually a matching velocity value.

What I want to do is lay out all the tracks on my controller pads with their colors and then hit the pad to select the track. It is MUCH easier to select the right track when I can see the color. Counting tracks to find the right one from a bunch of identically colored ones is not really useful.

If it is possible now, I’d really appreciate some direction on how to do it… I’ve tried finding the functionality myself, but failed :-/

Cheers!

admin Changed status to publish
Attached Files:
0

You would need to add separate controls in the controller template which have the correct midi data (maybe use ‘LED Display’ controls) , then you can select it and send MIDI velocity to it.

admin Changed status to publish
Attached Files:
0

Maybe you’re looking in the wrong place, it’s actually in the ‘song’ category.
live object model > song > selected track has changed

admin Changed status to publish
Attached Files:
0

If you want to select / control track parameters by name (or anything other than the position number)
You will need to use reactions to find the correct track and then save its position number to a modifier.
It requires using a loops and modifiers in reactions.
These 2 tutorials cover both subjects:
Loops and lists: https://youtu.be/ZYzkH1_ZL6U
Modifiers: https://youtu.be/qXUmpnl1wps

admin Changed status to publish
Attached Files:
0

You can also very easily refer to tracks (I’m here because I’m looking for a fast way to color all the clips in a track) within the session box using their offset, like

self.song().tracks[self.get_sessbox_track_offset()]
self.song().tracks[self.get_sessbox_track_offset()+1]

for tracks 1 & 2 all the way through ‘+7’ for the 8th track in a 8 track session box.

admin Changed status to publish
Attached Files:
0

I made this Ableton 11 Color Palette Chart – Attached for Reference.

admin Changed status to publish