hello ,
can you fix build in definition of DDJ XP2 INT_LED in next update. I tested it is work perfect. Defination Code is down bellow,
thanks, dj Koray,
<device name="PioneerDDJ-XP2" description="Pioneer DDJ XP2" author="djkoray01" vid="0x2B73" pid="0x0035" type="MIDI">
<button note = "0x73" name = "INT" channel="0" deck="left"/>
<led note="0x73" name="LED_INT" default="INT" channel="0" deck="left" />
</device>
can you fix build in definition of DDJ XP2 INT_LED in next update. I tested it is work perfect. Defination Code is down bellow,
thanks, dj Koray,
<device name="PioneerDDJ-XP2" description="Pioneer DDJ XP2" author="djkoray01" vid="0x2B73" pid="0x0035" type="MIDI">
<button note = "0x73" name = "INT" channel="0" deck="left"/>
<led note="0x73" name="LED_INT" default="INT" channel="0" deck="left" />
</device>
geposted Thu 27 Apr 23 @ 8:01 pm
djkoray01 wrote :
hello ,
can you fix build in definition of DDJ XP2 INT_LED in next update. I tested it is work perfect. Defination Code is down bellow,
thanks, dj Koray,
<device name="PioneerDDJ-XP2" description="Pioneer DDJ XP2" author="djkoray01" vid="0x2B73" pid="0x0035" type="MIDI">
<button note = "0x73" name = "INT" channel="0" />
<led note="0x73" name="LED_INT" default="INT" channel="0" />
</device>
can you fix build in definition of DDJ XP2 INT_LED in next update. I tested it is work perfect. Defination Code is down bellow,
thanks, dj Koray,
<device name="PioneerDDJ-XP2" description="Pioneer DDJ XP2" author="djkoray01" vid="0x2B73" pid="0x0035" type="MIDI">
<button note = "0x73" name = "INT" channel="0" />
<led note="0x73" name="LED_INT" default="INT" channel="0" />
</device>
geposted Fri 28 Apr 23 @ 6:36 am
geposted Fri 28 Apr 23 @ 6:37 am
It's not broken ?
I mean device definition has the LED_INT and it works in our device!
I mean device definition has the LED_INT and it works in our device!
geposted Fri 28 Apr 23 @ 9:06 am
PhantomDeejay wrote :
It's not broken ?
I mean device definition has the LED_INT and it works in our device!
I mean device definition has the LED_INT and it works in our device!
Button is working But Led is not lighting
geposted Fri 28 Apr 23 @ 9:00 pm
(Upping this thread). LED_INT is indeed not working, only LED_DECK_LEFT and LED_DECK_RIGHT are working (when SHIFT is on). The INT button itself works, just the led is not lighting (whatever value is put in LED_INT). Reading from the midi spec (https://www.pioneerdj.com/-/media/pioneerdj/software-info/controller/ddj-xp2/ddj-xp2_midi_message_list_e1.pdf), it might be because the device has internal hardware state that is changing when shift+int are pressed.
geposted yesterday @ 12:22 pm