diff options
Diffstat (limited to 'patches/decimated_delay.ingen.ttl')
-rw-r--r-- | patches/decimated_delay.ingen.ttl | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/patches/decimated_delay.ingen.ttl b/patches/decimated_delay.ingen.ttl deleted file mode 100644 index 5767190f..00000000 --- a/patches/decimated_delay.ingen.ttl +++ /dev/null @@ -1,140 +0,0 @@ -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . -@prefix doap: <http://usefulinc.com/ns/doap#> . -@prefix ingen: <http://drobilla.net/ns/ingen#> . -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . - -<> - a ingen:Patch; - ingen:polyphony 1; - doap:name "Decimated Delay"; - lv2:symbol "decimated_delay"; - ingen:node [ - a ingen:Node; - ingen:symbol "Delayorama"; - ingen:plugin <http://plugin.org.uk/swh-plugins/delayorama>; - ingen:port [ - a ingen:InputPort; - ingen:symbol "seed"; - ingen:dataType "ingen:control"; - ingen:value 0.0 - ], [ - a ingen:InputPort; - ingen:symbol "gain"; - ingen:dataType "ingen:control"; - ingen:value -0.7 - ], [ - a ingen:InputPort; - ingen:symbol "feedback_pc"; - ingen:dataType "ingen:control"; - ingen:value 39.2 - ], [ - a ingen:InputPort; - ingen:symbol "tap_count"; - ingen:dataType "ingen:control"; - ingen:value 15.8 - ], [ - a ingen:InputPort; - ingen:symbol "first_delay"; - ingen:dataType "ingen:control"; - ingen:value 0.2 - ], [ - a ingen:InputPort; - ingen:symbol "delay_range"; - ingen:dataType "ingen:control"; - ingen:value 3.9 - ], [ - a ingen:InputPort; - ingen:symbol "delay_scale"; - ingen:dataType "ingen:control"; - ingen:value 4.4 - ], [ - a ingen:InputPort; - ingen:symbol "delay_rand_pc"; - ingen:dataType "ingen:control"; - ingen:value 0.0 - ], [ - a ingen:InputPort; - ingen:symbol "gain_scale"; - ingen:dataType "ingen:control"; - ingen:value 0.2 - ], [ - a ingen:InputPort; - ingen:symbol "gain_rand_pc"; - ingen:dataType "ingen:control"; - ingen:value 0.0 - ], [ - a ingen:InputPort; - ingen:symbol "wet"; - ingen:dataType "ingen:control"; - ingen:value 0.5 - ], [ - a ingen:InputPort; - ingen:symbol "input"; - ingen:dataType "ingen:audio"; - ingen:connectedTo _:n21, _:n19 - ], _:n13; - ingen:canvasX 1520.5; - ingen:canvasY 1056.6 - ], [ - a ingen:Node; - ingen:symbol "SmoothDecimator"; - ingen:plugin <http://plugin.org.uk/swh-plugins/smoothDecimate>; - ingen:port [ - a ingen:InputPort; - ingen:symbol "rate"; - ingen:dataType "ingen:control"; - ingen:value 2794.2; - ], [ - a ingen:InputPort; - ingen:symbol "smooth"; - ingen:dataType "ingen:control"; - ingen:value 0.1 - ], [ - a ingen:InputPort; - ingen:symbol "input"; - ingen:dataType "ingen:audio"; - ingen:connectedTo _:n13 - ], _:n18; - ingen:canvasX 1644.5; - ingen:canvasY 1124.1 - ]; - ingen:port _:n19, [ - a ingen:OutputPort; - ingen:symbol "audio_output_1"; - ingen:dataType "ingen:audio"; - ingen:canvasX 1804.5; - ingen:canvasY 1128.1; - ingen:connectedTo _:n18 - ], _:n21, [ - a ingen:OutputPort; - ingen:symbol "audio_output_2"; - ingen:dataType "ingen:audio"; - ingen:canvasX 1804.5; - ingen:canvasY 1180.6; - ingen:connectedTo _:n18 - ] . - -_:n13 - a ingen:OutputPort; - ingen:symbol "output"; - ingen:dataType "ingen:audio" . - -_:n18 - a ingen:OutputPort; - ingen:symbol "output"; - ingen:dataType "ingen:audio" . - -_:n19 - a ingen:InputPort; - ingen:symbol "audio_input_1"; - ingen:dataType "ingen:audio"; - ingen:canvasX 1384.5; - ingen:canvasY 1128.1 . - -_:n21 - a ingen:InputPort; - ingen:symbol "audio_input_2"; - ingen:dataType "ingen:audio"; - ingen:canvasX 1384.5; - ingen:canvasY 1180.6 . - |