do any of you guys knows how to map vdj so it can loop hot cue
what i mean is. if im playing a song that has a hot cue, i want to map vdj so it loops the hot cue automatically when it reaches the hot cue.
hope u guys can help.
sorry my english im from EU
thainks
what i mean is. if im playing a song that has a hot cue, i want to map vdj so it loops the hot cue automatically when it reaches the hot cue.
hope u guys can help.
sorry my english im from EU
thainks
Posté Fri 17 Sep 10 @ 11:15 am
VDJ will not loop automatically when the hot_cue it reached. Although you can map a key like this to achieve the same thing when you get to the point you want to loop:
loop ? loop_in : hot_cue 1 & loop 16
This will create a 16 beat loop starting at cue 1 when pressed the 1st time and then stutter to the beginning of the loop when pressed again.
You will need to create a loop_exit button to stop the loop.
Be sure that your BPMs are accurate or your loop's timing will be wrong. Good times!!
loop ? loop_in : hot_cue 1 & loop 16
This will create a 16 beat loop starting at cue 1 when pressed the 1st time and then stutter to the beginning of the loop when pressed again.
You will need to create a loop_exit button to stop the loop.
Be sure that your BPMs are accurate or your loop's timing will be wrong. Good times!!
Posté Sat 18 Sep 10 @ 4:08 pm
If you use shift keys you can do this also:
var $shift ? loop_exit : loop ? loop_in : hot_cue 1 & loop 16
This will exit the loop if you hold your shift key down when pressed the hot cue key.
var $shift ? loop_exit : loop ? loop_in : hot_cue 1 & loop 16
This will exit the loop if you hold your shift key down when pressed the hot cue key.
Posté Sat 18 Sep 10 @ 4:11 pm
thaink you rethink.
im gonna try that
im gonna try that
Posté Tue 21 Sep 10 @ 1:26 am
on VDJ 6.1, if i'm in a loop and i want to jump to a hot cue without being in a loop, how do i configure it to automatically take me out of the loop without pressing loop out? and why isnt the pitch blend sliders not as smooth as the older vdj? not the percentage amounts, but the sound of the pitch is very noticable even at a change of 3 bpm.
Posté Mon 11 Oct 10 @ 7:05 pm