mcallegari / qlcplus

Q Light Controller Plus (QLC+) is a free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc. This project is a fork of the great QLC project written by Heikki Junnila that aims to continue the QLC development and to introduce new features.
Apache License 2.0
1.02k stars 360 forks source link

External control of audio widget not working correctly #1602

Closed trendmonkey closed 3 months ago

trendmonkey commented 3 months ago

MacOS Ventura QLC 4.13.1

When enabling and disabling the audio widget using external control, in this case by a loopback controlled by a button widget it does not work correctly.

If I use a toggle button to set the loopback, the first click enables the widget succesfully however when clicking the button again it does not disable the widget and requires an extra click to disable. This results in the status of the button and the widget being out of sync. The workaround is to use a flash button but then it is not possible to see the status of the audio widget on the button. This is an issue if audio widgets are hidden in other frames.

mcallegari commented 3 months ago

See "Generate an extra Press/Release when toggled" here: https://docs.qlcplus.org/v4/input-output/input-profiles

You probably need that in your custom input profile. Please use the forums for such questions. Thank you

trendmonkey commented 3 months ago

This occurs when using a loopback and virtual console button, not using external hardware.