Archives

Automapping layers

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 […]

Automapping layers

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

Chain Selection – Chain Number to Modifier

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 […]