summaryrefslogtreecommitdiffstats
path: root/tests/set_patch_port_value.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set_patch_port_value.ttl')
-rw-r--r--tests/set_patch_port_value.ttl17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/set_patch_port_value.ttl b/tests/set_patch_port_value.ttl
deleted file mode 100644
index 07b467b4..00000000
--- a/tests/set_patch_port_value.ttl
+++ /dev/null
@@ -1,17 +0,0 @@
-@prefix ingen: <http://drobilla.net/ns/ingen#> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
-
-<msg0>
- a patch:Put ;
- patch:subject <ingen:/main/in> ;
- patch:body [
- a lv2:InputPort ,
- lv2:ControlPort
- ] .
-
-<msg1>
- a patch:Set ;
- patch:subject <ingen:/main/in> ;
- patch:property ingen:value ;
- patch:value 0.5 . \ No newline at end of file