wolf-plugins / wolf-shaper

Waveshaper plugin with a spline-based graph editor (LV2, VST, and CLAP)
https://wolf-plugins.github.io/wolf-shaper/
GNU General Public License v3.0
220 stars 20 forks source link

OBS Usability Issue #120

Closed ghost closed 2 years ago

ghost commented 5 years ago

So OBS has support for VST Plugins and wolfshaper has a problem where the UI does not move at all when opened in OBS Studio and here is a gif to prove it : oZKviu2wBy

pdesaulniers commented 5 years ago

Ah, interesting.

Could you check if Dragonfly Reverb has the same issue? https://github.com/michaelwillis/dragonfly-reverb.git

If so, it's either a bug in DPF, or a bug in OBS.

ghost commented 5 years ago

Yep, same thing

pdesaulniers commented 5 years ago

OK, thanks for reporting.

@falkTX, I suppose this is a bug in OBS?

falkTX commented 5 years ago

Could be, perhaps OBS is not sending the mouse events properly, or not giving the child window focus. I recommend trying other plugins, something not made with DPF, and check if they work or not. There are not many linux VST FX plugins though (that are not made with Juce, since Juce often does very nasty things). overtonedsp is something to try, their demo versions.

falkTX commented 5 years ago

wait, is this bug under windows?

pdesaulniers commented 5 years ago

The window decoration in the .gif looks like Windows, so I'd say yes. I don't think OBS supports VSTs on Linux as of now.

Relevant submodule: https://github.com/obsproject/obs-vst

Perhaps it would be good to open an issue there.