Christopher Arndt 521fefc531 feat: add faustlpf example
Shows how to use DSP code in C generated from FAUST code

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-09-29 13:47:26 +02:00

9 lines
222 B
Turtle

@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<urn:nymph:examples:faustlpf>
a lv2:Plugin ;
lv2:binary <libfaustlpf.so> ;
rdfs:seeAlso <faustlpf.ttl> .