Compare commits

..

2 Commits

Author SHA1 Message Date
Christopher Arndt 810efc80f8 Add paragraph to readme about additional examples
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-04-28 20:02:23 +02:00
Christopher Arndt 72a56a56fd Remove unused feature from amp.lv2 manifest
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-04-28 20:01:39 +02:00
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -12,8 +12,6 @@
lv2:optionalFeature lv2:hardRTCapable , bufs:boundedBlockLength , opts:options ; lv2:optionalFeature lv2:hardRTCapable , bufs:boundedBlockLength , opts:options ;
lv2:requiredFeature <http://lv2plug.in/ns/ext/urid#map> ;
opts:supportedOption bufs:nominalBlockLength , opts:supportedOption bufs:nominalBlockLength ,
bufs:maxBlockLength , bufs:maxBlockLength ,
params:sampleRate ; params:sampleRate ;