From fa898529920dfff4a13e99a2b461b9d3f8fd391d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Mar 2011 06:33:56 +0000 Subject: Add plugin and port documentation to Shepard (should display in Ingen). git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3104 a436a847-0d15-0410-975c-d299462d15a1 --- mdala.lv2/Shepard.ttl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mdala.lv2/Shepard.ttl') diff --git a/mdala.lv2/Shepard.ttl b/mdala.lv2/Shepard.ttl index 094ff32..2c4334b 100644 --- a/mdala.lv2/Shepard.ttl +++ b/mdala.lv2/Shepard.ttl @@ -1,5 +1,6 @@ -@prefix lv2: . @prefix doap: . +@prefix lv2: . +@prefix rdfs: . a lv2:Plugin , lv2:GeneratorPlugin ; @@ -23,6 +24,7 @@ lv2:default 0.7 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; + rdfs:comment "Rate of tone increase." ; ] , [ a lv2:InputPort, lv2:ControlPort ; lv2:index 2 ; @@ -51,4 +53,5 @@ lv2:index 6 ; lv2:symbol "out2" ; lv2:name "Output 2" ; - ] . + ] ; + rdfs:comment "Continuously rising/falling tone generator." . -- cgit v1.2.1