-
hi there, is there a way to, for example, have a potentiometer control "General_Purpose_Controller_1" when the input to a digital pin is low, and control "General_Purpose_Controller_2" when the input to the same digital pin is high? how would i go about coding this using the bank options already available? or would some other elements need to be added? or maybe there is an even easier way to do this that i'm not seeing. thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is supported by the To change from See also: https://tttapa.github.io/Control-Surface-doc/Doxygen/d0/d74/Bank_8ino-example.html, https://tttapa.github.io/Control-Surface-doc/Doxygen/da/dc1/FAQ.html#faq-change-address-runtime |
Beta Was this translation helpful? Give feedback.
This is supported by the
SwitchSelector
class: https://tttapa.github.io/Control-Surface-doc/Doxygen/df/def/classSwitchSelector.htmlTo change from
General_Purpose_Controller_1
toGeneral_Purpose_Controller_2
, you can use theCHANGE_ADDRESS
bank type.See also: https://tttapa.github.io/Control-Surface-doc/Doxygen/d0/d74/Bank_8ino-example.html, https://tttapa.github.io/Control-Surface-doc/Doxygen/da/dc1/FAQ.html#faq-change-address-runtime