Compare commits
2 Commits
4dc371c7de
...
810efc80f8
Author | SHA1 | Date |
---|---|---|
Christopher Arndt | 810efc80f8 | |
Christopher Arndt | 72a56a56fd |
|
@ -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
|
||||
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
|
||||
lv2:optionalFeature lv2:hardRTCapable , bufs:boundedBlockLength , opts:options ;
|
||||
|
||||
lv2:requiredFeature <http://lv2plug.in/ns/ext/urid#map> ;
|
||||
|
||||
opts:supportedOption bufs:nominalBlockLength ,
|
||||
bufs:maxBlockLength ,
|
||||
params:sampleRate ;
|
||||
|
|
Loading…
Reference in New Issue