Page 1 of 2

Cross DJ Numark Mixtrack issue

PostPosted: 08 Jun 2012, 23:40
by fabpab
Hi all,

I 1st bought a ion discover and got into Cross DJ LE... and that was awsome..

I have now bought a Numark mixtrack which is also great! i have today bought Cross DJ and and pretty happy so far... i have downloaded some settings to get the MIDI controler to work.. and have spend most of the night fine tuning all the little things and getting all the buttons to work..

However, i have just noticed that i have no lights active on the Numark mixtrack!! This is realy weird, and wondered if anyone has seen this and solved it...
If i cycle through some of the other preset MIDI maps (ie U-Mix, DJ control and in particular VCI-300) all the lights come on nicely!

So when i press play the button does not turn green, and cue does not turn red ect.... Obviosuly this could be an issue in the dark...


Any clues????

Re: Cross DJ Numark Mixtrack issue

PostPosted: 09 Jun 2012, 10:46
by Hannes
Cross doesnt have automated output mapping,
if you want those leds to light up you´ll need to map them in the xml.

Go there, it´s quite easy to understand.
viewtopic.php?f=359&t=19330

Re: Cross DJ Numark Mixtrack issue

PostPosted: 09 Jun 2012, 11:46
by fabpab
j-kut wrote:Cross doesnt have automated output mapping,
if you want those leds to light up you´ll need to map them in the xml.

Go there, it´s quite easy to understand.
viewtopic.php?f=359&t=19330


Hi ! thanks for the feedback, unfortunelty im not very savy at coding.. so this kinda scares me! i cannot see any logic in how to make the lights change colour..
Do you thing that mixvibes are going to make this easier for us "users" in the future?
thanks

Re: Cross DJ Numark Mixtrack issue

PostPosted: 09 Jun 2012, 12:17
by Hannes
Dont be scared, it´s really not that hard.

you simply take the output-message from the list in the link, look up the midi-note for the led and combine them.

there´s even a complete example for play/pause leds.

btw i think you could use the mapping from the mixtrack pro which is built-in.

And no, i dont know if there´s any plan to change the output-mapping.

Re: Cross DJ Numark Mixtrack issue

PostPosted: 09 Jun 2012, 12:20
by Hannes
there´s the mixtrack pro mapping, yuo should try it.

[Numark MIXTRACK PRO] MixVibes Cross 1.5

Re: Cross DJ Numark Mixtrack issue

PostPosted: 09 Jun 2012, 12:52
by fabpab
j-kut wrote:there´s the mixtrack pro mapping, yuo should try it.

[Numark MIXTRACK PRO] MixVibes Cross 1.5


Hi thanks for the link, i have tried this. and also version 1.. but unfortunetly to no avail...
I used woolsheeps version 1 to customise how i like the Track section to work and a few other bits.. (like smart seek on the stutter button, helps sync)

But both versions dont light up the buttons :(

Sad times! i dont want to buy traktor as well as mix vibes!

Re: Cross DJ Numark Mixtrack issue

PostPosted: 09 Jun 2012, 13:17
by UncleVibes
Keep cool and check your controller documentation. You must find inside which led value for which color for your setup

Re: Cross DJ Numark Mixtrack issue

PostPosted: 09 Jun 2012, 17:48
by BennyB
Or you can PM me, and I can help in the stuff :)

Re: Cross DJ Numark Mixtrack issue

PostPosted: 11 Jun 2012, 12:03
by Support@MixVibes
I've just finish the Numark Mixtrack Pro for Cross/DJ. It will be available with v2.

