summaryrefslogtreecommitdiffstats
path: root/bundles/MonoInstrument.ingen/MonoInstrument.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/MonoInstrument.ingen/MonoInstrument.ttl')
-rw-r--r--bundles/MonoInstrument.ingen/MonoInstrument.ttl18
1 files changed, 9 insertions, 9 deletions
diff --git a/bundles/MonoInstrument.ingen/MonoInstrument.ttl b/bundles/MonoInstrument.ingen/MonoInstrument.ttl
index a6fc2204..f8a8595d 100644
--- a/bundles/MonoInstrument.ingen/MonoInstrument.ttl
+++ b/bundles/MonoInstrument.ingen/MonoInstrument.ttl
@@ -11,19 +11,19 @@
<>
ingen:arc [
- ingen:head <control_out> ;
- ingen:tail <control_in>
+ ingen:head <notify> ;
+ ingen:tail <control>
] , [
ingen:head <Note/input> ;
- ingen:tail <control_in>
+ ingen:tail <control>
] ;
ingen:block <Note> ;
ingen:polyphony 1 ;
<http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ;
lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ;
lv2:port <audio_out> ,
- <control_in> ,
- <control_out> ;
+ <control> ,
+ <notify> ;
doap:name "Ingen Mono Instrument Template" ;
a ingen:Graph ,
lv2:InstrumentPlugin ,
@@ -125,7 +125,7 @@
a lv2:AudioPort ,
lv2:OutputPort .
-<control_in>
+<control>
ingen:canvasX 14.5 ;
ingen:canvasY 136.5 ;
ingen:polyphonic false ;
@@ -135,11 +135,11 @@
lv2:index 0 ;
lv2:name "Control" ;
lv2:portProperty lv2:connectionOptional ;
- lv2:symbol "control_in" ;
+ lv2:symbol "control" ;
a atom:AtomPort ,
lv2:InputPort .
-<control_out>
+<notify>
ingen:canvasX 214.5 ;
ingen:canvasY 260.5 ;
ingen:polyphonic false ;
@@ -148,6 +148,6 @@
<http://lv2plug.in/ns/ext/resize-port#minimumSize> 4096 ;
lv2:index 1 ;
lv2:name "Control" ;
- lv2:symbol "control_out" ;
+ lv2:symbol "notify" ;
a atom:AtomPort ,
lv2:OutputPort .