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