From 59ec230f9812354b855ef5842c3362caa71e8fe0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jul 2016 08:31:54 -0400 Subject: Clean up tests --- tests/empty.ingen/graph.ttl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'tests/empty.ingen') diff --git a/tests/empty.ingen/graph.ttl b/tests/empty.ingen/graph.ttl index aaaf6087..3f8c8ed5 100644 --- a/tests/empty.ingen/graph.ttl +++ b/tests/empty.ingen/graph.ttl @@ -1,18 +1,20 @@ -@prefix rdf: . @prefix atom: . -@prefix patch: . @prefix doap: . @prefix ingen: . @prefix lv2: . -@prefix lv2ev: . @prefix midi: . @prefix owl: . +@prefix patch: . +@prefix rdf: . @prefix rdfs: . @prefix xsd: . + ingen:canvasX 32.0 ; + ingen:canvasY 32.0 ; ingen:polyphonic false ; atom:bufferType atom:Sequence ; + 4096 ; lv2:index 0 ; lv2:name "Control" ; lv2:portProperty lv2:connectionOptional ; @@ -21,10 +23,14 @@ lv2:InputPort . + ingen:canvasX 128.0 ; + ingen:canvasY 32.0 ; ingen:polyphonic false ; atom:bufferType atom:Sequence ; + 4096 ; lv2:index 1 ; lv2:name "Control" ; + lv2:portProperty lv2:connectionOptional ; lv2:symbol "control_out" ; a atom:AtomPort , lv2:OutputPort . -- cgit v1.2.1