1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Update lilv, lv2, serd, sord, sratom, and add suil.

This commit is contained in:
yam
2015-04-07 23:19:22 -05:00
parent f88b27e6d8
commit 57fb87e96d
1460 changed files with 64512 additions and 10876 deletions

11
lib-src/lv2/suil/README Normal file
View File

@@ -0,0 +1,11 @@
Suil
----
Suil is a library for loading and wrapping LV2 plugin UIs. 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>