Where is the users sharing page?
Still nothing of sharing scripts? Its been 4 years. Im looking to get a Maschine Studio Script with out having to sit for hour building things.
Still nothing of sharing scripts? Its been 4 years. Im looking to get a Maschine Studio Script with out having to sit for hour building things.
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.
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.
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))
hi, vumeter doesn t work here, ableton always output a velocity of 64, anyone can help me please?
Regarding arming tracks, I use a Reaction to first loop through and unarm all tracks before arming a new one.
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 […]
Edit: solved. Thanks soo much.
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 […]
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! 🥳