You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in reference to X-touch Is there a way to allow users to add Shift functions? For example I have a button assigned to start metronome called "Click". i'd like to make a Shift+Click to enable count-in. Is this something that can only be done as additional feature programmed in the JS script, or could it be externalized into the "user configuration" section of the script file (in the beginning)
Also can the miscControlButton[n] assignment to be somehow made available on the user level? I.e. if i'd like to move Shift to miscControlButton[0]. I tried to change the mapping in the createMainSurface(), but it seems to have no effect even if i disable/refresh/enable the controller script. Maybe i have to completely "forget" the previous settings for this by renaming the script file and location folder? This seems to be the only way to wipe the state of the custom mappings for the surface....
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
in reference to X-touch Is there a way to allow users to add Shift functions? For example I have a button assigned to start metronome called "Click". i'd like to make a Shift+Click to enable count-in. Is this something that can only be done as additional feature programmed in the JS script, or could it be externalized into the "user configuration" section of the script file (in the beginning)
Also can the miscControlButton[n] assignment to be somehow made available on the user level? I.e. if i'd like to move Shift to miscControlButton[0]. I tried to change the mapping in the createMainSurface(), but it seems to have no effect even if i disable/refresh/enable the controller script. Maybe i have to completely "forget" the previous settings for this by renaming the script file and location folder? This seems to be the only way to wipe the state of the custom mappings for the surface....
Beta Was this translation helpful? Give feedback.
All reactions