Can Virtual DJ play a song and for example 2 minutes then automatically crossfade to the next song. Also is there a skin that has a button i can push and it automatically crossfades to the next song. I work at a stripclub and this would come in handy.
发表时间 Sun 05 Jun 11 @ 4:30 am
They are both available on skins, but I'm not sure which ones...
You can map them to your keypad though, the one you want is mix_now it will play the other track locked to the beatgrid, synced (only if the incoming track is within + 6bpm from my tests) and automatically crossfade to the other deck
If your mixing different bpms and you don't want the bpms to match you can use mix_now_nosync
here are some other relevant scripts
auto_crossfade : automatically crossfade to the other deck. You can specify the duration of the crossfade in ms: 'auto_crossfade 2000ms'
you can also set up automix to go through your playlist
automix : start or stop the automatic playlist mixing.
automix_skip : if automix is active, skip the actual song and mix to the next one in the playlist.
You can map them to your keypad though, the one you want is mix_now it will play the other track locked to the beatgrid, synced (only if the incoming track is within + 6bpm from my tests) and automatically crossfade to the other deck
If your mixing different bpms and you don't want the bpms to match you can use mix_now_nosync
here are some other relevant scripts
auto_crossfade : automatically crossfade to the other deck. You can specify the duration of the crossfade in ms: 'auto_crossfade 2000ms'
you can also set up automix to go through your playlist
automix : start or stop the automatic playlist mixing.
automix_skip : if automix is active, skip the actual song and mix to the next one in the playlist.
发表时间 Sun 05 Jun 11 @ 5:10 am