Page 1 of 2

DDJ-SX LED(new mapping for testing)

PostPosted: 10 Sep 2013, 15:07
by gillies2001
Hi guys Im just posting this here because my account wont let me create a topic in the Tech Support forum for some reason..?

Anyway has anyone with a Pioneer DDJ-SX noticed that the LED's on channel 4 of the mixer dont light up..? will this be fixed in an update or has anyone already done this with a mapping as I really cant wrap my little head around mapping MIDI out with Cross...

Any help in regards to this matter would be appreciated!
Cheers

Re: DDJ-SX LED

PostPosted: 10 Sep 2013, 16:42
by sylMV
Hi,

As said in your other post, I've tried a last thing to try giving you full access to the support area. Go have a look!

Concerning you DDJ-SX issue, I guess nobody's ever reported such a defect...

Did you correctly respect the DDJ-SX configuration as spotted in the DDJ-SX pdf bundled with Cross?
Which leds don't work (more precisely)?

Re: DDJ-SX LED

PostPosted: 10 Sep 2013, 23:51
by gullum
I don't use channel 4 much so I've missed it while testing but the default mapper for DDJ SX does in fact miss the VU output on channel 4 just tested it.
you need to make a copy of the original mapper inside the MIDI manager
First find the DDJ SX in the list of controllers then press the x2 button
of to botton of list and a new DDJ SX mapper should be the export it to somewhere you can find it back easy.
Now open the mapper in an XML editor
scroll down to line 8287 you should see this
Code: Select all
        <mapping>
          <control alias="fam(Mixer).ChannelCMeter" value="%"/>
          <MIDI type="CC" parameter="0x2" channel="0x3" value="%"/>
        </mapping>

then past this code after it
Code: Select all
        <mapping>
          <control alias="fam(Mixer).ChannelDMeter" value="%"/>
          <MIDI type="CC" parameter="0x2" channel="0x4" value="%"/>
        </mapping>


This gives you LEDs for channel 4

And that needs to be added to the default mapper in Cross sylMV :D

Re: DDJ-SX LED

PostPosted: 10 Sep 2013, 23:54
by gullum
Make it easy for you here is a fixed version of it
DDJ-SX (1)(Pioneer).mappings.zip

Re: DDJ-SX LED(new mapping for testing)

PostPosted: 11 Sep 2013, 01:57
by daniel clark
:cool: edited the title to get feedback and testing /recognization :cool:

:eek:
karma for you
:cool:

Re: DDJ-SX LED

PostPosted: 11 Sep 2013, 09:49
by gillies2001
gullum wrote:Make it easy for you here is a fixed version of it
DDJ-SX (1)(Pioneer).mappings.zip


Wicked guys, Thanks heaps for your help its much appreciated!!!
Giles

Re: DDJ-SX LED(new mapping for testing)

PostPosted: 11 Sep 2013, 11:37
by sylMV
For your information, I wasn't aware of, but the bug was known and already fixed for the 2.6.0 version.

Many thanks Gullum for having checked and fixed the mapping faster than your shadow ;)

Re: DDJ-SX LED(new mapping for testing)

PostPosted: 11 Sep 2013, 13:07
by gillies2001
sylMV wrote:For your information, I wasn't aware of, but the bug was known and already fixed for the 2.6.0 version.

Many thanks Gullum for having checked and fixed the mapping faster than your shadow ;)


Thanks again guys, Any chance of a release date for 2.6?? :)

Re: DDJ-SX LED(new mapping for testing)

PostPosted: 11 Sep 2013, 13:29
by UncleVibes
Soon come :cool:

Re: DDJ-SX LED(new mapping for testing)

PostPosted: 11 Sep 2013, 14:00
by sylMV
Gillies, do you now have access to the technical support section?
May I move this thread to it?