Hi there..
Just got my vms4 with vdj le...
Trying to change mapper, so my pause button works to swap between deck 1/3 and 2/4.
what should my script look like ??
No matter wich pausebutton i press (left or right) the only key that comes up is pause ?
am i doing something wrong ???
Just got my vms4 with vdj le...
Trying to change mapper, so my pause button works to swap between deck 1/3 and 2/4.
what should my script look like ??
No matter wich pausebutton i press (left or right) the only key that comes up is pause ?
am i doing something wrong ???
Posted Mon 21 May 12 @ 10:51 am
VMS4.1 has by default the SHIFT+PAUSE mapped for swapping the decks.
Custom mapping in LE versions is only available during the 20days of trial period, meaning that if you prefer to swap the decks using the Pause button instead of the default Shift+Pause, this will only work during that period, and after that the mapping of the device will return to its original default state.
Pressing either the left or the right Pause button, correctly only Pause appears. To map the Pause button to swap decks you need to assign this script...
Custom mapping in LE versions is only available during the 20days of trial period, meaning that if you prefer to swap the decks using the Pause button instead of the default Shift+Pause, this will only work during that period, and after that the mapping of the device will return to its original default state.
Pressing either the left or the right Pause button, correctly only Pause appears. To map the Pause button to swap decks you need to assign this script...
device_side 'left' ? deck 1 leftdeck ? deck 3 leftdeck & deck 3 select : deck 1 leftdeck & deck 1 select : deck 2 rightdeck ? deck 4 rightdeck & deck 4 select : deck 2 rightdeck & deck 2 select
Posted Mon 21 May 12 @ 12:37 pm