This commit is contained in:
2026-03-02 12:31:07 -05:00
parent 3f72e52595
commit 25b3feda41
6 changed files with 883 additions and 0 deletions

7
manifest.ttl Normal file
View File

@@ -0,0 +1,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<urn:noiseless-lv2:denoise>
a lv2:Plugin ;
lv2:binary <libnoiseless_lv2.so> ;
rdfs:seeAlso <denoise.ttl> .