Hey guys...(",)
Haven't been on for a while so unsure if this has been posted. Did a search for 'Key' within in the hardware support forum and got no replies.
OK...so we all know that the native key change function within VDJ is not really that great, yes? Well, does anyone know of either a software program that can run alongside VDJ? Or even a stand alone hardware digital key changers?
I've been looking into this for sometime and there doesn't seem to be THAT many around.
Suggestions more than welcome please.
Cheers...and keep spinnin'...(",)
P
Haven't been on for a while so unsure if this has been posted. Did a search for 'Key' within in the hardware support forum and got no replies.
OK...so we all know that the native key change function within VDJ is not really that great, yes? Well, does anyone know of either a software program that can run alongside VDJ? Or even a stand alone hardware digital key changers?
I've been looking into this for sometime and there doesn't seem to be THAT many around.
Suggestions more than welcome please.
Cheers...and keep spinnin'...(",)
P
Posted Tue 11 Sep 12 @ 11:27 am
Do you have CONFIG -> Performances -> Advanced Stretching enabled?
If not, then this is why you are not getting good sound quality when adjusting the key.
Also, are you using the latest v7.0.5b version of VirtualDJ? There have been changes and improvements to the audio engine in various updates to the software, so this will make a difference if you are using an older version.
If not, then this is why you are not getting good sound quality when adjusting the key.
Also, are you using the latest v7.0.5b version of VirtualDJ? There have been changes and improvements to the audio engine in various updates to the software, so this will make a difference if you are using an older version.
Posted Tue 11 Sep 12 @ 11:37 am
Ah....there you go, eh? There's a definite difference with that selected. Thanks guys...(",)
Now...can someone tell me please how to make a keyboard shortcut to adjust the key instead of using the -3/+3 within the effects panel? I can't quite get my head round it...have tried the keyboard mappers thing:
I know i'm doing something wrong...but what should follow this code...or is that the wrong command i'm putting in?
For the record, yes, I'm using 7.05b.
Cheers...and keep spinnin'...(",)
P
Now...can someone tell me please how to make a keyboard shortcut to adjust the key instead of using the -3/+3 within the effects panel? I can't quite get my head round it...have tried the keyboard mappers thing:
I know i'm doing something wrong...but what should follow this code...or is that the wrong command i'm putting in?
For the record, yes, I'm using 7.05b.
Cheers...and keep spinnin'...(",)
P
Posted Tue 11 Sep 12 @ 12:00 pm
Please see http://www.virtualdj.com/wiki/VDJscript_verbs.html :
key_move : move the key up or down from the given amount of semitones.
E.g:
deck 1 key_move -1
deck 1 key_move +1
key_move : move the key up or down from the given amount of semitones.
E.g:
deck 1 key_move -1
deck 1 key_move +1
Posted Tue 11 Sep 12 @ 12:35 pm
I've tried that, but again, missing something somewhere.
I'm think of using it to go up and down the scale 1 interval at a time...therefore, press CTRL and UP and the key goes up by one semitone. Press it twice and it goes up 2 semitones, etc etc etc.
This does not seem to be the case...:o|
Any further suggestions please?
Many thanks...(",)
P
I'm think of using it to go up and down the scale 1 interval at a time...therefore, press CTRL and UP and the key goes up by one semitone. Press it twice and it goes up 2 semitones, etc etc etc.
This does not seem to be the case...:o|
Any further suggestions please?
Many thanks...(",)
P
Posted Tue 11 Sep 12 @ 12:56 pm
This is what I use for my mixtrack
Key: PITCH-
action=
key: PITCH+
action=
This works on the active deck. Holding the command key resets the song key to 0, or its original value.
Key: PITCH-
action=
holding ? key 0 : key_move -1
key: PITCH+
action=
holding ? key 0 : key_move +1
This works on the active deck. Holding the command key resets the song key to 0, or its original value.
Posted Tue 11 Sep 12 @ 2:23 pm