summaryrefslogtreecommitdiffstats
path: root/tests/empty.ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-01 15:44:14 -0400
committerDavid Robillard <d@drobilla.net>2016-08-17 17:25:42 -0400
commit17ad0ca1ad23b336b0fa5952f42dfad95397fc47 (patch)
tree1cac18de3f2b56ac7885fa7f9566ded8eab8872e /tests/empty.ingen
parentd6621e5d1e6f705a09106f62cc75cb33c8c18670 (diff)
downloadingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.tar.gz
ingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.tar.bz2
ingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.zip
Rename main graph and control/notify ports
Diffstat (limited to 'tests/empty.ingen')
-rw-r--r--tests/empty.ingen/main.ttl30
-rw-r--r--tests/empty.ingen/manifest.ttl4
2 files changed, 17 insertions, 17 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 .
diff --git a/tests/empty.ingen/manifest.ttl b/tests/empty.ingen/manifest.ttl
index c02191ef..71f194a0 100644
--- a/tests/empty.ingen/manifest.ttl
+++ b/tests/empty.ingen/manifest.ttl
@@ -9,8 +9,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-<graph.ttl>
+<main.ttl>
lv2:prototype ingen:GraphPrototype ;
a ingen:Graph ,
lv2:Plugin ;
- rdfs:seeAlso <graph.ttl> .
+ rdfs:seeAlso <main.ttl> .