Hi all encountered a problem since going to vdj8. On start up, everything works fine. Then after a period, the jog wheels become selectors for tracks and when rotated the tracks become highlighted.
Inviato Sun 12 Jul 15 @ 2:04 am
Which controller are you using?
Inviato Sun 12 Jul 15 @ 7:03 am
Hercules 4mx.it happens after about 10 minutes.
Inviato Sun 12 Jul 15 @ 11:02 am
Fixed in builds ending at .1023 (or higher)
For those who use a custom mapping, replace the actions of the UP and DOWN buttons with ..
UP : deck left wheel_mode 'browser' while_pressed & deck right wheel_mode 'browser' while_pressed & repeat 100ms 500ms & browser_scroll -1
DOWN : deck left wheel_mode 'browser' while_pressed & deck right wheel_mode 'browser' while_pressed & repeat 100ms 500ms & browser_scroll +1
As you may see, we have moved the repeat action to the end of the script because the repeat action is applying to all actions after that.
For those who use a custom mapping, replace the actions of the UP and DOWN buttons with ..
UP : deck left wheel_mode 'browser' while_pressed & deck right wheel_mode 'browser' while_pressed & repeat 100ms 500ms & browser_scroll -1
DOWN : deck left wheel_mode 'browser' while_pressed & deck right wheel_mode 'browser' while_pressed & repeat 100ms 500ms & browser_scroll +1
As you may see, we have moved the repeat action to the end of the script because the repeat action is applying to all actions after that.
Inviato Sun 12 Jul 15 @ 12:47 pm
Hi. That is a bit lost on me but what I do know is that is written on the mapping list for the up and down buttons currently.and at the moment the controller is working correctly.
Inviato Sun 12 Jul 15 @ 3:11 pm





