From 8cd3f1729a417d933744cf64e2adf78dc07e265c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 23 Jan 2012 20:37:57 +0100 Subject: Make plugin store its state. Connect state and GUI (and use GUI) --- lv2/drumgizmo.ttl | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'lv2/drumgizmo.ttl') 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: . @prefix lv2: . @prefix lv2ev: . +@prefix uiext: . +@prefix state: . + + + a uiext:external ; + uiext:binary . - a lv2:Plugin ; + a lv2:InstrumentPlugin ; doap:name "DrumGizmo" ; - doap:license ; - lv2:requiredFeature ; - lv2:optionalFeature ; + uiext:ui ; + doap:license ; + lv2:optionalFeature ; + lv2:optionalFeature ; + lv2:extensionData state:Interface ; lv2:port [ a lv2:InputPort , lv2ev:EventPort ; -- cgit v1.2.3