From 1d01e09da3d45af72c04b007bccd240ec16fbe36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Apr 2015 22:45:50 +0000 Subject: Update template bundles. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5668 a436a847-0d15-0410-975c-d299462d15a1 --- bundles/StereoInOut.ingen/StereoInOut.ttl | 97 ------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 bundles/StereoInOut.ingen/StereoInOut.ttl (limited to 'bundles/StereoInOut.ingen/StereoInOut.ttl') diff --git a/bundles/StereoInOut.ingen/StereoInOut.ttl b/bundles/StereoInOut.ingen/StereoInOut.ttl deleted file mode 100644 index 3b5711e9..00000000 --- a/bundles/StereoInOut.ingen/StereoInOut.ttl +++ /dev/null @@ -1,97 +0,0 @@ -@prefix atom: . -@prefix patch: . -@prefix doap: . -@prefix ingen: . -@prefix lv2: . -@prefix midi: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . - -<> - ingen:arc [ - ingen:head ; - ingen:tail - ] , [ - ingen:head ; - ingen:tail - ] ; - ingen:polyphony 1 ; - ingen:GraphUIGtk2 ; - lv2:extensionData ; - lv2:port , - , - , - , - , - ; - lv2:symbol "StereoInOut" ; - doap:name "StereoInOut" ; - a ingen:Graph , - lv2:Plugin . - - - ingen:canvasX 24.0 ; - ingen:canvasY 77.0 ; - ingen:polyphonic false ; - lv2:index 2 ; - lv2:name "Audio In 1" ; - lv2:symbol "audio_in_1" ; - a lv2:AudioPort , - lv2:InputPort . - - - ingen:canvasX 24.0 ; - ingen:canvasY 24.0 ; - ingen:polyphonic false ; - lv2:index 3 ; - lv2:name "Audio In 2" ; - lv2:symbol "audio_in_2" ; - a lv2:AudioPort , - lv2:InputPort . - - - ingen:canvasX 218.0 ; - ingen:canvasY 77.0 ; - ingen:polyphonic false ; - lv2:index 4 ; - lv2:name "Audio Out 1" ; - lv2:symbol "audio_out_1" ; - a lv2:AudioPort , - lv2:OutputPort . - - - ingen:canvasX 218.0 ; - ingen:canvasY 24.0 ; - ingen:polyphonic false ; - lv2:index 5 ; - lv2:name "Audio Out 2" ; - lv2:symbol "audio_out_2" ; - a lv2:AudioPort , - lv2:OutputPort . - - - 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 ; - lv2:symbol "control_in" ; - a atom:AtomPort , - lv2:InputPort . - - - 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" ; - a atom:AtomPort , - lv2:OutputPort . -- cgit v1.2.1