Setting Channel of a Knob/Fader
Posted: 13 Jan 2013 18:12
Is it possible to set the channel of a knob or fader "x" by using a script to change it, e.g. You have another a dial which sets the midi channel and overrides the set midi channel on the x variable within the fader/knob?
I know you can do it using custom midi messages (as you would need one for each fader/knob) but that seems like a long way around it when you could just write a long script that overrides all midi channel settings of your faders/knobs in response to a midi channel dial.
The scripting allows this on a "midi channel" knob):
setattribute(Osc1Semi.x,'channel',q);
Where q is a factored value of x, to scale the signal to 1 to 16, osc1semi is the knob i want to be able to control the midi channel of but it doesn't seem to work.
Thanks
Ross
I know you can do it using custom midi messages (as you would need one for each fader/knob) but that seems like a long way around it when you could just write a long script that overrides all midi channel settings of your faders/knobs in response to a midi channel dial.
The scripting allows this on a "midi channel" knob):
setattribute(Osc1Semi.x,'channel',q);
Where q is a factored value of x, to scale the signal to 1 to 16, osc1semi is the knob i want to be able to control the midi channel of but it doesn't seem to work.
Thanks
Ross