No faderstart when on Auto-Play
-
gdekeijzer
- Posts: 1
- Joined: 23 Jun 2015 20:08
No faderstart when on Auto-Play
Hello,
We're using a velleman USB to allow faderstart to our old EELA panel.
Is there an option to 'disable' this when ProppFrexx is on 'Auto Play' ??
Thanx
Gerwin
We're using a velleman USB to allow faderstart to our old EELA panel.
Is there an option to 'disable' this when ProppFrexx is on 'Auto Play' ??
Thanx
Gerwin
Re: No faderstart when on Auto-Play
Yes.
If the Velleman Server is started, its control-commands are executed regardless.
BUT.. you have to options:
a) You can stop resp. start the Velleman Server according to the AutoPlay status:
Use the global system event (see general settings) "Playlist.OnAutoPlayON" resp. "Playlist.OnAutoPlayOFF" for these events use the control-commands GPIO_START_VELLEMANSERVER resp. GPIO_STOP_VELLEMANSERVER to toggle its state.
b) Within your Velleman Mapping you might use a conditional command execution via EXEC_COMMAND2.
e.g.:
EXEC_COMMAND2 ${cplautoplay}|Equals(0)|YOUR_CURRENT_COMMAND
The above example would only execute YOUR_CURRENT_COMMAND in case AutoPlay is disabled (the cplautoplay macro would be equal to 0).
If the Velleman Server is started, its control-commands are executed regardless.
BUT.. you have to options:
a) You can stop resp. start the Velleman Server according to the AutoPlay status:
Use the global system event (see general settings) "Playlist.OnAutoPlayON" resp. "Playlist.OnAutoPlayOFF" for these events use the control-commands GPIO_START_VELLEMANSERVER resp. GPIO_STOP_VELLEMANSERVER to toggle its state.
b) Within your Velleman Mapping you might use a conditional command execution via EXEC_COMMAND2.
e.g.:
EXEC_COMMAND2 ${cplautoplay}|Equals(0)|YOUR_CURRENT_COMMAND
The above example would only execute YOUR_CURRENT_COMMAND in case AutoPlay is disabled (the cplautoplay macro would be equal to 0).
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution