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.ttl18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/set_patch_port_value.ttl b/tests/set_patch_port_value.ttl
new file mode 100644
index 00000000..226d4811
--- /dev/null
+++ b/tests/set_patch_port_value.ttl
@@ -0,0 +1,18 @@
+@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 <path:/in> ;
+ patch:body [
+ a lv2:InputPort ,
+ lv2:ControlPort
+ ] .
+
+<msg1>
+ a patch:Set ;
+ patch:subject <path:/in> ;
+ patch:body [
+ ingen:value 0.5
+ ] .