When right click dragging a slider in my plugin it moves the slider but does not send this message to the host.
The point it’s being stopped seems to be in SliderParameterAttachment::sliderValueChanged
I get that ignoreCallbacks is there to stop loops around change notification, but why is this also throwing away all notifications if the right mouse button is down?
Perhaps I’m missing something obvious, but wouldn’t it be better to ignore right click drag in the slider itself as otherwise the slider moves, but the host params do not update.