Page 1 of 1

adjust by MIDI inactive layer

Posted: Wed Feb 10, 2010 7:23 pm
by elektromoon
Hi,
I wanna make a simple modul with 2 knobs, one for adjusting X position for Layer1 and an other one for Layer2. Unfortunately I have no success in creating a knob which will have an effect on the inactive layer. I do set the Layer# but for some reason it does not pick it up.
Can anyone suggest me something useful?

Thank in advance:

Popesz

Posted: Thu Feb 11, 2010 2:13 am
by anomad
. make sure your module is *not* set to Layer Contextual

. then i think you should be able to pass the value of the knob (knobValue) to the proper layer (layerNum) like this :

modul8.setvalue('ctrl_layer_position_x', knobValue, layerNum)


-james
(a nomad. )

Posted: Thu Feb 11, 2010 12:34 pm
by elektromoon
Thank you very much, I am testing it now!
Looks like I understood totally opposite way the functionality of that tick:)

Popesz