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?
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.
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.
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).