two output mappings one led

  
Forum rules
Click here to join MIxvibes on DISCORD https://discord.gg/gMdQJ2cJqa

two output mappings one led

Postby ashp on 22 Sep 2014, 04:17

My controller has two led sequences on the jog wheels

normal playback

Code: Select all
<mapping name="LED DECK A JOG">
          <control alias="fam(Player)[0x1].PlayerPositionInMs" value="%1800"/>
          <MIDI simpleMap="true"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="1"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="2"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="3"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="4"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="5"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="6"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="7"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="8"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="9"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="10"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="11"/>
          <MIDI type="cc" parameter="0x3d" channel="0x2" value="12"/>
        </mapping>

and track ending

Code: Select all
<mapping name="LED DECK A END OF TRACK ALARM">
          <control alias="fam(Player)[0x1].EndOfTrackAlarm" value="true"/>
          <MIDI loop="true"/>
          <MIDI type="cc" parameter="0x3c" channel="0x2" value="6" duration="300"/>
          <MIDI type="cc" parameter="0x3c" channel="0x2" value="5" duration="300"/>
          <MIDI type="cc" parameter="0x3c" channel="0x2" value="4" duration="300"/>
          <MIDI type="cc" parameter="0x3c" channel="0x2" value="3" duration="300"/>
          <MIDI type="cc" parameter="0x3c" channel="0x2" value="2" duration="300"/>
          <MIDI type="cc" parameter="0x3c" channel="0x2" value="1" duration="300"/>
        </mapping>

how to tell Cross to stop sending normal playback MIDI out?

also in the duration parameter can I specify beats or have it sync to MIDI clock?

All help is appreciated,
Many thanks,
Ash
ashp
 
Posts: 12
Joined: 29 May 2014, 21:37


Return to Mapping Midi




Who is online

Users browsing this forum: No registered users and 82 guests

Board index

 
 
   
 
© 2014 Mixvibes