audacia/lib-src/lv2/suil
Leland Lucius e6ec236a39 Fix (workaround) GUI hang on Linux
On second display of LV2 effect using an X11UI, Audacity
would hang due to the glib class not being in the expected
state.

Workaround is to not unload the suil wrapper library. The
unload was already being bypassed on Windows so I'm unsure
why the author didn't do it on the other platforms.
2021-02-26 00:53:45 -06:00
..
doc Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
src Fix (workaround) GUI hang on Linux 2021-02-26 00:53:45 -06:00
suil Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
waflib Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
.gitmodules Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
AUTHORS Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
COPYING Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
INSTALL Update lilv, lv2, serd, sord, sratom, and add suil. 2015-04-07 23:19:22 -05:00
NEWS Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
PACKAGING Update lilv, lv2, serd, sord, sratom, and add suil. 2015-04-07 23:19:22 -05:00
README.md Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
suil.pc.in Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
waf Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00
wscript Update local LV2 libraries to latest versions 2019-12-17 11:15:16 -06:00

README.md

Suil

Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

With Suil, a host written in one supported toolkit can embed a plugin UI written in a different supported toolkit. Suil insulates hosts from toolkit libraries used by plugin UIs. For example, a Gtk host can embed a Qt UI without linking against Qt at compile time.

-- David Robillard d@drobilla.net