I have been using another program for years and really like this feature. I might have missed it on VDJ8, if i did I am sorry. The one thing I miss is the ability to hit a single button and have the deck start and autofade. There were two buttons, A & B. I could hit A and it would start deck A (restart it if it was playing) and autofade from Deck B. Obliviously it would hold true the other way. This was one of my favorite features. Am I missing this? Thanks!
Inviato Wed 08 Oct 14 @ 11:02 pm
Try this (not tested):
Action for button 1 (from deck1 to deck 2):
deck 2 play ? deck 2 song_pos 0% & deck 2 play & auto_crossfader 3000ms : deck 2 play & auto_crossfader 3000ms
Action for button 2 (from deck 2 to deck 1):
deck 1 play ? deck 1 song_pos 0% & deck 1 play & auto_crossfader 3000ms : deck 1 play & auto_crossfader 3000ms
Note: The 3000ms value is the duration of the crossfade and it is optional. You could delete it if you want and the auto_crossfade's duration will be a default value, or you could modify it to your needs.
Action for button 1 (from deck1 to deck 2):
deck 2 play ? deck 2 song_pos 0% & deck 2 play & auto_crossfader 3000ms : deck 2 play & auto_crossfader 3000ms
Action for button 2 (from deck 2 to deck 1):
deck 1 play ? deck 1 song_pos 0% & deck 1 play & auto_crossfader 3000ms : deck 1 play & auto_crossfader 3000ms
Note: The 3000ms value is the duration of the crossfade and it is optional. You could delete it if you want and the auto_crossfade's duration will be a default value, or you could modify it to your needs.
Inviato Thu 09 Oct 14 @ 3:57 am
Ah yes PachN, worked nicely, ended up setting mine at 6000ms. :-)
Inviato Thu 09 Oct 14 @ 4:35 am
Thank you!
Inviato Thu 09 Oct 14 @ 1:23 pm