Hi guys
Question re automix bpm.
I would like to create automixes with bpm constant say 108bpm throughout entire mix-i have looked through previous posts on issue and although i can get bpm to match in sync but they still vary up and down to their original bpms when automixing.
Iv tried the custom button script and tweaking the various bpm/automix options in settings aswell as different automix options (smart,fade etc)
In the automix editor i have bpm match turned on also for each transition.
Any ideas?
Tia
Question re automix bpm.
I would like to create automixes with bpm constant say 108bpm throughout entire mix-i have looked through previous posts on issue and although i can get bpm to match in sync but they still vary up and down to their original bpms when automixing.
Iv tried the custom button script and tweaking the various bpm/automix options in settings aswell as different automix options (smart,fade etc)
In the automix editor i have bpm match turned on also for each transition.
Any ideas?
Tia
Inviato Thu 21 Mar 19 @ 12:35 am
That is, although it's been asked for many times, not possible in VDJ.
Inviato Thu 21 Mar 19 @ 10:25 am
:(
Thanks for reply all the same
Thanks for reply all the same
Inviato Thu 21 Mar 19 @ 2:55 pm
You can hack it a bit if you like
These two scripts sets up and shuts down a repeat script that sets bpm to a specific value every 33ms
So it kind of works like you describe
Start script:
repeat_start_instant 'bpmset' 33ms & pitch 100 bpm
Stop script:
repeat_stop 'bpmset'
The result is something like the video below (I jump in the songs to show the mixes, and the tracks loas slow because they are streamed on a slow internet connection, but I hope it still make sense)
As you can see the tempo can jump right in the mix, so it probably works best with tracks that are not too far from the wanted BPM, or are ordered by BPM (those works best - like the last autoomix in the video)
You can try it and see if you like it
These two scripts sets up and shuts down a repeat script that sets bpm to a specific value every 33ms
So it kind of works like you describe
Start script:
repeat_start_instant 'bpmset' 33ms & pitch 100 bpm
Stop script:
repeat_stop 'bpmset'
The result is something like the video below (I jump in the songs to show the mixes, and the tracks loas slow because they are streamed on a slow internet connection, but I hope it still make sense)
As you can see the tempo can jump right in the mix, so it probably works best with tracks that are not too far from the wanted BPM, or are ordered by BPM (those works best - like the last autoomix in the video)
You can try it and see if you like it
Inviato Thu 21 Mar 19 @ 4:12 pm