Mode Change Resets All LED/Display States
Got it! Stupid me hahah. Thank you for your quick response and have a great one, Jason
Got it! Stupid me hahah. Thank you for your quick response and have a great one, Jason
Hi John, thanks for the quick reply. In my script I have 16 encoders connected to the track volume of the 16 chains of a drum rack which is on track one in my script. First Drum Rack Chain: self.song().tracks[0].devices[0].chains[0].mixer_device.volume.value = self.get_value_from_ranges(False, 127, False, self.midi_cc_ch_0_val_70.cur_val, 0, 127, 2, 0.0, 0.85, 4, False) In Mode One, […]
Thank you so much for the reply, John. I’m really inexperienced, but I’m not using anything yet. At the moment, in the script, i’ve only added a Parameter Mapping to Knob 01. The knob hasn’t been modified by the script i downloaded from your website. The Device Parameter is set as follows: Track Selection – […]
Are you using a Reaction to set the device number via a modifier? If so, you need to ensure that the action ‘script > reload LED listeners’ is fired whenever the device number is updated, this will ensure that your LEDs update to the correct position
Hi, thanks for your kind words . It’s correct that all LEDs reload when modes are changed. They should update to match their parameters in Ableton however. is this not the case?
On/off buttons should now work with parameters. Re-generate your script to get the updated changes
Is anyone else experiencing problems with scripts that were created in CSS 2 after they been exported from CSS 3? If so, is there a thread somewhere for this topic?
Hello Glenn, as always you deliver some great stuff ! It seems to work perfectly. I did some minor change I posted below. At first this script removed the other function you wrote about the LED color of clips (!) but after investigation I renamed the variable button in this script to track_button to avoid […]
Here’s the Reaction. I didn’t know which buttons you want to use it with so you might need to change the channels and/or values of the list of buttons in Action Block 1. Reaction needed 4 Listeners: Script is initialised (for if a track is already selected upon initialisation) Highlighted Track changed Visible Tracks changed […]
That was a lot of info haha, basically it’s up to you! CSS sees each combination of MIDI (channel,Type, Value) as a separate input. So I would suggest adding each input from all firmware banks on your midi controller individually in the CSS Controller template. Then create a single script for all inputs in the […]