docs: add See Also section to readme
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
38dc236740
commit
0a7c8c1730
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue