Hello.
I am using Virtual DJ Home Edition, and find it very entertaining. I am making a customized keyboard map so I can better enjoy mixing on the computer. I want to map a command that will affect the volumes, for example: 100% 75% 50% 25% 0%. I am having difficulty getting this to work. Is there a way to do this?
Thank you & Have a great weekend.
Rx Stylee
I am using Virtual DJ Home Edition, and find it very entertaining. I am making a customized keyboard map so I can better enjoy mixing on the computer. I want to map a command that will affect the volumes, for example: 100% 75% 50% 25% 0%. I am having difficulty getting this to work. Is there a way to do this?
Thank you & Have a great weekend.
Rx Stylee
发表时间 Sat 22 Sep 12 @ 3:06 pm
Sorry, I just found VDJScript wiki and that has all the answers I need.
发表时间 Sat 22 Sep 12 @ 3:40 pm
you can save yourself a few keys if you change the volume/eq/crossfader by a set amount with a key eg
deck left volume +3.125%
deck left volume -3.125%
deck right eq_low +3.125%
deck right eq_low -3.125%
you should really set them at a relatively low percentage as when you hold a key it will repeattttttttttttttttttttttttt
the reason I used 3.125% is because it is in 32 steps & I think that is what the default skin is set at.
100 / 32 = 3.125
deck left volume +3.125%
deck left volume -3.125%
deck right eq_low +3.125%
deck right eq_low -3.125%
you should really set them at a relatively low percentage as when you hold a key it will repeattttttttttttttttttttttttt
the reason I used 3.125% is because it is in 32 steps & I think that is what the default skin is set at.
100 / 32 = 3.125
发表时间 Sat 22 Sep 12 @ 10:01 pm
Thanks for the help. The keyboard mapping is helping me get into the mix a lot more. I keep wanting to tweak it to get it exactly how I want it.
The way I see it, I have a controller at my fingertips with the keyboard: So many buttons!
Anyway, ... I am trying to get Deck A and Deck B set up on each side of the keyboard. I cannot seem to get this done right. VDJscript says to put Deck A in front of the command but it is not working. I've tried "Deck_A_'loop 1'" and all kinds of variations of that. Deck A Loop 1, Deck A 'loop 1'.
Can somebody tell me the correct forumula to put into the mapper ??
Thanks for your time, rock on good people
The way I see it, I have a controller at my fingertips with the keyboard: So many buttons!
Anyway, ... I am trying to get Deck A and Deck B set up on each side of the keyboard. I cannot seem to get this done right. VDJscript says to put Deck A in front of the command but it is not working. I've tried "Deck_A_'loop 1'" and all kinds of variations of that. Deck A Loop 1, Deck A 'loop 1'.
Can somebody tell me the correct forumula to put into the mapper ??
Thanks for your time, rock on good people
发表时间 Tue 02 Oct 12 @ 5:06 pm
deck 1 loop
to change the loop size you can use this and you will see the size change on the skin.
deck 1 loop_select -1
deck 1 loop_select +1
or if you want to specify the loop size "in beats" you do that after the word loop.
deck 1 loop 4
deck 1 loop 8
deck 1 loop 16
etc...
You are better off using "deck left" & "deck right" as opposed to "deck 1" & "deck 2" though, as then you can use more than two decks if you wish.
to change the loop size you can use this and you will see the size change on the skin.
deck 1 loop_select -1
deck 1 loop_select +1
or if you want to specify the loop size "in beats" you do that after the word loop.
deck 1 loop 4
deck 1 loop 8
deck 1 loop 16
etc...
You are better off using "deck left" & "deck right" as opposed to "deck 1" & "deck 2" though, as then you can use more than two decks if you wish.
发表时间 Tue 02 Oct 12 @ 6:08 pm
synthetic...thank u man you have been very helpful. hopefully i will get this keyboard mapped to a way that promotes fluid mixing!
发表时间 Tue 02 Oct 12 @ 7:02 pm
you must have a rmx as i had to do the same thing.. you can also change the buttons to do multiple things.. it was posted by me in here before about the rmx 6 buttons having 12 features..
发表时间 Wed 03 Oct 12 @ 4:29 am