Cross DJ Numark Mixtrack issue

   Discuss technical issues with the community. Mixvibes staff provides no support on this board.
Forum rules
Click here to join MIxvibes on DISCORD https://discord.gg/gMdQJ2cJqa

Cross DJ Numark Mixtrack issue

Postby fabpab on 08 Jun 2012, 23:40

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????
User avatar
fabpab
 
Posts: 14
Joined: 19 Nov 2010, 00:45


Re: Cross DJ Numark Mixtrack issue

Postby Hannes on 09 Jun 2012, 10:46

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
June 2012 Mixvibes DJ of the month

https://soundcloud.com/han-nes-10/fridaybeatdown2ndedition
no support by pm

beta troll

Macbook Pro 13, late 2011, 6GB RAM, 480GB Crucial M500
Thudrumble TR-1S, Vestax VFX-1, ESI Maya USB+, Rane SL2
User avatar
Hannes
 
Posts: 4168
Joined: 07 Dec 2010, 02:57
Location: Vienna


Re: Cross DJ Numark Mixtrack issue

Postby fabpab on 09 Jun 2012, 11:46

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
User avatar
fabpab
 
Posts: 14
Joined: 19 Nov 2010, 00:45


Re: Cross DJ Numark Mixtrack issue

Postby Hannes on 09 Jun 2012, 12:17

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.
June 2012 Mixvibes DJ of the month

https://soundcloud.com/han-nes-10/fridaybeatdown2ndedition
no support by pm

beta troll

Macbook Pro 13, late 2011, 6GB RAM, 480GB Crucial M500
Thudrumble TR-1S, Vestax VFX-1, ESI Maya USB+, Rane SL2
User avatar
Hannes
 
Posts: 4168
Joined: 07 Dec 2010, 02:57
Location: Vienna


Re: Cross DJ Numark Mixtrack issue

Postby Hannes on 09 Jun 2012, 12:20

there´s the mixtrack pro mapping, yuo should try it.

[Numark MIXTRACK PRO] MixVibes Cross 1.5
June 2012 Mixvibes DJ of the month

https://soundcloud.com/han-nes-10/fridaybeatdown2ndedition
no support by pm

beta troll

Macbook Pro 13, late 2011, 6GB RAM, 480GB Crucial M500
Thudrumble TR-1S, Vestax VFX-1, ESI Maya USB+, Rane SL2
User avatar
Hannes
 
Posts: 4168
Joined: 07 Dec 2010, 02:57
Location: Vienna


Re: Cross DJ Numark Mixtrack issue

Postby fabpab on 09 Jun 2012, 12:52

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!
User avatar
fabpab
 
Posts: 14
Joined: 19 Nov 2010, 00:45


Re: Cross DJ Numark Mixtrack issue

Postby UncleVibes on 09 Jun 2012, 13:17

Keep cool and check your controller documentation. You must find inside which led value for which color for your setup
UncleVibes
 
Posts: 10254
Joined: 22 Sep 2003, 14:36


Re: Cross DJ Numark Mixtrack issue

Postby BennyB on 09 Jun 2012, 17:48

Or you can PM me, and I can help in the stuff :)
Image
April 2012 Mixvibes DJ of the month

aka. Ben

"...Music Is The Answer To The Problems..."

FOUNDER OF:
:cool: c00l People MV Society :cool:
!!!Sampler Fi!!!
Helping MIXVIBES FORUM being an awsome place
since 2011!

MixVibes People!!! UNITE!!!
User avatar
BennyB
 
Posts: 836
Joined: 14 Apr 2011, 22:54
Location: Hungary


Re: Cross DJ Numark Mixtrack issue

Postby Support@MixVibes on 11 Jun 2012, 12:03

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>
User avatar
Support@MixVibes
 


Re: Cross DJ Numark Mixtrack issue

Postby fabpab on 25 Jun 2012, 21:04

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
User avatar
fabpab
 
Posts: 14
Joined: 19 Nov 2010, 00:45


Next

Return to Community Support




Who is online

Users browsing this forum: No registered users and 388 guests

Board index

 
 
   
 
© 2014 Mixvibes