DISTRHO / DISTRHO-Ports

Linux audio plugins and LV2 ports
http://distrho.sourceforge.net/ports
249 stars 44 forks source link

JuceOPL: Fix GUI not updating on parameter changes #108

Closed Windfisch closed 2 years ago

Windfisch commented 2 years ago

Synchronizes the LV2 plugin's tunable values and the plugin GUI.

Calls updateGuiIfPresent when changing a parameter from outside, and calls setParameterNotifyingHost instead of setParameter when changing values from the plugin GUI.

falkTX commented 2 years ago

Is this from upstream or your patch? If upstream is still active, might be good to pass the patch by them first.

Windfisch commented 2 years ago

This is indeed my own patch. I have pull-requested it on upstream, too. See https://github.com/bsutherland/JuceOPLVSTi/pull/96

falkTX commented 2 years ago

Merging this now, thanks!