I need help creating a syntax on my hercules 4mx controller. I want to button to allow to play a hot cue point, as a cue button. Meaning the hot cue point will play as if I were to hold done to cue button & stopped when let go. I will be using this to sample to of my mixes. Instead of pretty a hot cue & it just plays the song, I want it to play only when the button is hold down & pressed. How do I so this?
Thanks
Thanks
发表时间 Mon 02 Jul 12 @ 3:37 am
You will need to upgrade to VDJ Pro to be able to map your controller, however you could map your keyboard with
"deck left cue_stop 1"
"deck right cue_stop 4"
etc...
"deck left cue_stop 1"
"deck right cue_stop 4"
etc...
发表时间 Mon 02 Jul 12 @ 4:06 am
I belive you need something like this:
hotcue 1 ? down ? goto_cue 1 & play : stop : hotcue 1
hotcue 2 ? down ? goto_cue 2 & play : stop : hotcue 2
hotcue 3 ? down ? goto_cue 3 & play : stop : hotcue 3
If your hotcue leds don't work correctly after this modification you can try the following:
hotcue 1 ? on & down ? goto_cue 1 & play : stop : hotcue 1
hotcue 1 ? down ? goto_cue 1 & play : stop : hotcue 1
hotcue 2 ? down ? goto_cue 2 & play : stop : hotcue 2
hotcue 3 ? down ? goto_cue 3 & play : stop : hotcue 3
If your hotcue leds don't work correctly after this modification you can try the following:
hotcue 1 ? on & down ? goto_cue 1 & play : stop : hotcue 1
发表时间 Mon 02 Jul 12 @ 4:10 am