From 8f7c7ecc7e16f36ecf9d66dec24f52d103978356 Mon Sep 17 00:00:00 2001 From: nino de wit Date: Sat, 12 Dec 2015 22:12:54 +0100 Subject: [PATCH] included delay in morph --- plugins/modulay/gen_exported.cpp | 99 +++++++------- plugins/modulay/modulay.gendsp | 215 ++++++++++------------------- plugins/modulay/modulay.maxpat | 227 +++++++++++-------------------- 3 files changed, 200 insertions(+), 341 deletions(-) diff --git a/plugins/modulay/gen_exported.cpp b/plugins/modulay/gen_exported.cpp index 6f8c4ac..1e983ca 100644 --- a/plugins/modulay/gen_exported.cpp +++ b/plugins/modulay/gen_exported.cpp @@ -80,61 +80,58 @@ typedef struct State { return __exception; }; - double mul_4216 = (m_mix_9 * 0.01); - double mstosamps_4241 = (m_time_5 * (samplerate * 0.001)); - double expr_4223 = safediv(((m_cutoff_10 * 2) * 3.1415926535898), 48000); - double sin_4224 = sin(expr_4223); - double clamp_4225 = ((sin_4224 <= 1e-05) ? 1e-05 : ((sin_4224 >= 0.99999) ? 0.99999 : sin_4224)); - double mul_4220 = (m_repeats_4 * 0.01); - double mul_4244 = (m_morph_7 * -1.4); - double add_4246 = (mul_4244 + 70); - double abs_4245 = fabs(add_4246); - double mul_4218 = (abs_4245 * 0.01); - double mul_4242 = (m_morph_7 * 1.4); - double sub_4243 = (mul_4242 - 70); - double mul_4219 = (sub_4243 * 0.01); - int gt_4248 = (m_morph_7 > 50); - double mul_4247 = (gt_4248 * m_morph_7); - double mul_4249 = (mul_4247 * -0.6); - double add_4250 = (mul_4249 + 130); - double clamp_4251 = ((add_4250 <= 70) ? 70 : ((add_4250 >= 100) ? 100 : add_4250)); - double mul_4217 = (clamp_4251 * 0.01); - int lt_4258 = (m_morph_7 < 50); - double mul_4253 = (lt_4258 * m_morph_7); - double mul_4252 = (mul_4253 * -1.2); - double add_4257 = (mul_4252 + 30); - double abs_4256 = fabs(add_4257); - double mul_4255 = (abs_4256 * -1); - double add_4254 = (mul_4255 + 30); + double mul_5140 = (m_mix_9 * 0.01); + double mstosamps_5165 = (m_time_5 * (samplerate * 0.001)); + double expr_5147 = safediv(((m_cutoff_10 * 2) * 3.1415926535898), 48000); + double sin_5148 = sin(expr_5147); + double clamp_5149 = ((sin_5148 <= 1e-05) ? 1e-05 : ((sin_5148 >= 0.99999) ? 0.99999 : sin_5148)); + double mul_5144 = (m_repeats_4 * 0.01); + double mul_5168 = (m_morph_7 * -1.4); + double add_5170 = (mul_5168 + 70); + double abs_5169 = fabs(add_5170); + double mul_5142 = (abs_5169 * 0.01); + double mul_5166 = (m_morph_7 * 1.4); + double sub_5167 = (mul_5166 - 70); + double mul_5143 = (sub_5167 * 0.01); + int lt_5177 = (m_morph_7 < 50); + double mul_5181 = (m_morph_7 * -0.6); + double add_5180 = (mul_5181 + 30); + double mul_5176 = (lt_5177 * add_5180); + int gt_5172 = (m_morph_7 > 50); + double mul_5171 = (gt_5172 * m_morph_7); + double mul_5173 = (mul_5171 * -0.6); + double add_5174 = (mul_5173 + 130); + double clamp_5175 = ((add_5174 <= 70) ? 70 : ((add_5174 >= 100) ? 100 : add_5174)); + double mul_5141 = (clamp_5175 * 0.01); // the main sample loop; while ((__n--)) { const double in1 = (*(__in1++)); - double tap_4240 = m_delay_3.read_cubic(mstosamps_4241); - double mix_4285 = (m_y_1 + (clamp_4225 * (tap_4240 - m_y_1))); - double mix_4222 = mix_4285; - double mul_4237 = (mix_4222 * mul_4220); - double dcblock_4214 = m_dcblock_11(mul_4237); - double clamp_4215 = ((dcblock_4214 <= -1) ? -1 : ((dcblock_4214 >= 1) ? 1 : dcblock_4214)); + double tap_5164 = m_delay_3.read_cubic(mstosamps_5165); + double mix_5185 = (m_y_1 + (clamp_5149 * (tap_5164 - m_y_1))); + double mix_5146 = mix_5185; + double mul_5161 = (mix_5146 * mul_5144); + double dcblock_5138 = m_dcblock_11(mul_5161); + double clamp_5139 = ((dcblock_5138 <= -1) ? -1 : ((dcblock_5138 >= 1) ? 1 : dcblock_5138)); m_cycle_12.freq(m_rate_8); - double cycle_4228 = m_cycle_12(__sinedata); - double cycleindex_4229 = m_cycle_12.phase(); - double add_4227 = (cycle_4228 + 1); - double mul_4226 = (add_4227 * 0.5); - double mul_4230 = (m_depth_6 * mul_4226); - double add_4259 = (add_4254 + mul_4230); - double mstosamps_4221 = (add_4259 * (samplerate * 0.001)); - double tap_4235 = m_delay_2.read_linear(mstosamps_4221); - double mul_4233 = (tap_4235 * mul_4217); - double mul_4231 = (tap_4235 * mul_4219); - double add_4236 = (mix_4222 + mul_4231); - double mul_4232 = (add_4236 * mul_4218); - double add_4213 = (mul_4232 + mul_4233); - double mul_4238 = (add_4213 * mul_4216); - double out1 = (mul_4238 + in1); - double y0_next_4260 = mix_4222; - m_delay_3.write((clamp_4215 + in1)); - m_delay_2.write(add_4236); - m_y_1 = y0_next_4260; + double cycle_5152 = m_cycle_12(__sinedata); + double cycleindex_5153 = m_cycle_12.phase(); + double add_5151 = (cycle_5152 + 1); + double mul_5150 = (add_5151 * 0.5); + double mul_5154 = (m_depth_6 * mul_5150); + double add_5178 = (mul_5176 + mul_5154); + double mstosamps_5145 = (add_5178 * (samplerate * 0.001)); + double tap_5159 = m_delay_2.read_linear(mstosamps_5145); + double mul_5157 = (tap_5159 * mul_5141); + double mul_5155 = (tap_5159 * mul_5143); + double add_5160 = (mix_5146 + mul_5155); + double mul_5156 = (add_5160 * mul_5142); + double add_5179 = (mul_5156 + mul_5157); + double mul_5162 = (add_5179 * mul_5140); + double out1 = (mul_5162 + in1); + double y0_next_5182 = mix_5146; + m_delay_3.write((clamp_5139 + in1)); + m_delay_2.write(add_5160); + m_y_1 = y0_next_5182; m_delay_2.step(); m_delay_3.step(); // assign results to output buffer; diff --git a/plugins/modulay/modulay.gendsp b/plugins/modulay/modulay.gendsp index 4a1c3e1..72b1f07 100644 --- a/plugins/modulay/modulay.gendsp +++ b/plugins/modulay/modulay.gendsp @@ -37,52 +37,10 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 547.0, 34.0, 20.0 ], + "patching_rect" : [ 209.5, 501.0, 34.0, 20.0 ], "text" : "+ 30" } - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-121", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 473.0, 34.0, 20.0 ], - "text" : "+ 30" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-120", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 497.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-119", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 522.0, 29.0, 20.0 ], - "text" : "* -1" - } - } , { "box" : { @@ -93,8 +51,8 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 447.5, 39.0, 20.0 ], - "text" : "* -1.2" + "patching_rect" : [ 209.5, 476.0, 39.0, 20.0 ], + "text" : "* -0.6" } } @@ -107,7 +65,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 392.5, 34.0, 20.0 ], + "patching_rect" : [ 196.5, 426.5, 34.0, 20.0 ], "text" : "< 50" } @@ -121,7 +79,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 423.0, 32.5, 20.0 ], + "patching_rect" : [ 196.5, 526.0, 32.5, 20.0 ], "text" : "*" } @@ -135,7 +93,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 572.0, 69.0, 20.0 ], + "patching_rect" : [ 85.5, 551.0, 69.0, 20.0 ], "text" : "clip 70 100" } @@ -149,7 +107,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 362.5, 205.0, 20.0 ], + "patching_rect" : [ 43.5, 376.5, 205.0, 20.0 ], "text" : "param morph 50 @min 0 @max 100" } @@ -163,7 +121,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 522.0, 39.0, 20.0 ], + "patching_rect" : [ 85.5, 501.0, 39.0, 20.0 ], "text" : "* -0.6" } @@ -177,7 +135,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 547.0, 41.0, 20.0 ], + "patching_rect" : [ 85.5, 526.0, 41.0, 20.0 ], "text" : "+ 130" } @@ -191,7 +149,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 467.0, 34.0, 20.0 ], + "patching_rect" : [ 85.5, 426.5, 34.0, 20.0 ], "text" : "> 50" } @@ -205,7 +163,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 497.0, 32.5, 20.0 ], + "patching_rect" : [ 85.5, 476.0, 32.5, 20.0 ], "text" : "*" } @@ -219,7 +177,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 547.0, 34.0, 20.0 ], + "patching_rect" : [ 43.5, 526.0, 34.0, 20.0 ], "text" : "+ 70" } @@ -233,7 +191,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 572.0, 30.0, 20.0 ], + "patching_rect" : [ 43.5, 551.0, 30.0, 20.0 ], "text" : "abs" } @@ -247,7 +205,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 522.0, 39.0, 20.0 ], + "patching_rect" : [ 43.5, 501.0, 39.0, 20.0 ], "text" : "* -1.4" } @@ -261,7 +219,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 572.0, 31.0, 20.0 ], + "patching_rect" : [ 155.0, 551.0, 31.0, 20.0 ], "text" : "- 70" } @@ -275,7 +233,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 547.0, 35.0, 20.0 ], + "patching_rect" : [ 155.0, 526.0, 35.0, 20.0 ], "text" : "* 1.4" } @@ -289,7 +247,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 89.0, 268.0, 51.0, 20.0 ], + "patching_rect" : [ 89.0, 282.0, 51.0, 20.0 ], "text" : "dcblock" } @@ -303,7 +261,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 89.0, 293.0, 53.0, 20.0 ], + "patching_rect" : [ 89.0, 307.0, 53.0, 20.0 ], "text" : "clip -1 1" } @@ -317,7 +275,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 734.0, 42.0, 20.0 ], + "patching_rect" : [ 43.5, 713.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -331,7 +289,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 597.0, 42.0, 20.0 ], + "patching_rect" : [ 85.5, 576.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -345,7 +303,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 597.0, 42.0, 20.0 ], + "patching_rect" : [ 43.5, 576.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -359,7 +317,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 597.0, 42.0, 20.0 ], + "patching_rect" : [ 155.0, 576.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -373,7 +331,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 103.0, 213.0, 42.0, 20.0 ], + "patching_rect" : [ 103.0, 227.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -387,7 +345,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 597.0, 92.5, 20.0 ], + "patching_rect" : [ 196.5, 576.0, 92.5, 20.0 ], "text" : "mstosamps" } @@ -401,7 +359,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 213.0, 46.0, 20.0 ], + "patching_rect" : [ 30.5, 227.0, 46.0, 20.0 ], "text" : "mix" } @@ -415,7 +373,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 113.0, 144.0, 20.0 ], + "patching_rect" : [ 57.5, 127.0, 144.0, 20.0 ], "text" : "expr out=in1*2*PI/48000\\;" } @@ -429,7 +387,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 188.0, 72.0, 20.0 ], + "patching_rect" : [ 30.5, 202.0, 72.0, 20.0 ], "text" : "history y0 0" } @@ -443,7 +401,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 138.0, 26.0, 20.0 ], + "patching_rect" : [ 57.5, 152.0, 26.0, 20.0 ], "text" : "sin" } @@ -457,7 +415,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 163.0, 125.0, 20.0 ], + "patching_rect" : [ 57.5, 177.0, 125.0, 20.0 ], "text" : "clip 0.00001 0.99999" } @@ -471,7 +429,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 88.0, 233.0, 20.0 ], + "patching_rect" : [ 57.5, 102.0, 233.0, 20.0 ], "text" : "param cutoff 2500 @min 500 @max 6000" } @@ -485,7 +443,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 243.5, 522.0, 35.0, 20.0 ], + "patching_rect" : [ 255.5, 501.0, 35.0, 20.0 ], "text" : "* 0.5" } @@ -499,7 +457,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 243.5, 497.0, 28.0, 20.0 ], + "patching_rect" : [ 255.5, 476.0, 28.0, 20.0 ], "text" : "+ 1" } @@ -513,7 +471,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 243.5, 447.5, 188.0, 20.0 ], + "patching_rect" : [ 255.5, 426.5, 188.0, 20.0 ], "text" : "param rate 2 @min 0.1 @max 10" } @@ -527,7 +485,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "", "" ], - "patching_rect" : [ 243.5, 473.0, 38.0, 20.0 ], + "patching_rect" : [ 255.5, 452.0, 38.0, 20.0 ], "text" : "cycle" } @@ -541,7 +499,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 572.0, 53.0, 20.0 ], + "patching_rect" : [ 196.5, 551.0, 65.0, 20.0 ], "text" : "+" } @@ -555,7 +513,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 230.5, 547.0, 32.5, 20.0 ], + "patching_rect" : [ 242.5, 526.0, 32.5, 20.0 ], "text" : "*" } @@ -569,7 +527,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 230.5, 423.0, 181.0, 20.0 ], + "patching_rect" : [ 242.5, 402.0, 181.0, 20.0 ], "text" : "param depth 1 @min 0 @max 5" } @@ -583,7 +541,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 141.5, 659.0, 32.5, 20.0 ], + "patching_rect" : [ 141.5, 638.0, 32.5, 20.0 ], "text" : "*" } @@ -597,7 +555,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.0, 659.0, 32.5, 20.0 ], + "patching_rect" : [ 30.0, 638.0, 32.5, 20.0 ], "text" : "*" } @@ -611,7 +569,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 72.0, 659.0, 32.5, 20.0 ], + "patching_rect" : [ 72.0, 638.0, 32.5, 20.0 ], "text" : "*" } @@ -625,7 +583,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 72.0, 629.0, 144.0, 20.0 ], + "patching_rect" : [ 72.0, 608.0, 144.0, 20.0 ], "text" : "delay @interp linear" } @@ -639,7 +597,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.0, 684.0, 61.0, 20.0 ], + "patching_rect" : [ 30.0, 663.0, 61.0, 20.0 ], "text" : "+" } @@ -653,7 +611,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 338.0, 32.5, 20.0 ], + "patching_rect" : [ 31.0, 352.0, 32.5, 20.0 ], "text" : "+" } @@ -667,7 +625,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 103.0, 188.0, 211.0, 20.0 ], + "patching_rect" : [ 103.0, 202.0, 211.0, 20.0 ], "text" : "param repeats 75 @min 0 @max 100" } @@ -681,7 +639,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 89.0, 243.0, 32.5, 20.0 ], + "patching_rect" : [ 89.0, 257.0, 32.5, 20.0 ], "text" : "*" } @@ -695,7 +653,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 709.0, 196.0, 20.0 ], + "patching_rect" : [ 43.5, 688.0, 196.0, 20.0 ], "text" : "param mix 100 @min 0 @max 100" } @@ -709,7 +667,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 139.0, 3.0, 214.0, 20.0 ], + "patching_rect" : [ 139.0, 27.0, 214.0, 20.0 ], "text" : "param time 500 @min 20 @max 1000" } @@ -723,7 +681,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.0, 759.0, 32.5, 20.0 ], + "patching_rect" : [ 30.0, 738.0, 32.5, 20.0 ], "text" : "*" } @@ -737,7 +695,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 42.0, 63.0, 116.0, 20.0 ], + "patching_rect" : [ 42.0, 77.0, 116.0, 20.0 ], "text" : "delay @interp cubic" } @@ -751,7 +709,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 139.0, 28.0, 72.0, 20.0 ], + "patching_rect" : [ 139.0, 52.0, 72.0, 20.0 ], "text" : "mstosamps" } @@ -765,7 +723,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.0, 2.0, 30.0, 20.0 ], + "patching_rect" : [ 16.0, 16.0, 30.0, 20.0 ], "text" : "in 1" } @@ -778,7 +736,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 16.0, 789.0, 37.0, 20.0 ], + "patching_rect" : [ 16.0, 768.0, 37.0, 20.0 ], "text" : "out 1" } @@ -789,7 +747,7 @@ "destination" : [ "obj-21", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 25.5, 54.0, 51.5, 54.0 ], + "midpoints" : [ 25.5, 68.0, 51.5, 68.0 ], "source" : [ "obj-1", 0 ] } @@ -823,7 +781,7 @@ } , { "patchline" : { - "destination" : [ "obj-121", 0 ], + "destination" : [ "obj-122", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-110", 0 ] @@ -841,53 +799,26 @@ } , { "patchline" : { - "destination" : [ "obj-110", 0 ], + "destination" : [ "obj-53", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-113", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-122", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-119", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-34", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 757.0, 53.0, 757.0 ], + "midpoints" : [ 53.0, 736.0, 53.0, 736.0 ], "source" : [ "obj-12", 0 ] } } , { "patchline" : { - "destination" : [ "obj-119", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-120", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-120", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-121", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 0 ], + "destination" : [ "obj-113", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-122", 0 ] @@ -899,7 +830,7 @@ "destination" : [ "obj-24", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.0, 240.0, 11.0, 240.0, 11.0, 180.0, 40.0, 180.0 ], + "midpoints" : [ 40.0, 254.0, 11.0, 254.0, 11.0, 194.0, 40.0, 194.0 ], "source" : [ "obj-15", 0 ] } @@ -918,7 +849,7 @@ "destination" : [ "obj-43", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.0, 237.5, 98.5, 237.5 ], + "midpoints" : [ 40.0, 251.5, 98.5, 251.5 ], "source" : [ "obj-15", 0 ] } @@ -1009,7 +940,7 @@ "destination" : [ "obj-29", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.5, 622.5, 81.5, 622.5 ], + "midpoints" : [ 40.5, 601.5, 81.5, 601.5 ], "source" : [ "obj-27", 0 ] } @@ -1046,7 +977,7 @@ "destination" : [ "obj-33", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 81.5, 653.5, 151.0, 653.5 ], + "midpoints" : [ 81.5, 632.5, 151.0, 632.5 ], "source" : [ "obj-29", 0 ] } @@ -1083,7 +1014,7 @@ "destination" : [ "obj-27", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 151.0, 689.0, 450.0, 689.0, 450.0, 329.0, 393.0, 329.0, 393.0, 329.0, 54.0, 329.0 ], + "midpoints" : [ 151.0, 674.0, 450.0, 674.0, 450.0, 344.0, 393.0, 344.0, 393.0, 344.0, 54.0, 344.0 ], "source" : [ "obj-33", 0 ] } @@ -1093,7 +1024,7 @@ "destination" : [ "obj-4", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 39.5, 783.5, 25.5, 783.5 ], + "midpoints" : [ 39.5, 762.5, 25.5, 762.5 ], "source" : [ "obj-34", 0 ] } @@ -1130,7 +1061,7 @@ "destination" : [ "obj-29", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 206.0, 620.0, 206.5, 620.0 ], + "midpoints" : [ 206.0, 599.0, 206.5, 599.0 ], "source" : [ "obj-40", 0 ] } @@ -1176,7 +1107,7 @@ "destination" : [ "obj-21", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 98.5, 316.0, 330.25, 316.0, 330.25, 54.0, 51.5, 54.0 ], + "midpoints" : [ 98.5, 330.0, 360.25, 330.0, 360.25, 14.0, 51.5, 14.0 ], "source" : [ "obj-46", 0 ] } @@ -1273,20 +1204,20 @@ } , { "patchline" : { - "destination" : [ "obj-112", 0 ], + "destination" : [ "obj-110", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 388.5, 206.0, 388.5 ], + "midpoints" : [ 53.0, 460.25, 219.0, 460.25 ], "source" : [ "obj-63", 0 ] } } , { "patchline" : { - "destination" : [ "obj-113", 1 ], + "destination" : [ "obj-112", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 417.25, 219.5, 417.25 ], + "midpoints" : [ 53.0, 413.5, 206.0, 413.5 ], "source" : [ "obj-63", 0 ] } @@ -1296,7 +1227,7 @@ "destination" : [ "obj-19", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 417.0, 164.5, 417.0 ], + "midpoints" : [ 53.0, 413.0, 164.5, 413.0 ], "source" : [ "obj-63", 0 ] } @@ -1306,7 +1237,7 @@ "destination" : [ "obj-23", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 451.75, 53.0, 451.75 ], + "midpoints" : [ 53.0, 465.75, 53.0, 465.75 ], "source" : [ "obj-63", 0 ] } @@ -1316,7 +1247,7 @@ "destination" : [ "obj-45", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 491.0, 108.5, 491.0 ], + "midpoints" : [ 53.0, 460.0, 108.5, 460.0 ], "source" : [ "obj-63", 0 ] } @@ -1326,7 +1257,7 @@ "destination" : [ "obj-47", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 458.5, 95.0, 458.5 ], + "midpoints" : [ 53.0, 413.5, 95.0, 413.5 ], "source" : [ "obj-63", 0 ] } diff --git a/plugins/modulay/modulay.maxpat b/plugins/modulay/modulay.maxpat index 607f1cb..8d52450 100644 --- a/plugins/modulay/modulay.maxpat +++ b/plugins/modulay/modulay.maxpat @@ -82,7 +82,7 @@ "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 709.0, 51.0, 171.0, 60.0 ], - "text" : "EFFECT BL FF FB DL DE\nvibrato 0 1 0 0 0-3\nflanger .7 .7 .7 0 0-2\nchorus .7 1 -.7 1-30 0-5" + "text" : "EFFECT BL FF FB DL DE\nchorus .7 1 -.7 1-30 0-5\nvibrato 0 1 0 0 0-3\nflanger .7 .7 .7 0 0-2" } } @@ -376,52 +376,10 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 547.0, 34.0, 20.0 ], + "patching_rect" : [ 209.5, 501.0, 34.0, 20.0 ], "text" : "+ 30" } - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-121", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 473.0, 34.0, 20.0 ], - "text" : "+ 30" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-120", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 497.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-119", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 522.0, 29.0, 20.0 ], - "text" : "* -1" - } - } , { "box" : { @@ -432,8 +390,8 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 447.5, 39.0, 20.0 ], - "text" : "* -1.2" + "patching_rect" : [ 209.5, 476.0, 39.0, 20.0 ], + "text" : "* -0.6" } } @@ -446,7 +404,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 392.5, 34.0, 20.0 ], + "patching_rect" : [ 196.5, 426.5, 34.0, 20.0 ], "text" : "< 50" } @@ -460,7 +418,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 423.0, 32.5, 20.0 ], + "patching_rect" : [ 196.5, 526.0, 32.5, 20.0 ], "text" : "*" } @@ -474,7 +432,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 572.0, 69.0, 20.0 ], + "patching_rect" : [ 85.5, 551.0, 69.0, 20.0 ], "text" : "clip 70 100" } @@ -488,7 +446,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 362.5, 205.0, 20.0 ], + "patching_rect" : [ 43.5, 376.5, 205.0, 20.0 ], "text" : "param morph 50 @min 0 @max 100" } @@ -502,7 +460,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 522.0, 39.0, 20.0 ], + "patching_rect" : [ 85.5, 501.0, 39.0, 20.0 ], "text" : "* -0.6" } @@ -516,7 +474,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 547.0, 41.0, 20.0 ], + "patching_rect" : [ 85.5, 526.0, 41.0, 20.0 ], "text" : "+ 130" } @@ -530,7 +488,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 467.0, 34.0, 20.0 ], + "patching_rect" : [ 85.5, 426.5, 34.0, 20.0 ], "text" : "> 50" } @@ -544,7 +502,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 497.0, 32.5, 20.0 ], + "patching_rect" : [ 85.5, 476.0, 32.5, 20.0 ], "text" : "*" } @@ -558,7 +516,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 547.0, 34.0, 20.0 ], + "patching_rect" : [ 43.5, 526.0, 34.0, 20.0 ], "text" : "+ 70" } @@ -572,7 +530,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 572.0, 30.0, 20.0 ], + "patching_rect" : [ 43.5, 551.0, 30.0, 20.0 ], "text" : "abs" } @@ -586,7 +544,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 522.0, 39.0, 20.0 ], + "patching_rect" : [ 43.5, 501.0, 39.0, 20.0 ], "text" : "* -1.4" } @@ -600,7 +558,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 572.0, 31.0, 20.0 ], + "patching_rect" : [ 155.0, 551.0, 31.0, 20.0 ], "text" : "- 70" } @@ -614,7 +572,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 547.0, 35.0, 20.0 ], + "patching_rect" : [ 155.0, 526.0, 35.0, 20.0 ], "text" : "* 1.4" } @@ -628,7 +586,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 89.0, 268.0, 51.0, 20.0 ], + "patching_rect" : [ 89.0, 282.0, 51.0, 20.0 ], "text" : "dcblock" } @@ -642,7 +600,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 89.0, 293.0, 53.0, 20.0 ], + "patching_rect" : [ 89.0, 307.0, 53.0, 20.0 ], "text" : "clip -1 1" } @@ -656,7 +614,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 734.0, 42.0, 20.0 ], + "patching_rect" : [ 43.5, 713.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -670,7 +628,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 85.5, 597.0, 42.0, 20.0 ], + "patching_rect" : [ 85.5, 576.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -684,7 +642,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 597.0, 42.0, 20.0 ], + "patching_rect" : [ 43.5, 576.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -698,7 +656,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 597.0, 42.0, 20.0 ], + "patching_rect" : [ 155.0, 576.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -712,7 +670,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 103.0, 213.0, 42.0, 20.0 ], + "patching_rect" : [ 103.0, 227.0, 42.0, 20.0 ], "text" : "* 0.01" } @@ -726,7 +684,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 597.0, 92.5, 20.0 ], + "patching_rect" : [ 196.5, 576.0, 92.5, 20.0 ], "text" : "mstosamps" } @@ -740,7 +698,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 213.0, 46.0, 20.0 ], + "patching_rect" : [ 30.5, 227.0, 46.0, 20.0 ], "text" : "mix" } @@ -754,7 +712,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 113.0, 144.0, 20.0 ], + "patching_rect" : [ 57.5, 127.0, 144.0, 20.0 ], "text" : "expr out=in1*2*PI/48000\\;" } @@ -768,7 +726,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 188.0, 72.0, 20.0 ], + "patching_rect" : [ 30.5, 202.0, 72.0, 20.0 ], "text" : "history y0 0" } @@ -782,7 +740,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 138.0, 26.0, 20.0 ], + "patching_rect" : [ 57.5, 152.0, 26.0, 20.0 ], "text" : "sin" } @@ -796,7 +754,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 163.0, 125.0, 20.0 ], + "patching_rect" : [ 57.5, 177.0, 125.0, 20.0 ], "text" : "clip 0.00001 0.99999" } @@ -810,7 +768,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 88.0, 233.0, 20.0 ], + "patching_rect" : [ 57.5, 102.0, 233.0, 20.0 ], "text" : "param cutoff 2500 @min 500 @max 6000" } @@ -824,7 +782,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 243.5, 522.0, 35.0, 20.0 ], + "patching_rect" : [ 255.5, 501.0, 35.0, 20.0 ], "text" : "* 0.5" } @@ -838,7 +796,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 243.5, 497.0, 28.0, 20.0 ], + "patching_rect" : [ 255.5, 476.0, 28.0, 20.0 ], "text" : "+ 1" } @@ -852,7 +810,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 243.5, 447.5, 188.0, 20.0 ], + "patching_rect" : [ 255.5, 426.5, 188.0, 20.0 ], "text" : "param rate 2 @min 0.1 @max 10" } @@ -866,7 +824,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "", "" ], - "patching_rect" : [ 243.5, 473.0, 38.0, 20.0 ], + "patching_rect" : [ 255.5, 452.0, 38.0, 20.0 ], "text" : "cycle" } @@ -880,7 +838,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.5, 572.0, 53.0, 20.0 ], + "patching_rect" : [ 196.5, 551.0, 65.0, 20.0 ], "text" : "+" } @@ -894,7 +852,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 230.5, 547.0, 32.5, 20.0 ], + "patching_rect" : [ 242.5, 526.0, 32.5, 20.0 ], "text" : "*" } @@ -908,7 +866,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 230.5, 423.0, 181.0, 20.0 ], + "patching_rect" : [ 242.5, 402.0, 181.0, 20.0 ], "text" : "param depth 1 @min 0 @max 5" } @@ -922,7 +880,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 141.5, 659.0, 32.5, 20.0 ], + "patching_rect" : [ 141.5, 638.0, 32.5, 20.0 ], "text" : "*" } @@ -936,7 +894,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.0, 659.0, 32.5, 20.0 ], + "patching_rect" : [ 30.0, 638.0, 32.5, 20.0 ], "text" : "*" } @@ -950,7 +908,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 72.0, 659.0, 32.5, 20.0 ], + "patching_rect" : [ 72.0, 638.0, 32.5, 20.0 ], "text" : "*" } @@ -964,7 +922,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 72.0, 629.0, 144.0, 20.0 ], + "patching_rect" : [ 72.0, 608.0, 144.0, 20.0 ], "text" : "delay @interp linear" } @@ -978,7 +936,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.0, 684.0, 61.0, 20.0 ], + "patching_rect" : [ 30.0, 663.0, 61.0, 20.0 ], "text" : "+" } @@ -992,7 +950,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 338.0, 32.5, 20.0 ], + "patching_rect" : [ 31.0, 352.0, 32.5, 20.0 ], "text" : "+" } @@ -1006,7 +964,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 103.0, 188.0, 211.0, 20.0 ], + "patching_rect" : [ 103.0, 202.0, 211.0, 20.0 ], "text" : "param repeats 75 @min 0 @max 100" } @@ -1020,7 +978,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 89.0, 243.0, 32.5, 20.0 ], + "patching_rect" : [ 89.0, 257.0, 32.5, 20.0 ], "text" : "*" } @@ -1034,7 +992,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.5, 709.0, 196.0, 20.0 ], + "patching_rect" : [ 43.5, 688.0, 196.0, 20.0 ], "text" : "param mix 100 @min 0 @max 100" } @@ -1048,7 +1006,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 139.0, 3.0, 214.0, 20.0 ], + "patching_rect" : [ 139.0, 27.0, 214.0, 20.0 ], "text" : "param time 500 @min 20 @max 1000" } @@ -1062,7 +1020,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.0, 759.0, 32.5, 20.0 ], + "patching_rect" : [ 30.0, 738.0, 32.5, 20.0 ], "text" : "*" } @@ -1076,7 +1034,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 42.0, 63.0, 116.0, 20.0 ], + "patching_rect" : [ 42.0, 77.0, 116.0, 20.0 ], "text" : "delay @interp cubic" } @@ -1090,7 +1048,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 139.0, 28.0, 72.0, 20.0 ], + "patching_rect" : [ 139.0, 52.0, 72.0, 20.0 ], "text" : "mstosamps" } @@ -1104,7 +1062,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.0, 2.0, 30.0, 20.0 ], + "patching_rect" : [ 16.0, 16.0, 30.0, 20.0 ], "text" : "in 1" } @@ -1117,7 +1075,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 16.0, 789.0, 37.0, 20.0 ], + "patching_rect" : [ 16.0, 768.0, 37.0, 20.0 ], "text" : "out 1" } @@ -1128,7 +1086,7 @@ "destination" : [ "obj-21", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 25.5, 54.0, 51.5, 54.0 ], + "midpoints" : [ 25.5, 68.0, 51.5, 68.0 ], "source" : [ "obj-1", 0 ] } @@ -1162,7 +1120,7 @@ } , { "patchline" : { - "destination" : [ "obj-121", 0 ], + "destination" : [ "obj-122", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-110", 0 ] @@ -1180,53 +1138,26 @@ } , { "patchline" : { - "destination" : [ "obj-110", 0 ], + "destination" : [ "obj-53", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-113", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-122", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-119", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-34", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 757.0, 53.0, 757.0 ], + "midpoints" : [ 53.0, 736.0, 53.0, 736.0 ], "source" : [ "obj-12", 0 ] } } , { "patchline" : { - "destination" : [ "obj-119", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-120", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-120", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-121", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 0 ], + "destination" : [ "obj-113", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-122", 0 ] @@ -1238,7 +1169,7 @@ "destination" : [ "obj-24", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.0, 240.0, 11.0, 240.0, 11.0, 180.0, 40.0, 180.0 ], + "midpoints" : [ 40.0, 254.0, 11.0, 254.0, 11.0, 194.0, 40.0, 194.0 ], "source" : [ "obj-15", 0 ] } @@ -1257,7 +1188,7 @@ "destination" : [ "obj-43", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.0, 237.5, 98.5, 237.5 ], + "midpoints" : [ 40.0, 251.5, 98.5, 251.5 ], "source" : [ "obj-15", 0 ] } @@ -1348,7 +1279,7 @@ "destination" : [ "obj-29", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.5, 622.5, 81.5, 622.5 ], + "midpoints" : [ 40.5, 601.5, 81.5, 601.5 ], "source" : [ "obj-27", 0 ] } @@ -1385,7 +1316,7 @@ "destination" : [ "obj-33", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 81.5, 653.5, 151.0, 653.5 ], + "midpoints" : [ 81.5, 632.5, 151.0, 632.5 ], "source" : [ "obj-29", 0 ] } @@ -1422,7 +1353,7 @@ "destination" : [ "obj-27", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 151.0, 689.0, 450.0, 689.0, 450.0, 329.0, 393.0, 329.0, 393.0, 329.0, 54.0, 329.0 ], + "midpoints" : [ 151.0, 674.0, 450.0, 674.0, 450.0, 344.0, 393.0, 344.0, 393.0, 344.0, 54.0, 344.0 ], "source" : [ "obj-33", 0 ] } @@ -1432,7 +1363,7 @@ "destination" : [ "obj-4", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 39.5, 783.5, 25.5, 783.5 ], + "midpoints" : [ 39.5, 762.5, 25.5, 762.5 ], "source" : [ "obj-34", 0 ] } @@ -1469,7 +1400,7 @@ "destination" : [ "obj-29", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 206.0, 620.0, 206.5, 620.0 ], + "midpoints" : [ 206.0, 599.0, 206.5, 599.0 ], "source" : [ "obj-40", 0 ] } @@ -1515,7 +1446,7 @@ "destination" : [ "obj-21", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 98.5, 316.0, 330.25, 316.0, 330.25, 54.0, 51.5, 54.0 ], + "midpoints" : [ 98.5, 330.0, 360.25, 330.0, 360.25, 14.0, 51.5, 14.0 ], "source" : [ "obj-46", 0 ] } @@ -1612,20 +1543,20 @@ } , { "patchline" : { - "destination" : [ "obj-112", 0 ], + "destination" : [ "obj-110", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 388.5, 206.0, 388.5 ], + "midpoints" : [ 53.0, 460.25, 219.0, 460.25 ], "source" : [ "obj-63", 0 ] } } , { "patchline" : { - "destination" : [ "obj-113", 1 ], + "destination" : [ "obj-112", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 417.25, 219.5, 417.25 ], + "midpoints" : [ 53.0, 413.5, 206.0, 413.5 ], "source" : [ "obj-63", 0 ] } @@ -1635,7 +1566,7 @@ "destination" : [ "obj-19", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 417.0, 164.5, 417.0 ], + "midpoints" : [ 53.0, 413.0, 164.5, 413.0 ], "source" : [ "obj-63", 0 ] } @@ -1645,7 +1576,7 @@ "destination" : [ "obj-23", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 451.75, 53.0, 451.75 ], + "midpoints" : [ 53.0, 465.75, 53.0, 465.75 ], "source" : [ "obj-63", 0 ] } @@ -1655,7 +1586,7 @@ "destination" : [ "obj-45", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 491.0, 108.5, 491.0 ], + "midpoints" : [ 53.0, 460.0, 108.5, 460.0 ], "source" : [ "obj-63", 0 ] } @@ -1665,7 +1596,7 @@ "destination" : [ "obj-47", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 53.0, 458.5, 95.0, 458.5 ], + "midpoints" : [ 53.0, 413.5, 95.0, 413.5 ], "source" : [ "obj-63", 0 ] } @@ -1742,7 +1673,7 @@ "destination" : [ "obj-1", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 180.5, 146.5, 366.5, 146.5 ], + "midpoints" : [ 180.5, 145.5, 366.5, 145.5 ], "source" : [ "obj-103", 0 ] } @@ -1780,7 +1711,7 @@ "destination" : [ "obj-1", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 95.5, 146.0, 366.5, 146.0 ], + "midpoints" : [ 95.5, 145.0, 366.5, 145.0 ], "source" : [ "obj-15", 0 ] } @@ -1790,7 +1721,7 @@ "destination" : [ "obj-1", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 235.5, 146.0, 366.5, 146.0 ], + "midpoints" : [ 235.5, 145.0, 366.5, 145.0 ], "source" : [ "obj-17", 0 ] } @@ -1800,7 +1731,7 @@ "destination" : [ "obj-1", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 110.5, 146.5, 366.5, 146.5 ], + "midpoints" : [ 110.5, 145.5, 366.5, 145.5 ], "source" : [ "obj-18", 0 ] } @@ -1828,7 +1759,7 @@ "destination" : [ "obj-1", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.5, 146.5, 366.5, 146.5 ], + "midpoints" : [ 40.5, 145.5, 366.5, 145.5 ], "source" : [ "obj-21", 0 ] }