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, 0 insertions, 25 deletions
diff --git a/tests/poly.ttl b/tests/poly.ttl
deleted file mode 100644
index a02ba96e..00000000
--- a/tests/poly.ttl
+++ /dev/null
@@ -1,25 +0,0 @@
-@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 .