Stazed / non-mixer-xt

Reboot of Non Mixer with eXTended LV2 support, CLAP, VST(2) and VST3 support.
GNU General Public License v2.0
27 stars 6 forks source link

Klangfalter's LV2 file browser doesn't open, with its VST2 version it works #36

Closed suedwestlicht closed 6 months ago

suedwestlicht commented 6 months ago

Klangfalter is a convolution reverb contained in DISTRHO-ports https://github.com/DISTRHO/DISTRHO-Ports

The LV2 version cannot open its file browser window.

Bildschirmfoto_2024-05-04_19-32-34

Stazed commented 6 months ago

The LV2 version does not work in Carla or Jalv either. It works in Qtractor and Muse. Seems like the issue is with X11 resizing. In checking the debug logs, the mixer gets and sends the resize message to the plugin, but the plugin does not respond. This looks like a plugin side issue, and the reason it works with Qtractor and Muse is they most likely use Qt embedded X11. I do not see anything from the mixer side that is going wrong here.

Is there a reason you cannot use the VST2 version?

I have found that most plugins that offer multiple formats, usually work best in one format and the others have various issues. So I just use the one that works best.

If you really want to use the LV2 version, DISTRHO also has a mini LV2 Carla plugin host that works well in the mixer and the browser works for Klangfalter.

https://github.com/DISTRHO/Ildaeil

If your distro is Arch or derivatives, it is published in the AUR.

suedwestlicht commented 6 months ago

Thanks for investigating and explaining. I prefer LV2 plugins but I can live with Klangfalter's VST2 version in Non Mixer XT. Additionally, there's plenty of convolution reverbs I can use.

Stazed commented 1 month ago

@suedwestlicht , I just pushed a change to the wip branch that looks like it fixed the browser issue for LV2.

suedwestlicht commented 1 month ago

Confirmed. Thank you.