Good evening and Merry Christmas,
I'm sitting here in front of a BCF and fight with it's midimap:
I replaced the Fog-Button with Release and it works nearly fine. The function itself works but the led on the BCF isn't working. It's always dark, whether the cuelux-relase lights or not (the led isn't broken-down, I've tested that)
I tried following code for nothing:
<action>
<trigger type="Unsigned" specifier="Change">Release Active</trigger>
<tasks>
<task type="Midi" function ="Control">
<argument type="Midi Address">Channel 0 - Message 11 - Index 91</argument>
</task>
</tasks>
</action>
My other problem is the feedback for the attack-values: If I change the attack in cuelux, my BCF doesn't change it's LED's. The other way round (change at BCF => change at cuelux) just works fine.
The code I've tried out:
<action>
<trigger type="Unsigned" specifier="Change">Playback Fader 01 LevelTer</trigger>
<tasks>
<task type="Midi" function ="Control">
<argument type="Midi Address">Channel 0 - Message 11 - Index 9</argument>
</task>
</tasks>
</action>
Regards Juli