Recently converted from Traktor to VDJ and loving it so far, however I have encountered a workflow problem that I hope can be fixed with a script.
If I have a loop playing, I would like to be able to press the cue button and it takes me to the beginning of set loop, not beginning of track. This feature was normal in Traktor and I am so used to it, I wondered if its possible to make happen in virtual?
thanks in advance.
If I have a loop playing, I would like to be able to press the cue button and it takes me to the beginning of set loop, not beginning of track. This feature was normal in Traktor and I am so used to it, I wondered if its possible to make happen in virtual?
thanks in advance.
Inviato 4 days ago @ 2:06 pm
You can use loop_in or reloop to do this
Inviato 4 days ago @ 2:24 pm
reloop and loop_in definitely puts me in the right direction, thanks for that.
I want the cue button to behave like Traktor. If a loop is playing and I press cue it it will take me to beginning of loop, but if there is no loop set I can still set a cue point to start the song from. I hope that kind of makes sense.
So essentially having the cue button behave as normal, as well as reloop function if loop is playing
Any ideas?
I want the cue button to behave like Traktor. If a loop is playing and I press cue it it will take me to beginning of loop, but if there is no loop set I can still set a cue point to start the song from. I hope that kind of makes sense.
So essentially having the cue button behave as normal, as well as reloop function if loop is playing
Any ideas?
Inviato 3 days ago @ 4:42 pm
loop ? reloop : cue_button
Inviato 2 days ago @ 4:53 pm
thanks very much, I modded it a bit so that the loop stops and doesn't play again until I say so. It's working pretty much like Traktor now: loop ? reloop & pause & cue_stop : cue_button
is there a way that when I press the cue button the first time it doesn't trigger a cue stutter?
so loop playing, I press cue, marker goes back to beginning of loop but does not stutter play, only on second press of cue button it should play from cue button held.
thank you!
is there a way that when I press the cue button the first time it doesn't trigger a cue stutter?
so loop playing, I press cue, marker goes back to beginning of loop but does not stutter play, only on second press of cue button it should play from cue button held.
thank you!
Inviato 2 days ago @ 2:58 am