diff options
author | David Robillard <d@drobilla.net> | 2016-08-01 15:44:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-08-17 17:25:42 -0400 |
commit | 17ad0ca1ad23b336b0fa5952f42dfad95397fc47 (patch) | |
tree | 1cac18de3f2b56ac7885fa7f9566ded8eab8872e /bundles/StereoEffect.ingen/StereoEffect.ttl | |
parent | d6621e5d1e6f705a09106f62cc75cb33c8c18670 (diff) | |
download | ingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.tar.gz ingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.tar.bz2 ingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.zip |
Rename main graph and control/notify ports
Diffstat (limited to 'bundles/StereoEffect.ingen/StereoEffect.ttl')
-rw-r--r-- | bundles/StereoEffect.ingen/StereoEffect.ttl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bundles/StereoEffect.ingen/StereoEffect.ttl b/bundles/StereoEffect.ingen/StereoEffect.ttl index c7f108c9..fff6ffce 100644 --- a/bundles/StereoEffect.ingen/StereoEffect.ttl +++ b/bundles/StereoEffect.ingen/StereoEffect.ttl @@ -14,8 +14,8 @@ ingen:head <left_out> ; ingen:tail <left_in> ] , [ - ingen:head <control_out> ; - ingen:tail <control_in> + ingen:head <notify> ; + ingen:tail <control> ] , [ ingen:head <right_out> ; ingen:tail <right_in> @@ -23,8 +23,8 @@ ingen:polyphony 1 ; <http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ; lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ; - lv2:port <control_in> , - <control_out> , + lv2:port <control> , + <notify> , <left_in> , <left_out> , <right_in> , @@ -33,7 +33,7 @@ a ingen:Graph , lv2:Plugin . -<control_in> +<control> ingen:canvasX 9.5 ; ingen:canvasY 112.0 ; ingen:polyphonic false ; @@ -42,11 +42,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 187.5 ; ingen:canvasY 112.0 ; ingen:polyphonic false ; @@ -54,7 +54,7 @@ <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 . |