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, 17 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..07b467b4
--- /dev/null
+++ b/tests/set_patch_port_value.ttl
@@ -0,0 +1,17 @@
+@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