Is there a place to type in the BPM I want to speed up a song to?
Example:
Say I'm using a "Transition" I bought from CrooklynClan to go from 90 BPM to 130 BPM. Virtual DJ sees the transition file as 90 bpm so it can't "sync" the new 130 bpm song to the proper bpm, and with the pitch slider, I can only get it CLOSE to 130 after quite a bit of tweaking, but not dead on 130.
Is there a way I can TELL VDJ that I want it to play a song at a certain bpm?
Thanks!
Example:
Say I'm using a "Transition" I bought from CrooklynClan to go from 90 BPM to 130 BPM. Virtual DJ sees the transition file as 90 bpm so it can't "sync" the new 130 bpm song to the proper bpm, and with the pitch slider, I can only get it CLOSE to 130 after quite a bit of tweaking, but not dead on 130.
Is there a way I can TELL VDJ that I want it to play a song at a certain bpm?
Thanks!
Posted Sun 09 Oct 11 @ 1:57 am
you cant query or set the bpm when scripting, so no... the closest you will get is "match_bpm" but you need to have enough pitch range for the match, and it will sound graney with such a large pitch difference, so I would recommend just using an echo out with "echodoppler" or similar
Posted Sun 09 Oct 11 @ 2:11 am
I don't think I'm explaining it right. I'm using a Transition DJ Tool, where the MP3 _ITSELF_ starts at, say, 95 BPM, and speeds up to 130.
Virtual DJ detects it at 95, which is fine, because I can mix it in.
But mixing out, I need my new song to be exactly 130bpm, even though it may originally be something like 125. With the pitch slider, the closest I can get it is like 130.2 which drifts when I mix it.
Does that make sense?
Virtual DJ detects it at 95, which is fine, because I can mix it in.
But mixing out, I need my new song to be exactly 130bpm, even though it may originally be something like 125. With the pitch slider, the closest I can get it is like 130.2 which drifts when I mix it.
Does that make sense?
Posted Sun 09 Oct 11 @ 4:01 am
you could always map a couple of buttons to
pitch -0.01
pitch +0.02
or an endless encoder
param_greater 50% ? pitch +0.01 : pitch -0.01
pitch -0.01
pitch +0.02
or an endless encoder
param_greater 50% ? pitch +0.01 : pitch -0.01
Posted Sun 09 Oct 11 @ 4:09 am
Tempo changing mp3's are a bitch since VDJ can only focus on one tempo. But what you could do, is loop the first mp3 at some stage, that should give you a fix on the tempo and than manually beatmixing the second in.
Posted Sun 09 Oct 11 @ 4:43 am
oh now i get it... just learn how to beatmatch... easy
Posted Sun 09 Oct 11 @ 4:50 am
Oh I can beatmatch, been doing it for 15 years. Just difficult when your pitch slider has no precision. So far I've just been doing it with the mouse. Probably easier when I hook up the NS7. But it would be nice to be able to right click the pitch slider and type in the BPM we want the song to play at. Will drop tech support an email for a feature request. :)
Posted Sun 09 Oct 11 @ 6:12 am
the reason you is because you are using a 7 bit pitch fader which is incapable of fine pitch adjustments, you need to ypgrade your controller as pretty much all of the new controlers use 14 bit as standard for the pitch faders, but i think you are being a little pedantic, as if you think back only a few years even pioneer gear was only capable of increments of 0.05 only the cdj 1000mk3 was capable of 0.02, just change it with your jog, or as said earler map an endless encoder, or a shift button to make that work on your jog if thats all you have
var 'shift' ? param_greater 50% ? pitch +0.01 : pitch -0.01 : jogwheel
you need to set up a shift bitton for this to work
var 'shift' ? param_greater 50% ? pitch +0.01 : pitch -0.01 : jogwheel
you need to set up a shift bitton for this to work
Posted Sun 09 Oct 11 @ 6:43 am
I think he said he was using a mouse.
Posted Sun 09 Oct 11 @ 7:54 am
If using the mouse, try using a custom skin with a bigger on-screen pitch slider. This should give more precision. Custom skins can be downloaded from http://www.virtualdj.com/addons/skins.html
For more hands-on control, you should consider purchasing a MIDI controller: http://www.virtualdj.com/products/hardware.html
For more hands-on control, you should consider purchasing a MIDI controller: http://www.virtualdj.com/products/hardware.html
Posted Sun 09 Oct 11 @ 12:10 pm