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/copy_node.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/copy_node.ttl')
-rw-r--r-- | tests/copy_node.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/copy_node.ttl b/tests/copy_node.ttl index 7204f44b..129ba758 100644 --- a/tests/copy_node.ttl +++ b/tests/copy_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,5 +12,5 @@ <msg1> a patch:Copy ; - patch:subject <ingen:/graph/node> ; - patch:destination <ingen:/graph/copy> . + patch:subject <ingen:/main/node> ; + patch:destination <ingen:/main/copy> . |