Page 1 of 1

Airlite: turn on the light for the fader that is next in the playlist

Posted: 08 Oct 2021 09:44
by franksiegers
Hi Bernd,

I hope you are doing well. I've been using and loving ProppFrexx with my D&R Airlite for a few months now.

I've setup several events to be able to control the lights on the Airlite and would like one more.

Is there a way to set the light for the On button of the fader that corresponds to the player that is next in the playlist?

To clarify: let's say player A (fader 4) is almost finished and player B (fader 5) is next, I would like to turn on the light above fader 5 so I instantly now which button to push.

Thanks!

Frank

Re: Airlite: turn on the light for the fader that is next in the playlist

Posted: 08 Oct 2021 10:48
by radio42
I am currently on holiday, so I can not tell you the exact commands, but the principle is quite simple.
There are commands to turn/change the lights of the buttons. Use these commands.
Further there is a conditional command EXEC_COMMAND2. With this you can first check a condition and only then execute a command resp. multiple commands (there are many examples here in the forum). Use this as well.
The condition uses macros (all listed in the Appendix of the User Manual).
So you can for example do 3 of the conditional commands:
1. Is next player is A -> turn A light on and others off.
2. Is next player is B -> turn B light on and others off.
3. Is next player is C -> turn C light on and others off.

I hope you get the idea?!