From 0a7c8c1730734bee7f1594150552fc502815112d Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Mon, 30 Sep 2024 10:40:06 +0200 Subject: [PATCH] docs: add See Also section to readme Signed-off-by: Christopher Arndt --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8ac9dde..9807126 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,15 @@ Optional: * [lv2lint] - For checking conformity of plugin bundles +## See Also + +* [lv2-nim](https://gitlab.com/lpirl/lv2-nim) - Older third-party Nim bindings + for the LV2 audio plugin specification. Last update in 2021. +* [offbeat](https://github.com/NimAudio/offbeat) - A [CLAP] based plugin + framework in Nim + + +[CLAP]: https://cleveraudio.org/ [FAUST]: https://faust.grame.fr/ [LV2]: https://lv2plug.in/ [lv2bm]: https://github.com/moddevices/lv2bm