Page 1 of 4

VMS4 - Midimapping

PostPosted: 28 Mar 2011, 22:37
by djcie
Hi,
i have started to create a midimapping for my vms4. i am nearly finished, but my jog-wheels don't work fine (ok, they just do crap :) )
Is soneone here with a vms4 who can finish it maybe, or give me some help?

Greets
DJCie

Re: VMS4 - Midimapping

PostPosted: 29 Mar 2011, 08:57
by christiankoopmann
Hey,

for the Jog-Wheel you must test some parameters. The Code to get the Jog-Wheel running is:
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>


You must set your right Midi-Note this is from my behringer.
Also you need to find the correct ticks number start with 600, the correct range to avoid skipping in message transmission.

Finally you can set the sensitivity to your liking.

I hope this will help you.

Regards
Christian

Re: VMS4 - Midimapping

PostPosted: 31 Mar 2011, 20:34
by djcie
I will have a try.. thx a lot,

if it is in final stage i will publish :)

Re: VMS4 - Midimapping

PostPosted: 01 Apr 2011, 12:30
by Support@MixVibes
We already have a mapping done, should be available to test @ the MusikMesse on the ADJ booth.

Re: VMS4 - Midimapping

PostPosted: 18 May 2011, 23:56
by djcie
So what is up? Did you lost your Mapping on the "Frankfurter Musik Messe"?

Re: VMS4 - Midimapping

PostPosted: 19 May 2011, 13:44
by Support@MixVibes
No, ADJ stuck everything, so we're in wait state.

Re: VMS4 - Midimapping

PostPosted: 27 May 2011, 13:11
by djcie
Hey there...

This is the configuration in VDJ
<fulljog cc="0x30" ccmsb="0x31" full="2560" name="JOG" channel="0" deck="1"/>
<fulljog cc="0x32" ccmsb="0x33" full="2560" name="JOG" channel="0" deck="2"/>

If i match it to your code it looks like:
Code: Select all
<mapping>
              <events>
                <MIDI type="CC" parameter="0x30" 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>


<parameter object="jog" key="Ms Per Turn" value="1200"/>
"Scrolling in milliseconds per turn?"
What das does this parameter do?


greets

Re: VMS4 - Midimapping

PostPosted: 31 May 2011, 15:38
by christiankoopmann
Hey,

I think it is like it in Cross (DJ). In Cross named Ticks per Turn and in VDJ maybee Message per Turn.
This say Cross or VDJ how many ticks or MIDI Messages are comming when rounding the wheel for a hole round. Is it to high setted the movement in vinyl or pitch bend mode slower. Is it to smal setted than it is maybee to fast.

regards
Christian

Re: VMS4 - Midimapping

PostPosted: 01 Jun 2011, 15:08
by Giorgiodjset
I almost finished, the part of me is breaking jog but who takes the win, as soon as I finish I post online .. Hello soon

Re: VMS4 - Midimapping

PostPosted: 09 Jun 2011, 19:52
by djcie
well, i am trying since yesterday....

i have one BIG problem.....
the scratch-wheel is bidirectionl and has a touch sensor...

can someon plz tell me how to set this in Cross???
the other paramters like sesibility and so on can i adjust myself...

hopfully,
DJCie