Page 1 of 1

Numark MixTrack Pro

PostPosted: 17 Feb 2011, 13:17
by roy_huntley
Hi,

Is it possible to get MixVibes CrossDJ to work with my Numark MixTrack pro. I tried the MIDI page of the preferences but didnt have much luck.

Any help much appreciated

Thanks

Re: Numark MixTrack Pro

PostPosted: 17 Feb 2011, 13:33
by Support@MixVibes
The only solution is to do the mapping by yourself.

Re: Numark MixTrack Pro

PostPosted: 16 Mar 2011, 20:43
by djlyrix
ok but how do you get the jogg wheels to work like they should?

Re: Numark MixTrack Pro

PostPosted: 16 Mar 2011, 21:11
by christiankoopmann
Hello,

I'm not the specialist with the mapping of Cross but I looked a bit around and tested it with the Cross demo. I tested it with my BCD 2000 from Behringer. You must chang the CC note to the correct note of your device. After that it should work.

Code: Select all
 <mapping>
          <events>
            <MIDI type="CC" parameter="0x18" channel="0x1"/>
          </events>
          <controls>
            <control alias="fam(Player)[0x1].ComboJog"/>
          </controls>
          <preset name="Basic">
            <parameters>
              <parameter object="jog" key="Backward Tick Increment Range" value="-1 -63"/>
              <parameter object="jog" key="Backward Value Range" value="127 65"/>
              <parameter object="jog" key="Built-in Period" value="0"/>
              <parameter object="jog" key="Forward Tick Increment Range" value="1 63"/>
              <parameter object="jog" key="Forward Value Range" value="1 63"/>
              <parameter object="jog" key="Has Null Value" value="off"/>
              <parameter object="jog" key="Move till Stop" value="on"/>
              <parameter object="jog" key="Ms Per Turn" value="1200"/>
              <parameter object="jog" key="Sensitivity" value="1"/>
              <parameter object="jog" key="Ticks Per Turn" value="200"/>
              <parameter object="stop timer" key="Repeat Time" value="100"/>
            </parameters>
          </preset>
        </mapping>


The most information I took from an mapping of another product and set some information special for my product. There you must test the correct settings for your jog. To get the correct MIDI note you can use programs like Midi-OX or something else.

regards
Christian

Re: Numark MixTrack Pro

PostPosted: 17 Mar 2011, 12:03
by Support@MixVibes
djlyrix wrote:ok but how do you get the jogg wheels to work like they should?


You need to find the correct ticks number (start with 600), the correct range to avoid skipping in message transmission and finally you will set the sensitivity to your liking.