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 /tests/create_delete_port.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 'tests/create_delete_port.ttl')
-rw-r--r-- | tests/create_delete_port.ttl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/create_delete_port.ttl b/tests/create_delete_port.ttl index 5025497f..ba26560d 100644 --- a/tests/create_delete_port.ttl +++ b/tests/create_delete_port.ttl @@ -5,7 +5,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/audio_in> ; + patch:subject <ingen:/main/audio_in> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -13,7 +13,7 @@ <msg1> a patch:Put ; - patch:subject <ingen:/graph/float_in> ; + patch:subject <ingen:/main/float_in> ; patch:body [ a lv2:InputPort , lv2:ControlPort @@ -21,7 +21,7 @@ <msg2> a patch:Put ; - patch:subject <ingen:/graph/cv_in> ; + patch:subject <ingen:/main/cv_in> ; patch:body [ a lv2:InputPort , lv2:CVPort @@ -29,7 +29,7 @@ <msg3> a patch:Put ; - patch:subject <ingen:/graph/atom_in> ; + patch:subject <ingen:/main/atom_in> ; patch:body [ a lv2:InputPort , atom:AtomPort ; @@ -38,16 +38,16 @@ <msg4> a patch:Delete ; - patch:subject <ingen:/graph/audio_in> . + patch:subject <ingen:/main/audio_in> . <msg5> a patch:Delete ; - patch:subject <ingen:/graph/float_in> . + patch:subject <ingen:/main/float_in> . <msg6> a patch:Delete ; - patch:subject <ingen:/graph/cv_in> . + patch:subject <ingen:/main/cv_in> . <msg7> a patch:Delete ; - patch:subject <ingen:/graph/atom_in> . + patch:subject <ingen:/main/atom_in> . |