Airence blinking GPIO changed?

You found a bug or have any issues? Please post them here!
Post Reply
jbmusic
Posts: 81
Joined: 09 Jun 2013 22:16
Airence blinking GPIO changed?

Post by jbmusic »

Dear All,

already for a long time we are using PF in combination with the Airence mixer.
Now we are installing a new computer with PF 4.4.4.3 enterprise, combined with the GPIO tool.
I made a copy of the settings (RDA file)
I notice some issue, that after using a cartwall player the led does not stop blinking.
I have to make macro instead to set the LED to the right color.
is this correct? should this not been done in the GPIO instead of a macro?
In the past when i clicked the CW button with my mouse, also the light was blinking, but also this is not working anymore.

enclosed a smal part of the code

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <sectionGroup name="ProppFrexx">
      <section name="DRAIRENCEMAP" type="System.Configuration.NameValueSectionHandler, System, Culture=neutral, Custom=null" />
    </sectionGroup>
  </configSections>
  <ProppFrexx>
    <DRAIRENCEMAP>
      <add key="0" value="27|1|PLS_CURRENT_PLAY_A" />
      <add key="1" value="27|0|PLS_CURRENT_PAUSENOFADE_A" />
      <add key="2" value="30|1|PLS_CURRENT_PLAY_B" />
      <add key="3" value="30|0|PLS_CURRENT_PAUSENOFADE_B" />
      <add key="4" value="1|1|EXEC_SEND_DRAIRENCE_SETLEDBLINK 1|1|2|1${_NL}CW1_PLAY_CART_1" />
      <add key="5" value="1|1|EXEC_SEND_DRAIRENCE_SETLEDBLINK 3|1|2|1${_NL}CW1_PLAY_CART_3" />
    </DRAIRENCEMAP>
  </ProppFrexx>
</configuration>
User avatar
radio42
Site Admin
Posts: 8926
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Airence blinking GPIO changed?

Post by radio42 »

If all is working that sounds good. Macros are also fine to use.

Unfortunately I don’t have a D&R myself, so I can not test this …

Post Reply