Is it possible to map a button that will serve as a safety switch for my crossfader? i.e. the crossfader will only move when that button is in the on position. I know I can set it to only move when I press and hold shift but that means using both hands.
Posté Thu 17 Feb 11 @ 7:17 am
Mapping for button to unlock crossfader
toggle 'cflock'
Mapping for the LED in the Button
var 'cflock' ? on : off
Mapping for the crossfader
var 'cflock' ? crossfader : nothing
toggle 'cflock'
Mapping for the LED in the Button
var 'cflock' ? on : off
Mapping for the crossfader
var 'cflock' ? crossfader : nothing
Posté Thu 17 Feb 11 @ 7:44 am
Great stuff, Thanks
Posté Thu 17 Feb 11 @ 7:53 am