summaryrefslogtreecommitdiffstats
path: root/tests/empty.ingen/main.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/empty.ingen/main.ttl')
-rw-r--r--tests/empty.ingen/main.ttl30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/empty.ingen/main.ttl b/tests/empty.ingen/main.ttl
index 2a6fdbe0..7613d0ee 100644
--- a/tests/empty.ingen/main.ttl
+++ b/tests/empty.ingen/main.ttl
@@ -9,7 +9,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-<control_in>
+<control>
ingen:canvasX 32.0 ;
ingen:canvasY 32.0 ;
ingen:polyphonic false ;
@@ -19,11 +19,22 @@
lv2:index 0 ;
lv2:name "Control" ;
lv2:portProperty lv2:connectionOptional ;
- lv2:symbol "control_in" ;
+ lv2:symbol "control" ;
a atom:AtomPort ,
lv2:InputPort .
-<control_out>
+<>
+ ingen:polyphony 1 ;
+ <http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ;
+ lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ;
+ lv2:port <control> ,
+ <notify> ;
+ lv2:symbol "empty" ;
+ doap:name "empty" ;
+ a ingen:Graph ,
+ lv2:Plugin .
+
+<notify>
ingen:canvasX 128.0 ;
ingen:canvasY 32.0 ;
ingen:polyphonic false ;
@@ -33,17 +44,6 @@
lv2:index 1 ;
lv2:name "Control" ;
lv2:portProperty lv2:connectionOptional ;
- lv2:symbol "control_out" ;
+ lv2:symbol "notify" ;
a atom:AtomPort ,
lv2:OutputPort .
-
-<>
- ingen:polyphony 1 ;
- <http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ;
- lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ;
- lv2:port <control_in> ,
- <control_out> ;
- lv2:symbol "empty" ;
- doap:name "empty" ;
- a ingen:Graph ,
- lv2:Plugin .