Hello Team,
I am trying to figure out how to enable the scratch button so that both jog wheels function the same. What I mean by this is that I am currently experiencing and issue where if the Scratch button is lit to blue, I am able to scratch on Deck A, but it Pitch Bends on Deck B. The same goes if I turn of the button, I am then able to pitch ben on Deck A, but Scratch on Deck B. How can I fix this so that If the buttion is lit to scratch that both decks scratch and if I turn of the scratch funtion that both decks are able to pitch bend?
Thank You..
I am trying to figure out how to enable the scratch button so that both jog wheels function the same. What I mean by this is that I am currently experiencing and issue where if the Scratch button is lit to blue, I am able to scratch on Deck A, but it Pitch Bends on Deck B. The same goes if I turn of the button, I am then able to pitch ben on Deck A, but Scratch on Deck B. How can I fix this so that If the buttion is lit to scratch that both decks scratch and if I turn of the scratch funtion that both decks are able to pitch bend?
Thank You..
发表时间 Sun 29 Jan 12 @ 5:25 pm
can you paste what it says in the mapper here?
发表时间 Sun 29 Jan 12 @ 6:32 pm
Here are some pics.. I haven't done anything everything is default, I just installed Virtual DJ Pro 7.
发表时间 Wed 01 Feb 12 @ 8:09 pm
the reason I asked what was there is i didn't understand what you meant... did you mean you wated to scratch on both patters at the same time when you press the button? that is what it should already do, but try this....
button
toggle '$waxmode' & var '$waxmode' 1 ? deck left vinyl_mode 1 & deck right vinyl_mode 1 : deck left vinyl_mode 0 & deck right vinyl_mode 0
led
var '$waxmode' 1 ? on : off
If you want to select vinyl mode on the individual decks just map it to
vinyl_mode
button
toggle '$waxmode' & var '$waxmode' 1 ? deck left vinyl_mode 1 & deck right vinyl_mode 1 : deck left vinyl_mode 0 & deck right vinyl_mode 0
led
var '$waxmode' 1 ? on : off
If you want to select vinyl mode on the individual decks just map it to
vinyl_mode
发表时间 Wed 01 Feb 12 @ 8:26 pm
Have you tried simply reloading the default controller configuration (the first button at the bottom of the window)?
发表时间 Thu 02 Feb 12 @ 7:38 am