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