summaryrefslogtreecommitdiffstats
path: root/tests/enable_graph.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enable_graph.ttl')
-rw-r--r--tests/enable_graph.ttl15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/enable_graph.ttl b/tests/enable_graph.ttl
new file mode 100644
index 00000000..f3fa786c
--- /dev/null
+++ b/tests/enable_graph.ttl
@@ -0,0 +1,15 @@
+@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:Set ;
+ patch:subject <ingen:/main> ;
+ patch:property ingen:enabled ;
+ patch:value true .
+
+<msg1>
+ a patch:Set ;
+ patch:subject <ingen:/main> ;
+ patch:property ingen:enabled ;
+ patch:value false .