Archives

Session Box condition

Well… speaking back about “No coding needed!”…. The session box functionality is pretty awkward and far away from perfect…. It is really better to rewrite it with reactions by now.

Session Box condition

On a session box – what incoming midi value will trigger a clip slot? It looks like any… I would prefer to trigger on 127 straight. And not on any other.

VU Meter possible?

Mine work fine. Modifier M1 is for desired track. Listeners: self.song().tracks[self.get_modifier_value(“m1”)].add_output_meter_left_listener self.song().tracks[self.get_modifier_value(“m1”)].add_output_meter_right_listener Actions: self.midi_cc_ch_0_val_29.send_value(int((self.song().tracks[self.get_modifier_value(“m1”)].output_meter_left)*100)) self.midi_cc_ch_0_val_30.send_value(int((self.song().tracks[self.get_modifier_value(“m1”)].output_meter_right)*100))

Multi Controller Surface

There is one Problem with that: when i select and arm one track…when i switch to another track, the old track stays armed. I can’t find out, how to fix that. As i know ableton has a radio that allows selected track to be armed = 1 and all other artmed = 0. This may […]

Listeners bug

Well, my bad. There is no “exit script” code. There is an “exit reaction” code. But that acts like exit script….. This is truely confusing…. !! Please !!! Make it a better way: Exit reaction – should not affect other reactions with same mappings and listeners. Add exit script – for a purpose to override […]

Laggy behavior after update to Live 12.3

Heya! It looks like this fix was important enough for Ableton that they released a 12.3.2 with only this! https://www.ableton.com/en/release-notes/live-12/ And indeed, it seems to be fixed for my Launch Control XL2 template! 🥳