i am using the automix feature and every time the song changes, the pitch slider resets. i want it to stay at a certain pitch throughout the entire playlist. how can i achieve this? (VDJ8)
Posted Sun 12 Jul 15 @ 5:35 am
I Think that is not possible at the moment.
Posted Sun 12 Jul 15 @ 6:31 am
not true, it was definitely working like 2 days ago.. i remember having to tinker with it before when it stopped working, but i forgot what i did to make the change. i knew i should have written it down!
Posted Mon 13 Jul 15 @ 2:14 am
There are various config settings which reset things when a new track is loaded. Please see the VDJ 8 User's Guide (page 109).
Posted Mon 13 Jul 15 @ 2:49 am
I tackled this for another user a few weeks ago, when I'm not on my phone I'll have a search, this evening.
Posted Mon 13 Jul 15 @ 7:22 am
There is pitchResetOnLoad option make sure this is set to no,
There is also automixBeatmatchOnFade option, again, no.
If you want something like this chap
http://www.virtualdj.com/forums/201088/General_Discussion/Automix_Compared_to_VDJ7_and_VDJ8.html?page=1
then on a custom button
var_equal "AMpWA" 0 ? off & set "AMpWA" 1 & repeat_start_instant "AMpitcher" 33ms & load_pulse ? repeat_start_instant "pitchRem" 1000ms 1 & pitch & param_cast & set "AMpitch" : get_var "AMpitch" & param_cast & pitch : blink & set "AMpWA" 0 & repeat_stop "AMpitcher"
This will remember the pitch slider from one AM track to the next, tweak the pitch, and it will stick.
Press the button at the start your automix, job done
There is also automixBeatmatchOnFade option, again, no.
If you want something like this chap
http://www.virtualdj.com/forums/201088/General_Discussion/Automix_Compared_to_VDJ7_and_VDJ8.html?page=1
then on a custom button
var_equal "AMpWA" 0 ? off & set "AMpWA" 1 & repeat_start_instant "AMpitcher" 33ms & load_pulse ? repeat_start_instant "pitchRem" 1000ms 1 & pitch & param_cast & set "AMpitch" : get_var "AMpitch" & param_cast & pitch : blink & set "AMpWA" 0 & repeat_stop "AMpitcher"
This will remember the pitch slider from one AM track to the next, tweak the pitch, and it will stick.
Press the button at the start your automix, job done
Posted Mon 13 Jul 15 @ 3:14 pm
thanks!
Posted Wed 06 Apr 16 @ 7:24 pm