j-kut wrote:I want that Too

Kinda like the denon controller!
very solid product, heavy in weight and good to handle, i lov this piece of hardware!

Support@MixVibes wrote:There is no output command named 'autolooptrigger'
So what you want is to switch on the light when activating an autoloop ?
As you can see in the GUI when you are doing an autoloop, what is switched on is the button 'Loop on/off' so you'll need to use 'fam(Player)[0x1].LoopOnOff (Logic)' because in Cross be it a manual loop or an auto loop, it is the same thing that is switched on at your screen.
Cross can only send MIDI outs based on the GUI behavior.
very good, thank you !!!
im very very happy!
works now, but without "logic":
<mapping>
<control alias="fam(Player)[0x1].LoopOnOff" value="true"/>
<MIDI type="CC" parameter="0x4c" channel="0x1" value="0x9"/>
</mapping>
<mapping>
<control alias="fam(Player)[0x1].LoopOnOff" value="false"/>
<MIDI type="CC" parameter="0x4a" channel="0x1" value="0x9"/>
</mapping>
<mapping>
<control alias="fam(Player)[0x2].LoopOnOff" value="true"/>
<MIDI type="CC" parameter="0x4c" channel="0x1" value="0x60"/>
</mapping>
<mapping>
<control alias="fam(Player)[0x2].LoopOnOff" value="false"/>
<MIDI type="CC" parameter="0x4a" channel="0x1" value="0x60"/>
</mapping>
thank you all a lot!
my denon looks like a christmas tree now

♥
gonna share my mapping with picture-setting very soon!