Hi all,
i tried to map some leds via fillingMap and simpleMap but somehow it does not work properly. Regardless which appropriate alias i use or notes/cc...
Some examples:
- Code: Select all
<control alias="fam(Mixer).ChannelAMeter" value="%"/>
<MIDI fillingMap="true"/>
<MIDI type="Note" parameter="0x3C" channel="0x5" value="127"/>
<MIDI type="Note" parameter="0x3D" channel="0x5" value="127"/>
<MIDI type="Note" parameter="0x3E" channel="0x5" value="127"/>
<MIDI type="Note" parameter="0x3C" channel="0x5" value="0"/>
<MIDI type="Note" parameter="0x3D" channel="0x5" value="0"/>
<MIDI type="Note" parameter="0x3E" channel="0x5" value="0"/>
tried it with and without the value="0" events.
Or:
- Code: Select all
<control alias="fam(Player)[0x1].NeedleSearch" value="%"/>
<MIDI simpleMap="true"/>
<MIDI type="CC" parameter="0x3C" channel="0x5" value="40"/>
<MIDI type="CC" parameter="0x3D" channel="0x5" value="80"/>
<MIDI type="CC" parameter="0x3E" channel="0x5" value="120"/>
Does someone know where the problem is?
Thanks a lot!
Best regards
Marxon