Page 1 of 1

Autoloop MIDI out problem

PostPosted: 04 Jan 2014, 20:15
by Marxon
Hi all,

I have a strange problem...
I mapped the autoloop MIDI out this way:
Code: Select all
<mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="2"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="127"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="3"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="127"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="4"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="127"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="5"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="127"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="6"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="127"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="7"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="127"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="8"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="127"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="0"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].AutoLoopSelect" value="9"/>
          <MIDI type="Note" parameter="0x2d" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2c" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2b" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x2a" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x29" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x28" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x27" channel="0x6" value="0"/>
          <MIDI type="Note" parameter="0x26" channel="0x6" value="127"/>
        </mapping>


But somehow it skips a led...
Autoloop value 2 = 1st led
Autoloop value 3 = 2nd led
Autoloop value 4 = 4th Led
Autoloop value 5 = 5th led
Autoloop value 6 = 6th led
Autoloop value 7 = 7th led
Autoloop value 8 = 8th led

Does somebody know why this does happen?

Best regards
Marxon

Re: Autoloop MIDI out problem

PostPosted: 04 Jan 2014, 21:31
by P_Jean
You need to Map all the values
0,1,2 ...... to 13.

Where no led, put all your MIDI message with a value = 0.

Re: Autoloop MIDI out problem

PostPosted: 04 Jan 2014, 22:48
by Marxon
P_Jean wrote:You need to Map all the values
0,1,2 ...... to 13.

How can one know this? :rolleyes:
Thank you Pierre!


Best regards
Marxon

Re: Autoloop MIDI out problem

PostPosted: 05 Jan 2014, 01:36
by P_Jean
Marxon wrote:How can one know this? :rolleyes:
Thank you Pierre!


Best regards
Marxon

By testing and working ..... :D

An another thing :
Value "12" = Autoloop = 1/3
Value "13" = Autoloop = 3/4
;)