Compare commits
No commits in common. "810efc80f8aad1bf49fd7780a28f2cb7be27def9" and "4dc371c7de6577f44464301dc7d0f7b2f77d26b3" have entirely different histories.
810efc80f8
...
4dc371c7de
|
@ -21,13 +21,6 @@ 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,6 +12,8 @@
|
|||
|
||||
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