Can someone please help me on getting some mapping done on this controller? I've done most of the mapping on it but ran into a brick wall on two things for now & I'm sure more to come.
1- Can't get the led's to light up. In the pioneer manual it's telling me that 0=off, 127=on so where do I put this so when a button is hit the led goes on. Keep in mind that the buttons do what I mapped them to do but need them to light up when activated.
2- The jog wheel is not working. I've mapped the touchwhhel & that works but when I go to scratch it does nothing.
1- Can't get the led's to light up. In the pioneer manual it's telling me that 0=off, 127=on so where do I put this so when a button is hit the led goes on. Keep in mind that the buttons do what I mapped them to do but need them to light up when activated.
2- The jog wheel is not working. I've mapped the touchwhhel & that works but when I go to scratch it does nothing.
Posté Sat 16 Apr 11 @ 8:47 pm
You must define the LED's in the controller's definition file. If you are using Simple MIDI Wrapper, then LED's are not possible.
See http://www.virtualdj.com/wiki/ControllerDefinitionMIDI.html
For example:
<led note="0x02" name="LED_PLAY" default="PLAY" channel="0" deck="1" />
Also, for advanced jogwheels, you will need to define it correctly in the definition file (How depends on the MIDI messages that it sends, which you can see using a MIDI tracing utility such as http://www.virtualdj.com/download/miditrace.exe )
See http://www.virtualdj.com/wiki/ControllerDefinitionMIDI.html
For example:
<led note="0x02" name="LED_PLAY" default="PLAY" channel="0" deck="1" />
Also, for advanced jogwheels, you will need to define it correctly in the definition file (How depends on the MIDI messages that it sends, which you can see using a MIDI tracing utility such as http://www.virtualdj.com/download/miditrace.exe )
Posté Sun 17 Apr 11 @ 1:15 pm