diff options
Diffstat (limited to 'tests/poly.ttl')
-rw-r--r-- | tests/poly.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/poly.ttl b/tests/poly.ttl index e5b43c43..b5a8b3c5 100644 --- a/tests/poly.ttl +++ b/tests/poly.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <path:/node> ; + patch:subject <ingen:root/node> ; patch:body [ a ingen:Node ; ingen:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,14 +12,14 @@ <msg1> a patch:Set ; - patch:subject <path:/> ; + patch:subject <ingen:root/> ; patch:body [ ingen:polyphony 4 ] . <msg2> a patch:Set ; - patch:subject <path:/node> ; + patch:subject <ingen:root/node> ; patch:body [ ingen:polyphonic true ] . |