summaryrefslogtreecommitdiffstats
path: root/bundles/StereoInOut.ingen/StereoInOut.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-04-05 22:45:50 +0000
committerDavid Robillard <d@drobilla.net>2015-04-05 22:45:50 +0000
commit1d01e09da3d45af72c04b007bccd240ec16fbe36 (patch)
treea036167f217575de5cd9c1aabec76bb38a6bb43d /bundles/StereoInOut.ingen/StereoInOut.ttl
parenta219a9c8e08bbd571661b676bd57f4e7bf08e421 (diff)
downloadingen-1d01e09da3d45af72c04b007bccd240ec16fbe36.tar.gz
ingen-1d01e09da3d45af72c04b007bccd240ec16fbe36.tar.bz2
ingen-1d01e09da3d45af72c04b007bccd240ec16fbe36.zip
Update template bundles.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5668 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'bundles/StereoInOut.ingen/StereoInOut.ttl')
-rw-r--r--bundles/StereoInOut.ingen/StereoInOut.ttl97
1 files changed, 0 insertions, 97 deletions
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: <http://lv2plug.in/ns/ext/atom#> .
-@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix ingen: <http://drobilla.net/ns/ingen#> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<>
- ingen:arc [
- ingen:head <audio_out_2> ;
- ingen:tail <audio_in_2>
- ] , [
- ingen:head <audio_out_1> ;
- ingen:tail <audio_in_1>
- ] ;
- ingen:polyphony 1 ;
- <http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ;
- lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ;
- lv2:port <audio_in_1> ,
- <audio_in_2> ,
- <audio_out_1> ,
- <audio_out_2> ,
- <control_in> ,
- <control_out> ;
- lv2:symbol "StereoInOut" ;
- doap:name "StereoInOut" ;
- a ingen:Graph ,
- lv2:Plugin .
-
-<audio_in_1>
- 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 .
-
-<audio_in_2>
- 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 .
-
-<audio_out_1>
- 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 .
-
-<audio_out_2>
- 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 .
-
-<control_in>
- ingen:canvasX 35.0 ;
- ingen:canvasY 184.0 ;
- ingen:polyphonic false ;
- atom:bufferType atom:Sequence ;
- <http://lv2plug.in/ns/ext/resize-port#minimumSize> 4096 ;
- lv2:index 0 ;
- lv2:name "Control" ;
- lv2:portProperty lv2:connectionOptional ;
- lv2:symbol "control_in" ;
- a atom:AtomPort ,
- lv2:InputPort .
-
-<control_out>
- ingen:canvasX 35.0 ;
- ingen:canvasY 131.0 ;
- ingen:polyphonic false ;
- atom:bufferType atom:Sequence ;
- <http://lv2plug.in/ns/ext/resize-port#minimumSize> 4096 ;
- lv2:index 1 ;
- lv2:name "Control" ;
- lv2:symbol "control_out" ;
- a atom:AtomPort ,
- lv2:OutputPort .