You can add a Condition that checks if the “Previous Value” of the Slider “is equal to” that line of code (that you posted) in front of the “=” (equal sign). See the picture for an example. The line of code under your condition should read something like this: self.midi_cc_ch_10_val_1.pre_val == self.song().view.selected_track.view.selected_device.parameters[self.get_modifier_value(“m1”) + 1].value When […]
Hi Glen, How do I need to modify the line below to make the controller input picking up the parameter value, not the other way around. self.song().view.selected_track.view.selected_device.parameters[self.get_modifier_value(“m1”) + 1].value = self.midi_cc_ch_10_val_1.cur_val Thanks! Pete
Hey, anyone got any ideas here? No doubt someone has tried this before…?
please please please if you have even the slightest suggestion i would really appreciate it
Yes you’re right that should have been mentioned. We will take another look at the this, displaying it in the old order may make more sense.
This sounds like an error from CSS 2.7. Try moving/duplicating the mappings & modes to a new script.
I would also be interested to know this – I am guessing it is not possible given my limited knowledge of coding, but I’d love to be proven wrong
Hey Glenn, So you know what found yesterday – It was the holy grail. If you check this documentation you can see the chain selector info is output on Parameter 17 of the instrument rack device parameters. I set that value to the value of a modifier and then could use that to select the […]