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/StereoEffect.ingen/StereoEffect.ttl | 103 ---------------------------- 1 file changed, 103 deletions(-) delete mode 100644 bundles/StereoEffect.ingen/StereoEffect.ttl (limited to 'bundles/StereoEffect.ingen/StereoEffect.ttl') diff --git a/bundles/StereoEffect.ingen/StereoEffect.ttl b/bundles/StereoEffect.ingen/StereoEffect.ttl deleted file mode 100644 index fff6ffce..00000000 --- a/bundles/StereoEffect.ingen/StereoEffect.ttl +++ /dev/null @@ -1,103 +0,0 @@ -@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