Hey!
I have some problems with the mapping of buttons.
I'm currently testing the trial of Vdj 6 with a hercules Dj Control Steel.
I'm mapping the buttons in the Simple Midi Wrapper. I already looked at the wiki pages for the commands, but still no luck.
Now here is the problem :
For example , I'm trying to map the button 1 on my controller.
The mapper tells me the button has the Id 0-CC1.
What I want to happen is that if i press that button the effect select will go +1. So that the next effect in the list will be selected.
The command I'm using is : effect select +1.
If i press the button it will go +1 but if I release the button the effect wil go +1 once more ...
How can I solve this problem? With every button I have this problem.. I have tried other commands like: up ? , Down?... but it didn't help
The button needs to work like if you would use the normal mapper : one press = one action and it stays that way untill you press it again
But unfortunately the normal mapper won't let me map all the 24 buttons separately (2*6 + function mode) it just clones deck 1 with deck 2... :(
Please help me! I have seen many people like me with this issue.
Thnx in advance, I would we so glad If someone could help me with this issue !!
I have some problems with the mapping of buttons.
I'm currently testing the trial of Vdj 6 with a hercules Dj Control Steel.
I'm mapping the buttons in the Simple Midi Wrapper. I already looked at the wiki pages for the commands, but still no luck.
Now here is the problem :
For example , I'm trying to map the button 1 on my controller.
The mapper tells me the button has the Id 0-CC1.
What I want to happen is that if i press that button the effect select will go +1. So that the next effect in the list will be selected.
The command I'm using is : effect select +1.
If i press the button it will go +1 but if I release the button the effect wil go +1 once more ...
How can I solve this problem? With every button I have this problem.. I have tried other commands like: up ? , Down?... but it didn't help
The button needs to work like if you would use the normal mapper : one press = one action and it stays that way untill you press it again
But unfortunately the normal mapper won't let me map all the 24 buttons separately (2*6 + function mode) it just clones deck 1 with deck 2... :(
Please help me! I have seen many people like me with this issue.
Thnx in advance, I would we so glad If someone could help me with this issue !!
发表时间 Fri 30 Apr 10 @ 10:35 am
The Hercules DJ Console Steel is natively supported and has a built-in mapping/definition that you can modify to suit your own preferences.
Simple MIDI Wrapper is not necessary and you will loose some capabilities of the controller, such as button LED's. Simple MIDI also expects buttons to be sent as notes, not CC's, which is why you get the double action. The native definition and mapping already takes this fact into account.
To modify the native map, go to CONFIG -> Mappers and choose the Steel in the drop-down list.
Click + (Add) and then press the button that you wish to modify.
Type the appropriate action you wish to assign it to in the Action: box.
You can make a button perform different actions on each deck by using action deck 1 ? action for left deck : action for right deck - Please see http://www.virtualdj.com/wiki/VDJScript%20Examples.html
Also, make sure that you are running the latest v6 trial http://www.virtualdj.com/download/trial.html - The trial of Pro included with the DJ Console Edition is v5 and does not have the above VDJscript mapping capabilities.
Simple MIDI Wrapper is not necessary and you will loose some capabilities of the controller, such as button LED's. Simple MIDI also expects buttons to be sent as notes, not CC's, which is why you get the double action. The native definition and mapping already takes this fact into account.
To modify the native map, go to CONFIG -> Mappers and choose the Steel in the drop-down list.
Click + (Add) and then press the button that you wish to modify.
Type the appropriate action you wish to assign it to in the Action: box.
You can make a button perform different actions on each deck by using action deck 1 ? action for left deck : action for right deck - Please see http://www.virtualdj.com/wiki/VDJScript%20Examples.html
Also, make sure that you are running the latest v6 trial http://www.virtualdj.com/download/trial.html - The trial of Pro included with the DJ Console Edition is v5 and does not have the above VDJscript mapping capabilities.
发表时间 Sat 01 May 10 @ 6:10 pm
Hey! It worked!! thnx alot !!
I broke my head to fix this and now I see its just a simple command ! :D
use a command like this to separate the 2 decks of your controller
action_deck 1 ? sampler play_stop : effect active
thnx for helping me ;)
I broke my head to fix this and now I see its just a simple command ! :D
use a command like this to separate the 2 decks of your controller
action_deck 1 ? sampler play_stop : effect active
thnx for helping me ;)
发表时间 Mon 03 May 10 @ 8:01 am
Can someone helping me to create the Mapper and Def File for the new Controller Vestax Typhoon?
I can find any Files in the Controller or Tool list from VDJ.
Thanks for your help!
LRMC
I can find any Files in the Controller or Tool list from VDJ.
Thanks for your help!
LRMC
发表时间 Wed 02 Jun 10 @ 1:17 am