Midi feedback for motorized faders #1382
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have a midi control surface with motorized faders.
When moved, those faders get back in their original positions.
These forum topics are describing the issue:
https://www.qlcplus.org/forum/viewtopic.php?f=29&p=66484
https://www.qlcplus.org/forum/viewtopic.php?t=14190
With the help a of midi sniffer, I found that qlcplus don't send any midi feedback. It is needed to keep the sliders in place.
Here is a flow for a simple project with only one slider and its external input mapped to a pitchweel message :
To make the fader stay in place, this extra step is needed :
I added a sendFeedback call in vcslider.cpp and it works great (at least for my Icon Platform M+).