Is it possible to use the shift key with the encoders?
I want to use the DMX encoder to control both my haze output and also the fan output but independently.
Is this possible?
Cheers
Rich
Scripters associated to MIDI mapping may read the layer number by means of function:
getmididevicelayer
For DMX case, I do not see a reason to build a system around MIDI Layers. It is possible, but there are other ways. As example, by means of global variables. Script initiated by MIDI may set value of global variable. Declaration like this:
globalvar MyVar
Such variables are visible in all scripts of BEYOND. What allow to use it is contruction like:
if (MyVar=1) ...
if (MyVar=2) ...
Best Regards,
Alexey
We use essential cookies to make this site work, and optional cookies to enhance your experience.