9 lines
428 B
Plaintext
9 lines
428 B
Plaintext
Lilv is a C library to make the use of LV2 plugins as simple as
|
|
possible for applications. Lilv is the successor to SLV2, rewritten
|
|
to be significantly faster and have minimal dependencies. It is
|
|
stable, well-tested software (the included test suite covers over
|
|
90% of the code) in use by several applications.
|
|
|
|
If you want to build language bindings for lilv, pass BINDINGS=yes
|
|
to the script. This additionally requires numpy.
|