diff options
Diffstat (limited to 'tests/put_audio_in.ttl')
-rw-r--r-- | tests/put_audio_in.ttl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/put_audio_in.ttl b/tests/put_audio_in.ttl new file mode 100644 index 00000000..2f724ab9 --- /dev/null +++ b/tests/put_audio_in.ttl @@ -0,0 +1,10 @@ +@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:AudioPort + ] . |