Switch knobs D&R Airence

I have a strange thing what about the cardwall and the knobs on te Airence.
I configured that de numbering from te cartwall stand on top to bottom for A and B and offcours 16 players.
The first 8 jingles are ok, but the 9 to 16 stands in a wrong order.
See the pictures for example.
Is there an option to set this right?


IMG_3034.JPG

And the cardwall picture…


IMG_3033.JPG

Which version are you on? This should have been fixed since v5.3.3.

Hi Torben,
I use version 5.0
The main reason why i use this version because in 5.3 the colors are that have use by the jingles in the playlist are not visible,
In the recycle bin are the colors visible.
The version 5.0 are the colors visible in the playlist.
Is that a setting in 5.3 or is there something els wrong.


Colors mairlist 5.3.png

Check the Playlist GUI options, there is one about the priority of item colors over skin.ini. Should be turned on. Not sure but the default may have changed since v5.0.

Thanks Torben!!

I have update mairlist with newest update 5.3.4 but the problems with the switchknops are stil exist.
Do i anything wrong in the settings?

Hm, checked the code - looks like the internal numbering of the buttons used by D&R is not as obvious as I thought.

What happens when you load player 10, which LED will light up? The topmost from the right row?

Here’s a small script that tests all LEDs for half a second:

var
  i: integer;

begin
  for i := 1 to 24 do begin
    AirenceRemote(0).SetLED(i, acRed);
    Sleep(500);
    AirenceRemote(0).SetLED(i, acNone);
  end;
end.

Save this as e.g. AirenceLEDTest.mls and run it (through the dropdown menu of the Open button in the toolbar). Make sure to close all cart tabs before you do so!

What’s the order of the LEDs? Perhaps you can make a video and upload it somewhere?

Ok, received some additional information from D&R.

In fact, “top to bottom” and “right to left” was mixed up, and there was also an error in the button offset calculation.

Please try the new snapshot Build 3199, everything should be fine now.

Note, in this current implementation, you can actually use the buttons 17-24 for cart players 17-24 when you set the cartwall config to “A and B” (either horizontal or vertical).

I had the same problem. Fixed with the last update!