aboutsummaryrefslogtreecommitdiffstats
path: root/omins.lv2/sample_and_hold.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'omins.lv2/sample_and_hold.ttl')
-rw-r--r--omins.lv2/sample_and_hold.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/omins.lv2/sample_and_hold.ttl b/omins.lv2/sample_and_hold.ttl
index 89e2a55..e131fa1 100644
--- a/omins.lv2/sample_and_hold.ttl
+++ b/omins.lv2/sample_and_hold.ttl
@@ -1,6 +1,7 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix omins: <http://drobilla.net/plugins/omins/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@@ -47,7 +48,6 @@
lv2:OutputPort ,
lv2:Port
] ;
- <http://purl.org/dc/elements/1.1/creator> "Thorsten Wilms" ;
- <http://purl.org/dc/elements/1.1/rights> "GPL" ;
+ lv2:project omins: ;
doap:name "Sample and Hold" ;
a lv2:Plugin .