Add paragraph to readme about additional examples

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2024-04-28 20:02:23 +02:00
parent 72a56a56fd
commit 810efc80f8
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@ Install the `amp.lv2` example plugin:
cp -a examples/amp.lv2 ~/.lv2
Other example plugins can be found in the [examples](./examples) directory and
can be built and tested with similar commands, just changing the example name
to the basename of the plugin's LV2 bundle dir.
Currently, there is only one other example plugin, `multimode_filter`, but
more will be added soon.
## How To