Hi @pascal.bauer
Welcome to the forum,
Master track and sends is already supported using the “SELECTED TRACK
DEVICES PARAMETERS” feature. I’ll add the request for specific devices control on sends and master sends to the nice-to-have list.
Can you expand on this? Do you mean more than the current 8?
Noted. We support the option in color-fixed mode, but not on value to color option.
It’s not currently possible, thanks for the suggestion though.
If you want to dive deeper into the coloring of the script, open the Map.py file, located inside the script folder, with a text editor, and search for the line: class YAELTEXColors:
You will find something like this:
class Session:
StopClipDisabled = MonoColor(0)
StopClipTriggered = MonoColor(75)
StopClip = MonoColor(22)
Scene = MonoColor(118)
NoScene = MonoColor(0)
SceneTriggered = MonoColor(57)
ClipTriggeredPlay = MonoColor(7)
ClipTriggeredRecord = MonoColor(5)
RecordButton = MonoColor(121)
ClipEmpty = MonoColor(0)
ClipStopped = MonoColor(120)
ClipStarted = MonoColor(43)
ClipRecording = MonoColor(109)
NavigationButtonOn = MonoColor(102)
NavigationButtonOff = MonoColor(2)
ZoomOn = MonoColor(36)
ZoomOff = MonoColor(0)
SelectedClipLaunch = MonoColor(8)
SelectedSceneLaunch = MonoColor(88)
Change the numbers to the color of your liking,
This is the value-to-color table
Be careful not to change the formatting of the text, save the changes, and restart Ableton.
Mm, yes. Mutes and solos are track states, but as you suggested it would be cool to see that reflected on clips, added to the nice-to-have list.