Page 1 of 1

fillingMap, simpleMap not working

PostPosted: 22 Dec 2013, 12:08
by Marxon
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

Re: fillingMap, simpleMap not working

PostPosted: 23 Dec 2013, 11:59
by sylMV
What do you get with this code?
What would you want to have?

Re: fillingMap, simpleMap not working

PostPosted: 25 Dec 2013, 20:17
by Marxon
Marxon wrote:
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"/>


Here I want to realize led vu-meters with leds which are controlled by MIDI notes but all leds are on all the time.
I used the code from the Denon DN-MC6000 mapping, of course i adapted the MIDI notes to my controler.

Re: fillingMap, simpleMap not working

PostPosted: 04 Jan 2014, 08:56
by Marxon
:?: :?: :?: