From ac9b8880a5435e080cca5181759b0bbd03c54677 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Jun 2013 18:21:41 +0000 Subject: Update StereoInOut template bundle. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5144 a436a847-0d15-0410-975c-d299462d15a1 --- bundles/StereoInOut.ingen/StereoInOut.ttl | 43 ++++++++++++++----------------- bundles/StereoInOut.ingen/manifest.ttl | 6 ++--- 2 files changed, 22 insertions(+), 27 deletions(-) (limited to 'bundles') diff --git a/bundles/StereoInOut.ingen/StereoInOut.ttl b/bundles/StereoInOut.ingen/StereoInOut.ttl index 3a01992f..3b5711e9 100644 --- a/bundles/StereoInOut.ingen/StereoInOut.ttl +++ b/bundles/StereoInOut.ingen/StereoInOut.ttl @@ -1,24 +1,21 @@ -@prefix rdf: . @prefix atom: . +@prefix patch: . @prefix doap: . @prefix ingen: . @prefix lv2: . -@prefix lv2ev: . @prefix midi: . @prefix owl: . +@prefix rdf: . @prefix rdfs: . @prefix xsd: . <> ingen:arc [ - ingen:head ; - ingen:tail - ] , [ ingen:head ; ingen:tail ] , [ - ingen:head ; - ingen:tail + ingen:head ; + ingen:tail ] ; ingen:polyphony 1 ; ingen:GraphUIGtk2 ; @@ -31,13 +28,12 @@ ; lv2:symbol "StereoInOut" ; doap:name "StereoInOut" ; - a ingen:Patch , + a ingen:Graph , lv2:Plugin . - ingen:activity 0.0 ; - ingen:canvasX 12.0 ; - ingen:canvasY 96.69999695 ; + ingen:canvasX 24.0 ; + ingen:canvasY 77.0 ; ingen:polyphonic false ; lv2:index 2 ; lv2:name "Audio In 1" ; @@ -46,9 +42,8 @@ lv2:InputPort . - ingen:activity 0.0 ; - ingen:canvasX 12.0 ; - ingen:canvasY 12.0 ; + ingen:canvasX 24.0 ; + ingen:canvasY 24.0 ; ingen:polyphonic false ; lv2:index 3 ; lv2:name "Audio In 2" ; @@ -57,9 +52,8 @@ lv2:InputPort . - ingen:activity 0.0 ; - ingen:canvasX 142.0 ; - ingen:canvasY 104.0 ; + ingen:canvasX 218.0 ; + ingen:canvasY 77.0 ; ingen:polyphonic false ; lv2:index 4 ; lv2:name "Audio Out 1" ; @@ -68,9 +62,8 @@ lv2:OutputPort . - ingen:activity 0.0 ; - ingen:canvasX 130.3999939 ; - ingen:canvasY 12.0 ; + ingen:canvasX 218.0 ; + ingen:canvasY 24.0 ; ingen:polyphonic false ; lv2:index 5 ; lv2:name "Audio Out 2" ; @@ -79,10 +72,11 @@ lv2:OutputPort . - ingen:canvasX 23.0 ; - ingen:canvasY 197.0 ; + ingen:canvasX 35.0 ; + ingen:canvasY 184.0 ; ingen:polyphonic false ; atom:bufferType atom:Sequence ; + 4096 ; lv2:index 0 ; lv2:name "Control" ; lv2:portProperty lv2:connectionOptional ; @@ -91,10 +85,11 @@ lv2:InputPort . - ingen:canvasX 160.0 ; - ingen:canvasY 197.0 ; + ingen:canvasX 35.0 ; + ingen:canvasY 131.0 ; ingen:polyphonic false ; atom:bufferType atom:Sequence ; + 4096 ; lv2:index 1 ; lv2:name "Control" ; lv2:symbol "control_out" ; diff --git a/bundles/StereoInOut.ingen/manifest.ttl b/bundles/StereoInOut.ingen/manifest.ttl index af5bd996..d8cc7324 100644 --- a/bundles/StereoInOut.ingen/manifest.ttl +++ b/bundles/StereoInOut.ingen/manifest.ttl @@ -1,16 +1,16 @@ -@prefix rdf: . @prefix atom: . +@prefix patch: . @prefix doap: . @prefix ingen: . @prefix lv2: . -@prefix lv2ev: . @prefix midi: . @prefix owl: . +@prefix rdf: . @prefix rdfs: . @prefix xsd: . lv2:binary ; - a ingen:Patch , + a ingen:Graph , lv2:Plugin ; rdfs:seeAlso . -- cgit v1.2.1