summaryrefslogtreecommitdiff
path: root/lv2/drumgizmo.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/drumgizmo.ttl')
-rw-r--r--lv2/drumgizmo.ttl16
1 files changed, 12 insertions, 4 deletions
diff --git a/lv2/drumgizmo.ttl b/lv2/drumgizmo.ttl
index 97d3542..73af11e 100644
--- a/lv2/drumgizmo.ttl
+++ b/lv2/drumgizmo.ttl
@@ -17,13 +17,21 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix lv2ev: <http://lv2plug.in/ns/ext/event#> .
+@prefix uiext: <http://lv2plug.in/ns/extensions/ui#> .
+@prefix state: <http://lv2plug.in/ns/ext/state#> .
+
+<http://drumgizmo.org/lv2-gui>
+ a uiext:external ;
+ uiext:binary <drumgizmo.so> .
<http://drumgizmo.org/lv2>
- a lv2:Plugin ;
+ a lv2:InstrumentPlugin ;
doap:name "DrumGizmo" ;
- doap:license <http://opensource.org/licenses/isc-license> ;
- lv2:requiredFeature <http://lv2plug.in/ns/ext/uri-map>;
- lv2:optionalFeature <http://lv2plug.in/ns/ext/event>;
+ uiext:ui <http://drumgizmo.org/lv2-gui> ;
+ doap:license <http://opensource.org/licenses/gpl-3.0> ;
+ lv2:optionalFeature <http://lv2plug.in/ns/ext/uri-map> ;
+ lv2:optionalFeature <http://lv2plug.in/ns/ext/event> ;
+ lv2:extensionData state:Interface ;
lv2:port [
a lv2:InputPort ,
lv2ev:EventPort ;