Add paragraph to readme about additional examples
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
72a56a56fd
commit
810efc80f8
|
@ -21,6 +21,13 @@ Install the `amp.lv2` example plugin:
|
||||||
|
|
||||||
cp -a examples/amp.lv2 ~/.lv2
|
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
|
## How To
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue