From 6bce9e50915d730caa3bd2b60c513fe9915e4b83 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 00:04:37 -0400 Subject: Switch to meson build system --- bundles/ingen.lv2/StereoEffect.ttl | 103 +++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 bundles/ingen.lv2/StereoEffect.ttl (limited to 'bundles/ingen.lv2/StereoEffect.ttl') diff --git a/bundles/ingen.lv2/StereoEffect.ttl b/bundles/ingen.lv2/StereoEffect.ttl new file mode 100644 index 00000000..fff6ffce --- /dev/null +++ b/bundles/ingen.lv2/StereoEffect.ttl @@ -0,0 +1,103 @@ +@prefix atom: . +@prefix patch: . +@prefix doap: . +@prefix ingen: . +@prefix lv2: . +@prefix midi: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . + +<> + ingen:arc [ + ingen:head ; + ingen:tail + ] , [ + ingen:head ; + ingen:tail + ] , [ + ingen:head ; + ingen:tail + ] ; + ingen:polyphony 1 ; + ingen:GraphUIGtk2 ; + lv2:extensionData ; + lv2:port , + , + , + , + , + ; + doap:name "Ingen Stereo Effect Template" ; + a ingen:Graph , + lv2:Plugin . + + + ingen:canvasX 9.5 ; + ingen:canvasY 112.0 ; + ingen:polyphonic false ; + atom:bufferType atom:Sequence ; + 4096 ; + lv2:index 0 ; + lv2:name "Control" ; + lv2:portProperty lv2:connectionOptional ; + lv2:symbol "control" ; + a atom:AtomPort , + lv2:InputPort . + + + ingen:canvasX 187.5 ; + ingen:canvasY 112.0 ; + ingen:polyphonic false ; + atom:bufferType atom:Sequence ; + 4096 ; + lv2:index 1 ; + lv2:name "Control" ; + lv2:symbol "notify" ; + a atom:AtomPort , + lv2:OutputPort . + + + ingen:canvasX 13.0 ; + ingen:canvasY 60.0 ; + ingen:polyphonic false ; + lv2:designation ; + lv2:index 2 ; + lv2:name "Left In" ; + lv2:symbol "left_in" ; + a lv2:AudioPort , + lv2:InputPort . + + + ingen:canvasX 186.0 ; + ingen:canvasY 60.0 ; + ingen:polyphonic false ; + lv2:designation ; + lv2:index 3 ; + lv2:name "Left Out" ; + lv2:symbol "left_out" ; + a lv2:AudioPort , + lv2:OutputPort . + + + ingen:canvasX 8.0 ; + ingen:canvasY 8.0 ; + ingen:polyphonic false ; + lv2:designation ; + lv2:index 4 ; + lv2:name "Right In" ; + lv2:symbol "right_in" ; + a lv2:AudioPort , + lv2:InputPort . + + + ingen:canvasX 181.0 ; + ingen:canvasY 8.0 ; + ingen:polyphonic false ; + lv2:designation ; + lv2:index 5 ; + lv2:name "Right Out" ; + lv2:symbol "right_out" ; + a lv2:AudioPort , + lv2:OutputPort . -- cgit v1.2.1