Do anybody know how can i mapp other controler in V6, ive tryed mapp NS7 but VDJ V6 dont have midi mapper, like V5.2.1? Or how i can use midi map from older version? Cant see import button:-(
Thanks for any answers
Thanks for any answers
Mensajes Mon 01 Jun 09 @ 11:00 am
Have you looked here -
http://www.virtualdj.com/wiki/ControllerDefinition.html
http://www.virtualdj.com/wiki/VDJscript.html
Or in the manual on pages - 36 through 39
http://www.virtualdj.com/wiki/ControllerDefinition.html
http://www.virtualdj.com/wiki/VDJscript.html
Or in the manual on pages - 36 through 39
Mensajes Mon 01 Jun 09 @ 11:17 am
Yapp thanks. Now is it ok, but leds are little problem.
Mensajes Mon 01 Jun 09 @ 12:23 pm
Tjeck1972 wrote :
Yapp thanks. Now is it ok, but leds are little problem.
How so?
Mensajes Mon 01 Jun 09 @ 12:43 pm
I can´t make them light. I´ve tryed everything
Mensajes Mon 01 Jun 09 @ 12:55 pm
Okay, thanks
Mensajes Mon 01 Jun 09 @ 1:23 pm
have you reached to make the platters work correctly ! for scratch etc.. ?
the leds are not working due to the simple interface midi which is still limited ! so we can't map the leds ? is that wright?
thanks
the leds are not working due to the simple interface midi which is still limited ! so we can't map the leds ? is that wright?
thanks
Mensajes Mon 01 Jun 09 @ 1:40 pm
But how is possible to make them work fine with vci-300?
Mensajes Mon 01 Jun 09 @ 1:50 pm
@dj mola
Just working on it
Just working on it
Mensajes Mon 01 Jun 09 @ 1:51 pm
Because there is a definition file .. read here - http://www.virtualdj.com/wiki/ControllerDefinition.html
Mensajes Mon 01 Jun 09 @ 1:52 pm
Tjeck1972 wrote :
Yapp thanks. Now is it ok, but leds are little problem.
To map full controllers in VirtualDJ 6, you now need to do this in two steps.
The first step is to create a "definition" file, that basically gives a human-readable name to every MIDI command (buttons or LEDs).
Then, in the mapper, you assign the action you want to each button and LED.
The "simple MIDI" interface is there only for quick on-the-fly mapping of simple controllers.
It's not meant to be used to map LED, encoders, or other complex things.
We took the complexity of MIDI out and put it in a separate XML file, in order to keep the software simple for urgent live operations.
Mensajes Mon 01 Jun 09 @ 3:02 pm
Seems very complex mapping with LEDs and all, guess I'll give it a try. Is there a beta Mapping of the NS7 laying around like this?
Mensajes Mon 01 Jun 09 @ 7:03 pm
I haven´t seenit.
Mensajes Tue 02 Jun 09 @ 10:28 am
Please help me somebody....
I can´t separate two decks for hot cues. hen i press hot cue 1 on deck 1 same hppend on deck 2, same with delete while pressed.
Middi looks like this.
<map value="0-18" action="deck 2 set $myshift 1 while_pressed" />
<map value="0-19" action="deck 1 var $myshift ? deck 1 delete_cue 2 : deck 1 hot_cue 2" />
<map value="0-20" action="deck 1 var $myshift ? deck 1 delete_cue 2 : deck 1 hot_cue 2" />
<map value="0-21" action="deck 1 var $myshift ? deck 1 delete_cue 3 : deck 1 hot_cue 3" />
<map value="0-22" action="deck 1 var $myshift ? deck 1 delete_cue 4 : deck 1 hot_cue 4" />
<map value="0-23" action="deck 1 var $myshift ? deck 1 delete_cue 5 : deck 1 hot_cue 5" />
<map value="0-51" action="deck 2 set $myshift 2 while_pressed" />
<map value="0-52" action="deck 2 var $myshift ? deck 2 delete_cue 1 : deck 2 hot_cue 1" />
<map value="0-53" action="deck 2 var $myshift ? deck 2 delete_cue 2 : deck 2 hot_cue 2" />
<map value="0-54" action="deck 2 var $myshift ? deck 2 delete_cue 3 : deck 2 hot_cue 3" />
<map value="0-55" action="deck 2 var $myshift ? deck 2 delete_cue 4 : deck 2 hot_cue 4" />
<map value="0-56" action="deck 2 var $myshift ? deck 2 delete_cue 5 : deck 2 hot_cue 5" />
What i´m doing wrong?
Thanks Tjeck
I can´t separate two decks for hot cues. hen i press hot cue 1 on deck 1 same hppend on deck 2, same with delete while pressed.
Middi looks like this.
<map value="0-18" action="deck 2 set $myshift 1 while_pressed" />
<map value="0-19" action="deck 1 var $myshift ? deck 1 delete_cue 2 : deck 1 hot_cue 2" />
<map value="0-20" action="deck 1 var $myshift ? deck 1 delete_cue 2 : deck 1 hot_cue 2" />
<map value="0-21" action="deck 1 var $myshift ? deck 1 delete_cue 3 : deck 1 hot_cue 3" />
<map value="0-22" action="deck 1 var $myshift ? deck 1 delete_cue 4 : deck 1 hot_cue 4" />
<map value="0-23" action="deck 1 var $myshift ? deck 1 delete_cue 5 : deck 1 hot_cue 5" />
<map value="0-51" action="deck 2 set $myshift 2 while_pressed" />
<map value="0-52" action="deck 2 var $myshift ? deck 2 delete_cue 1 : deck 2 hot_cue 1" />
<map value="0-53" action="deck 2 var $myshift ? deck 2 delete_cue 2 : deck 2 hot_cue 2" />
<map value="0-54" action="deck 2 var $myshift ? deck 2 delete_cue 3 : deck 2 hot_cue 3" />
<map value="0-55" action="deck 2 var $myshift ? deck 2 delete_cue 4 : deck 2 hot_cue 4" />
<map value="0-56" action="deck 2 var $myshift ? deck 2 delete_cue 5 : deck 2 hot_cue 5" />
What i´m doing wrong?
Thanks Tjeck
Mensajes Wed 03 Jun 09 @ 11:08 am
Its OK now.
So tommorow i will upload full middi map for ns7.
Without jogs and leds:-(
Regards Tjeck
So tommorow i will upload full middi map for ns7.
Without jogs and leds:-(
Regards Tjeck
Mensajes Wed 03 Jun 09 @ 11:45 am