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
918 stars 349 forks source link

Feature: OSC (and MIDI, ...) resync #1548

Closed ghost closed 3 months ago

ghost commented 3 months ago

When starting the operating mode of the virtual console, QLC+ carries out a rapid sync of the objects values that have associated an external input, generating the relative OSC messages and, therefore, allowing a rapid setting of the values of the objects in the OSC software.

It would be necessary to implement a button in the virtual console header that allows at QLC+ to make a resync of values without having to stop and restart the operating mode of QLC+, impossible during a show. This would be extremely useful in case of presence of connection problems that cause a de-synchronization between QLC+ and the OSC software. The pressure of this hypothetical button would allow a resync of values, without interrupting the active functions.

This is useful not only with OSC, but with any external Sync (MIDI, ...).

mcallegari commented 3 months ago

You can use a multi-page frame that should send feedbacks of the widgets

ghost commented 3 months ago

Thank you, tested now and this workaround works fine.