summaryrefslogtreecommitdiffstats
path: root/tests/poly.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/poly.ttl')
-rw-r--r--tests/poly.ttl16
1 files changed, 7 insertions, 9 deletions
diff --git a/tests/poly.ttl b/tests/poly.ttl
index fc40bbc9..6235dfa9 100644
--- a/tests/poly.ttl
+++ b/tests/poly.ttl
@@ -4,7 +4,7 @@
<msg0>
a patch:Put ;
- patch:subject <ingen:root/node> ;
+ patch:subject <ingen:/root/node> ;
patch:body [
a ingen:Block ;
ingen:prototype <http://drobilla.net/plugins/mda/Shepard>
@@ -12,14 +12,12 @@
<msg1>
a patch:Set ;
- patch:subject <ingen:root/> ;
- patch:body [
- ingen:polyphony 4
- ] .
+ patch:subject <ingen:/root/> ;
+ patch:property ingen:polyphony ;
+ patch:value 4 .
<msg2>
a patch:Set ;
- patch:subject <ingen:root/node> ;
- patch:body [
- ingen:polyphonic true
- ] .
+ patch:subject <ingen:/root/node> ;
+ patch:property ingen:polyphonic ;
+ patch:value true . \ No newline at end of file