summaryrefslogtreecommitdiffstats
path: root/tests/poly.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/poly.ttl')
-rw-r--r--tests/poly.ttl25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/poly.ttl b/tests/poly.ttl
new file mode 100644
index 00000000..a02ba96e
--- /dev/null
+++ b/tests/poly.ttl
@@ -0,0 +1,25 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
+@prefix ingen: <http://drobilla.net/ns/ingen#> .
+
+<msg0>
+ a patch:Put ;
+ patch:subject <ingen:/main/node> ;
+ patch:body [
+ a ingen:Block ;
+ lv2:prototype <http://drobilla.net/plugins/mda/Shepard>
+ ] .
+
+<msg1>
+ a patch:Set ;
+ patch:context ingen:internalContext ;
+ patch:subject <ingen:/main/> ;
+ patch:property ingen:polyphony ;
+ patch:value 4 .
+
+<msg2>
+ a patch:Set ;
+ patch:context ingen:externalContext ;
+ patch:subject <ingen:/main/node> ;
+ patch:property ingen:polyphonic ;
+ patch:value true .