diff options
Diffstat (limited to 'tests/create_delete_poly_patch.ttl')
-rw-r--r-- | tests/create_delete_poly_patch.ttl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/create_delete_poly_patch.ttl b/tests/create_delete_poly_patch.ttl new file mode 100644 index 00000000..5bc1108a --- /dev/null +++ b/tests/create_delete_poly_patch.ttl @@ -0,0 +1,15 @@ +@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:/root/sub> ; + patch:body [ + a ingen:Graph ; + ingen:polyphony 8 ; + ] . + +<msg1> + a patch:Delete ; + patch:subject <ingen:/root/sub> . |