PDA

View Full Version : Assign the same CC to multiple Button


amsonx
02-10-2009, 06:03 AM
I' tryng to assign one CC to multiple button in a stack and i've noticed that's no possible: when i use midi detetct on another button with the same CC the first goes

for example i want set on/off more mute button in several modules at same time. (NRPN generator in this case)

(sorry for this bad english)

jue
02-10-2009, 08:21 AM
hello,

just a little idea here:
take a fadebox ( because we have no buttons in the moment) and assign your controller to fader 1.
Fader one should have a range from 0 to 1, like off / on like a button.
After this you can have as many ParamMods you like for the mute buttons.
Connect CV1 from the FaderBox to every CVin of the ParamMods.
Then select as targets your Mute buttons of the differend modules.
Autorange should be turned off at every target out.
I think this should work for you.

best
jue

amsonx
02-10-2009, 09:16 AM
hello,

just a little idea here:

I think this should work for you.

best
jue

thanks Jue for this suggestion, i'll work on it :)

jim
02-10-2009, 01:46 PM
This is a bug, you should be able to do this. You can assign the same CC to multiple params as long as they are not in the same module. I've made a note to fix it. As Jue mentioned, the workaround is to use a FaderBox in conjunction w/ ParamMod.

Jim

amsonx
02-11-2009, 03:28 AM
This is a bug, you should be able to do this. You can assign the same CC to multiple params as long as they are not in the same module. I've made a note to fix it. As Jue mentioned, the workaround is to use a FaderBox in conjunction w/ ParamMod.

Jim

thanks Jim :)