LV2 host library (LADI project modifications)
Go to file
David Robillard caad4f5554 Fix static default LV2_PATH value on MacOS 2023-05-22 21:07:38 -04:00
.reuse Use 0BSD for trivial "public domain intent" things 2022-09-08 15:31:58 -04:00
LICENSES Use 0BSD for trivial "public domain intent" things 2022-09-08 15:31:58 -04:00
bindings Simplify trivial switch statements 2022-12-10 19:04:45 -05:00
doc Clean up documentation and remove junk files from install 2023-05-14 20:03:30 -04:00
include/lilv Fix clang and clang-tidy warnings on Windows 2023-02-04 21:57:31 -05:00
meson/suppressions Fix warning_level=everything on MacOS 2023-05-02 17:15:28 -04:00
src Fix static default LV2_PATH value on MacOS 2023-05-22 21:07:38 -04:00
subprojects Replace duplicated dox_to_sphinx script with sphinxygen dependency 2022-12-08 19:07:59 -05:00
test Fix warning_level=everything on MacOS 2023-05-02 17:15:28 -04:00
tools Make clang-tidy configuration cleaner when run via meson 2022-12-10 19:04:45 -05:00
.clang-tidy Fix clang and clang-tidy warnings on Windows 2023-02-04 21:57:31 -05:00
.clant.json Exclude lilvmm.hpp from clant checks 2020-12-16 16:57:21 +01:00
.gitignore Replace duplicated dox_to_sphinx script with sphinxygen dependency 2022-12-08 19:07:59 -05:00
AUTHORS Add example Python script to list plugin presets 2019-11-09 20:17:10 +01:00
COPYING Use standard ISC license text 2022-08-22 17:53:23 -04:00
INSTALL.md Adopt REUSE machine-readable licensing standard 2022-09-01 18:05:57 -04:00
NEWS Clean up documentation and remove junk files from install 2023-05-14 20:03:30 -04:00
README.md Adopt REUSE machine-readable licensing standard 2022-09-01 18:05:57 -04:00
lilv.ttl Update project metadata 2022-08-15 20:33:39 -04:00
meson.build Clean up documentation and remove junk files from install 2023-05-14 20:03:30 -04:00
meson_options.txt Clean up documentation and remove junk files from install 2023-05-14 20:03:30 -04:00

README.md

Lilv

Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. For more information, see http://drobilla.net/software/lilv.

-- David Robillard d@drobilla.net