From ec4fd6dd3809a055b66c28f841df277e4cd9f62e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 May 2012 18:03:24 +0000 Subject: Beginnings of a test framework. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4427 a436a847-0d15-0410-975c-d299462d15a1 --- tests/empty.ingen/empty.ttl | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tests/empty.ingen/empty.ttl (limited to 'tests/empty.ingen/empty.ttl') diff --git a/tests/empty.ingen/empty.ttl b/tests/empty.ingen/empty.ttl new file mode 100644 index 00000000..ac905a2e --- /dev/null +++ b/tests/empty.ingen/empty.ttl @@ -0,0 +1,41 @@ +@prefix rdf: . +@prefix atom: . +@prefix patch: . +@prefix doap: . +@prefix ingen: . +@prefix lv2: . +@prefix lv2ev: . +@prefix midi: . +@prefix owl: . +@prefix rdfs: . +@prefix xsd: . + + + ingen:polyphonic false ; + atom:bufferType atom:Sequence ; + lv2:index 0 ; + lv2:name "Control" ; + lv2:portProperty lv2:connectionOptional ; + lv2:symbol "control_in" ; + a atom:AtomPort , + lv2:InputPort . + + + ingen:polyphonic false ; + atom:bufferType atom:Sequence ; + lv2:index 1 ; + lv2:name "Control" ; + lv2:symbol "control_out" ; + a atom:AtomPort , + lv2:OutputPort . + +<> + ingen:polyphony 1 ; + ingen:PatchUIGtk2 ; + lv2:extensionData ; + lv2:port , + ; + lv2:symbol "empty" ; + doap:name "empty" ; + a ingen:Patch , + lv2:Plugin . -- cgit v1.2.1