Page 1 of 2

Cross mapping help needed

PostPosted: 22 Mar 2011, 22:46
by Jim B
I would like to map a button on my Hercules RMX for the action "Pitch Reset"

I have a button already labeled on the controller

Picture 137.jpg


Also on Cross' GUI there is the action "Pitch Reset"

Pitch Reset .jpg


BUT I can't seem to find the right mapping to get this desired action :(

Is it possible? Can anybody help?

Re: Cross mapping help needed

PostPosted: 22 Mar 2011, 22:53
by christiankoopmann
Hey,

have you tested the command
Code: Select all
RESETPITCHALL


The documentation says that it resets all pitch (SP/MT/KEY).

Maybee it helps you.

Regards
Christian

Re: Cross mapping help needed

PostPosted: 22 Mar 2011, 22:57
by Jim B
christiankoopmann wrote:Hey,

have you tested the command
Code: Select all
RESETPITCHALL



No I haven't.

I've been using the MIDI mapping list within Cross' Preference

How do I go about adding this to the mapping?

Re: Cross mapping help needed

PostPosted: 22 Mar 2011, 23:05
by christiankoopmann
Hey,

I'm not a Cross MIDI mapping specialist but I would test it like this:
Code: Select all
 <mapping>
          <events>
            <MIDI type="Note" parameter="0x22" modifiers="ML2" channel="0x1"/>
          </events>
          <controls>
            <control alias="fam(Player)[0x2].ResetPitchAll"/>
          </controls>
          <preset name="Trigger Button">
            <parameters>
              <parameter object="metronom" key="Repeat Acceleration" value="0"/>
              <parameter object="metronom" key="Repeat Time" value="0"/>
              <parameter object="metronom" key="Start Time" value="0"/>
            </parameters>
          </preset>
        </mapping>


ML2 and also [0x2] can you change to ML1 and also [0x1] to set it for player one. And you must also set the correct MIDI Note.

This Code fragment you must insert in the midi-input section of the file.
I don't know if it is realy working because I have no Cross to test it and as I wrote I'm not a specialist in Cross mapping. With DVS I have experience enough ;).

regards
Christian

Re: Cross mapping help needed

PostPosted: 23 Mar 2011, 07:23
by Jim B
OK Christian. I'll take a look into this later. Maybe Cross works differently.

Thanks my friend ;)

Re: Cross mapping help needed

PostPosted: 23 Mar 2011, 09:14
by Blackbrook
Jim B wrote:Maybe Cross works differently.


That is what I am afraid of :cry: As soon as I get back home I will have a look into Cross.

Cheers,

Steve

Re: Cross mapping help needed

PostPosted: 23 Mar 2011, 09:45
by christiankoopmann
Hey,

no problem. In a few weeks I will have the money to buy me Cross too.(I must currently pay the most money I earn to my family because they gave me the money for my car :cool: )
I tested the demo and it is very nice for working with a very big collection ;). Then I will check the Cross MIDI Mapping :D how it works and what is possible ;) :cool:
I like testing those things^^ currently I'm testing how I can map my LCD of the Numark NDX800 to set BPM and Time left and so on on the screen. But I currently also writing my thesis and so I have not as much time as I want^^.

regards
Christian

Re: Cross mapping help needed

PostPosted: 23 Mar 2011, 11:07
by Jim B
Blackbrook wrote:As soon as I get back home I will have a look into Cross.


Cheers, Steve.

I'm stuck at work till 5pm :(

Re: Cross mapping help needed

PostPosted: 23 Mar 2011, 12:05
by Support@MixVibes
If your controller send a note in center/click position, what you need is this
cross_midi_pitch reset.jpg


This means that with that note you will send a half pitch value, value that is supposed to be in the center of the range you're using.

Re: Cross mapping help needed

PostPosted: 23 Mar 2011, 20:30
by Jim B
@support

I don't see that graphic, when the button is pressed. I get this

Pitch Value.jpg


And

Pitch Value 1.jpg