Is there a way to unlock the decks in VDJ to drop songs on beat right after each other. This is a feature that is available in Serato Itch. I would love to have this feature with Virtual DJ.
Thanks
Thanks
发表时间 Tue 27 Dec 11 @ 8:26 am
So you mean like as soon as you load a song it starts playing synced up with the other track?? If so you could probably do that with some scripting magic.
Huey
Huey
发表时间 Tue 27 Dec 11 @ 9:06 am
Yes so the song plays right on beat. With Itch you have to load into your playlist first and once you set your cue points the track will start from the begining or at the cue point with a push of a button. This is a great feature if it can be done. I love VDJ but this is the only feature that keeps me using Serato Itch.
发表时间 Tue 27 Dec 11 @ 9:30 am
Not necessarily synced up with the next track but it just plays without having to wait for it to load. It just starts with a push of a button.
发表时间 Tue 27 Dec 11 @ 9:32 am
you could always map a load button to this, but you still need to hit the load button in time for the next beat to start, I don't think it is possible to only start on the downbeat.
load & hot_cue 1 ? goto_cue 1 & play_sync_onbeat : goto_first_beat & play_sync_onbeat
if you want to do it from the playlist that is just
playlist_load_and_remove & hot_cue 1 ? goto_cue 1 & play_sync_onbeat : goto_first_beat & play_sync_onbeat
EDIT ------------------------------------------------------------------------------------------
just read your other post, that is just
load & play
Try to lay off effects and scratching until the track loads though.
load & hot_cue 1 ? goto_cue 1 & play_sync_onbeat : goto_first_beat & play_sync_onbeat
if you want to do it from the playlist that is just
playlist_load_and_remove & hot_cue 1 ? goto_cue 1 & play_sync_onbeat : goto_first_beat & play_sync_onbeat
EDIT ------------------------------------------------------------------------------------------
just read your other post, that is just
load & play
Try to lay off effects and scratching until the track loads though.
发表时间 Tue 27 Dec 11 @ 9:46 am
Thanks I will try that.
发表时间 Tue 27 Dec 11 @ 11:21 am