R
rick
Guest
I have a generic logic gate that the device inherit their parameters
from the symbol (L, W, F, M) and would
like to have one button that will change all 4 devices form F to M
(fingers to multiplier). The devices already
have M and F so this would be a hook on the symbol. The current
implementation uses pPar("name").....
pPar("fingers_x") where _x is the device so there are 4 in
total.
option 1
Fingers count can be manually set to a value
Multiplier not editable and reset to 1
option 2
Fingers not editable and reset to 1
Multiplier is set to 2
Is this possible?
Thanks
Rick
from the symbol (L, W, F, M) and would
like to have one button that will change all 4 devices form F to M
(fingers to multiplier). The devices already
have M and F so this would be a hook on the symbol. The current
implementation uses pPar("name").....
pPar("fingers_x") where _x is the device so there are 4 in
total.
option 1
Fingers count can be manually set to a value
Multiplier not editable and reset to 1
option 2
Fingers not editable and reset to 1
Multiplier is set to 2
Is this possible?
Thanks
Rick