EDIT: here is what you're looking for
Code: Select all
      <output-mappings>
        <mapping>
          <control alias="fam(Player)[0x1].PlayPause" value="true"/>
          <MIDI type="Note" parameter="0x3b" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].PlayPause" value="false"/>
          <MIDI type="Note" parameter="0x3b" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].CueStateOutput" value="0"/>
          <MIDI type="Note" parameter="0x33" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].CueStateOutput" value="1"/>
          <MIDI type="Note" parameter="0x33" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].CueStateOutput" value="2"/>
          <MIDI loop="true"/>
          <MIDI type="Note" parameter="0x33" channel="0x1" value="127" duration="500"/>
          <MIDI type="Note" parameter="0x33" channel="0x1" value="0" duration="500"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).MatchAWithBFeedback" value="true"/>
          <MIDI type="Note" parameter="0x40" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).MatchAWithBFeedback" value="false"/>
          <MIDI type="Note" parameter="0x40" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).SyncAOnBFeedback" value="true"/>
          <MIDI type="Note" parameter="0x40" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).SyncAOnBFeedback" value="false"/>
          <MIDI type="Note" parameter="0x40" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].LoopOnOff" value="true"/>
          <MIDI type="Note" parameter="0x55" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].LoopOnOff" value="false"/>
          <MIDI type="Note" parameter="0x55" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].VinylMode" value="true"/>
          <MIDI type="Note" parameter="0x48" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].VinylMode" value="false"/>
          <MIDI type="Note" parameter="0x48" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].KeyLockOutput" value="true"/>
          <MIDI type="Note" parameter="0x51" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].KeyLockOutput" value="false"/>
          <MIDI type="Note" parameter="0x51" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).BassKillA" value="true"/>
          <MIDI type="Note" parameter="0x5a" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).BassKillA" value="false"/>
          <MIDI type="Note" parameter="0x5a" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).MidKillA" value="true"/>
          <MIDI type="Note" parameter="0x5b" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).MidKillA" value="false"/>
          <MIDI type="Note" parameter="0x5b" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).TrebleKillA" value="true"/>
          <MIDI type="Note" parameter="0x5c" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).TrebleKillA" value="false"/>
          <MIDI type="Note" parameter="0x5c" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Fx)[0x1].OnOff" value="true"/>
          <MIDI type="Note" parameter="0x63" channel="0x1" value="40"/>
        </mapping>
        <mapping>
          <control alias="fam(Fx)[0x1].OnOff" value="false"/>
          <MIDI type="Note" parameter="0x63" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].PlayPause" value="true"/>
          <MIDI type="Note" parameter="0x42" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].PlayPause" value="false"/>
          <MIDI type="Note" parameter="0x42" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].CueStateOutput" value="0"/>
          <MIDI type="Note" parameter="0x3c" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].CueStateOutput" value="1"/>
          <MIDI type="Note" parameter="0x3c" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].CueStateOutput" value="2"/>
          <MIDI loop="true"/>
          <MIDI type="Note" parameter="0x3c" channel="0x2" value="127" duration="500"/>
          <MIDI type="Note" parameter="0x3c" channel="0x2" value="0" duration="500"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).MatchBWithAFeedback" value="true"/>
          <MIDI type="Note" parameter="0x47" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).MatchBWithAFeedback" value="false"/>
          <MIDI type="Note" parameter="0x47" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).SyncBOnAFeedback" value="true"/>
          <MIDI type="Note" parameter="0x47" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Matcher).SyncBOnAFeedback" value="false"/>
          <MIDI type="Note" parameter="0x47" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).CueMonitorA" value="true"/>
          <MIDI type="Note" parameter="0x65" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).CueMonitorA" value="false"/>
          <MIDI type="Note" parameter="0x65" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).CueMonitorB" value="true"/>
          <MIDI type="Note" parameter="0x66" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).CueMonitorB" value="false"/>
          <MIDI type="Note" parameter="0x66" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].VinylMode" value="true"/>
          <MIDI type="Note" parameter="0x50" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].VinylMode" value="false"/>
          <MIDI type="Note" parameter="0x50" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].KeyLockOutput" value="true"/>
          <MIDI type="Note" parameter="0x52" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].KeyLockOutput" value="false"/>
          <MIDI type="Note" parameter="0x52" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].LoopOnOff" value="true"/>
          <MIDI type="Note" parameter="0x58" channel="0x2" value="40"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].LoopOnOff" value="false"/>
          <MIDI type="Note" parameter="0x58" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).BassKillB" value="true"/>
          <MIDI type="Note" parameter="0x5e" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).BassKillB" value="false"/>
          <MIDI type="Note" parameter="0x5e" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).MidKillB" value="true"/>
          <MIDI type="Note" parameter="0x5f" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).MidKillB" value="false"/>
          <MIDI type="Note" parameter="0x5f" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).TrebleKillB" value="true"/>
          <MIDI type="Note" parameter="0x60" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Mixer).TrebleKillB" value="false"/>
          <MIDI type="Note" parameter="0x60" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Fx)[0x2].OnOff" value="true"/>
          <MIDI type="Note" parameter="0x64" channel="0x2" value="40"/>
        </mapping>
        <mapping>
          <control alias="fam(Fx)[0x2].OnOff" value="false"/>
          <MIDI type="Note" parameter="0x64" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="mod(ShiftLogic1)" value="true"/>
          <MIDI type="Note" parameter="0x5d" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="mod(ShiftLogic1)" value="false"/>
          <MIDI type="Note" parameter="0x5d" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="mod(ShiftLogic8)" value="true"/>
          <MIDI type="Note" parameter="0x61" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="mod(ShiftLogic8)" value="false"/>
          <MIDI type="Note" parameter="0x61" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="mod(ShiftLogic9)" value="true"/>
          <MIDI type="Note" parameter="0x62" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="mod(ShiftLogic9)" value="false"/>
          <MIDI type="Note" parameter="0x62" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].LoopInSet" value="true"/>
          <MIDI type="Note" parameter="0x53" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].LoopInSet" value="false"/>
          <MIDI type="Note" parameter="0x53" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].LoopOutSet" value="true"/>
          <MIDI type="Note" parameter="0x54" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].LoopOutSet" value="false"/>
          <MIDI type="Note" parameter="0x54" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].LoopInSet" value="true"/>
          <MIDI type="Note" parameter="0x56" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].LoopInSet" value="false"/>
          <MIDI type="Note" parameter="0x56" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].LoopOutSet" value="true"/>
          <MIDI type="Note" parameter="0x57" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].LoopOutSet" value="false"/>
          <MIDI type="Note" parameter="0x57" channel="0x2" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].PitchZeroOutput" value="true"/>
          <MIDI type="Note" parameter="0x70" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].PitchZeroOutput" value="false"/>
          <MIDI type="Note" parameter="0x70" channel="0x1" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].PitchZeroOutput" value="true"/>
          <MIDI type="Note" parameter="0x71" channel="0x2" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x2].PitchZeroOutput" value="false"/>
          <MIDI type="Note" parameter="0x71" channel="0x2" value="0"/>
        </mapping>
      </output-mappings>

Re: Cross DJ Numark Mixtrack issue

PostPosted: 25 Jun 2012, 21:04
by fabpab
HI, thanks for the reply again... i really have no idea what to look for....
are you able to send the version that wil be in V2 at all? did you manage to get the lights working ?
thanks