Initial import

This commit is contained in:
2013-02-01 15:23:45 +00:00
commit c8fcc8e778
7 changed files with 1187 additions and 0 deletions

7
ptap/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#> .
<http://fuzzle.org/~petern/ptap/1>
a lv2:Plugin, lv2:DelayPlugin;
lv2:binary <ptap.so>;
rdfs:seeAlso <ptap.ttl>.