Page 1 of 1

adding a master/pfl mapping

PostPosted: 07 Aug 2013, 04:34
by djdubc
i think this would be great for the guys who have the type of mixers with this button :cool: it has 2 LED's and when pushed the LED's switch when in different modes

Re: adding a master/pfl mapping

PostPosted: 07 Aug 2013, 05:53
by gullum
something like this
Code: Select all
<mapping>
          <control alias=" fam(Mixer).CueMonitorX" value="1"/>
          <MIDI type="Note" parameter="0x4c" channel="0x1" value="0"/>
          <MIDI type="Note" parameter="0x4e" channel="0x1" value="0"/>
          <MIDI type="Note" parameter="0x4f" channel="0x1" value="0"/>
          <MIDI type="Note" parameter="0x4d" channel="0x1" value="127"/>
        </mapping>
        <mapping>
          <control alias=" fam(Mixer).CueMonitorX" value="0"/>
          <MIDI type="Note" parameter="0x4c" channel="0x1" value="127"/>
          <MIDI type="Note" parameter="0x4e" channel="0x1" value="0"/>
          <MIDI type="Note" parameter="0x4f" channel="0x1" value="0"/>
          <MIDI type="Note" parameter="0x4d" channel="0x1" value="0"/>
        </mapping>


But I'm not sure it will work because I can't find any master cue in the mapping documents sorry I can't be of more help
Hehe did not know what part of site I was in :D

Re: adding a master/pfl mapping

PostPosted: 07 Aug 2013, 06:35
by djdubc
thats why mixvibes needs to add it, i already tried different ways :cool: thankx