From c46df633a09323a243a6950d11cdb58431a1d981 Mon Sep 17 00:00:00 2001 From: nino de wit Date: Sun, 13 Dec 2015 22:43:16 +0100 Subject: [PATCH] serious changes --- plugins/modulay/gen_exported.cpp | 140 +-- plugins/modulay/modulay.gendsp | 6 +- plugins/modulay/modulay.maxpat | 14 +- plugins/shiroverb/shiroverb.gendsp | 1323 ++++++++++++----------- plugins/shiroverb/shiroverb.maxpat | 1618 ++++++++++++---------------- 5 files changed, 1489 insertions(+), 1612 deletions(-) diff --git a/plugins/modulay/gen_exported.cpp b/plugins/modulay/gen_exported.cpp index 5202b7b..50f39bf 100644 --- a/plugins/modulay/gen_exported.cpp +++ b/plugins/modulay/gen_exported.cpp @@ -40,8 +40,8 @@ typedef struct State { double m_rate_8; double m_cutoff_10; double m_morph_7; - double m_time_5; - double m_repeats_4; + double m_feedback_5; + double m_time_4; double m_depth_6; double samplerate; double m_y_1; @@ -55,8 +55,8 @@ typedef struct State { m_y_1 = 0; m_delay_2.reset("m_delay_2", 48000); m_delay_3.reset("m_delay_3", 48000); - m_repeats_4 = 75; - m_time_5 = 500; + m_time_4 = 500; + m_feedback_5 = 75; m_depth_6 = 1; m_morph_7 = 50; m_rate_8 = 2; @@ -80,58 +80,58 @@ typedef struct State { return __exception; }; - 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); + double mul_5197 = (m_mix_9 * 0.01); + double mstosamps_5222 = (m_time_4 * (samplerate * 0.001)); + double expr_5204 = safediv(((m_cutoff_10 * 2) * 3.1415926535898), 48000); + double sin_5205 = sin(expr_5204); + double clamp_5206 = ((sin_5205 <= 1e-05) ? 1e-05 : ((sin_5205 >= 0.99999) ? 0.99999 : sin_5205)); + double mul_5201 = (m_feedback_5 * 0.01); + double mul_5225 = (m_morph_7 * -1.4); + double add_5227 = (mul_5225 + 70); + double abs_5226 = fabs(add_5227); + double mul_5199 = (abs_5226 * 0.01); + double mul_5223 = (m_morph_7 * 1.4); + double sub_5224 = (mul_5223 - 70); + double mul_5200 = (sub_5224 * 0.01); + int lt_5234 = (m_morph_7 < 50); + double mul_5238 = (m_morph_7 * -0.6); + double add_5237 = (mul_5238 + 30); + double mul_5233 = (lt_5234 * add_5237); + int gt_5229 = (m_morph_7 > 50); + double mul_5228 = (gt_5229 * m_morph_7); + double mul_5230 = (mul_5228 * -0.6); + double add_5231 = (mul_5230 + 130); + double clamp_5232 = ((add_5231 <= 70) ? 70 : ((add_5231 >= 100) ? 100 : add_5231)); + double mul_5198 = (clamp_5232 * 0.01); // the main sample loop; while ((__n--)) { const double in1 = (*(__in1++)); - double tap_5164 = m_delay_3.read_cubic(mstosamps_5165); - double mix_5193 = (m_y_1 + (clamp_5149 * (tap_5164 - m_y_1))); - double mix_5146 = mix_5193; - 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)); + double tap_5221 = m_delay_3.read_cubic(mstosamps_5222); + double mix_5242 = (m_y_1 + (clamp_5206 * (tap_5221 - m_y_1))); + double mix_5203 = mix_5242; + double mul_5218 = (mix_5203 * mul_5201); + double dcblock_5195 = m_dcblock_11(mul_5218); + double clamp_5196 = ((dcblock_5195 <= -1) ? -1 : ((dcblock_5195 >= 1) ? 1 : dcblock_5195)); m_cycle_12.freq(m_rate_8); - 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; + double cycle_5209 = m_cycle_12(__sinedata); + double cycleindex_5210 = m_cycle_12.phase(); + double add_5208 = (cycle_5209 + 1); + double mul_5207 = (add_5208 * 0.5); + double mul_5211 = (m_depth_6 * mul_5207); + double add_5235 = (mul_5233 + mul_5211); + double mstosamps_5202 = (add_5235 * (samplerate * 0.001)); + double tap_5216 = m_delay_2.read_linear(mstosamps_5202); + double mul_5214 = (tap_5216 * mul_5198); + double mul_5212 = (tap_5216 * mul_5200); + double add_5217 = (mix_5203 + mul_5212); + double mul_5213 = (add_5217 * mul_5199); + double add_5236 = (mul_5213 + mul_5214); + double mul_5219 = (add_5236 * mul_5197); + double out1 = (mul_5219 + in1); + double y0_next_5239 = mix_5203; + m_delay_3.write((clamp_5196 + in1)); + m_delay_2.write(add_5217); + m_y_1 = y0_next_5239; m_delay_2.step(); m_delay_3.step(); // assign results to output buffer; @@ -141,11 +141,11 @@ typedef struct State { return __exception; }; - inline void set_repeats(double _value) { - m_repeats_4 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); - }; inline void set_time(double _value) { - m_time_5 = (_value < 20 ? 20 : (_value > 1000 ? 1000 : _value)); + m_time_4 = (_value < 20 ? 20 : (_value > 1000 ? 1000 : _value)); + }; + inline void set_feedback(double _value) { + m_feedback_5 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); }; inline void set_depth(double _value) { m_depth_6 = (_value < 0 ? 0 : (_value > 5 ? 5 : _value)); @@ -203,8 +203,8 @@ void reset(CommonState *cself) { void setparameter(CommonState *cself, long index, double value, void *ref) { State * self = (State *)cself; switch (index) { - case 0: self->set_repeats(value); break; - case 1: self->set_time(value); break; + case 0: self->set_time(value); break; + case 1: self->set_feedback(value); break; case 2: self->set_depth(value); break; case 3: self->set_morph(value); break; case 4: self->set_rate(value); break; @@ -220,8 +220,8 @@ void setparameter(CommonState *cself, long index, double value, void *ref) { void getparameter(CommonState *cself, long index, double *value) { State *self = (State *)cself; switch (index) { - case 0: *value = self->m_repeats_4; break; - case 1: *value = self->m_time_5; break; + case 0: *value = self->m_time_4; break; + case 1: *value = self->m_feedback_5; break; case 2: *value = self->m_depth_6; break; case 3: *value = self->m_morph_7; break; case 4: *value = self->m_rate_8; break; @@ -246,32 +246,32 @@ void * create(double sr, long vs) { self->__commonstate.vs = vs; self->__commonstate.params = (ParamInfo *)genlib_sysmem_newptr(7 * sizeof(ParamInfo)); self->__commonstate.numparams = 7; - // initialize parameter 0 ("m_repeats_4") + // initialize parameter 0 ("m_time_4") pi = self->__commonstate.params + 0; - pi->name = "repeats"; + pi->name = "time"; pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_repeats_4; + pi->defaultvalue = self->m_time_4; pi->defaultref = 0; pi->hasinputminmax = false; pi->inputmin = 0; pi->inputmax = 1; pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 100; + pi->outputmin = 20; + pi->outputmax = 1000; pi->exp = 0; pi->units = ""; // no units defined - // initialize parameter 1 ("m_time_5") + // initialize parameter 1 ("m_feedback_5") pi = self->__commonstate.params + 1; - pi->name = "time"; + pi->name = "feedback"; pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_time_5; + pi->defaultvalue = self->m_feedback_5; pi->defaultref = 0; pi->hasinputminmax = false; pi->inputmin = 0; pi->inputmax = 1; pi->hasminmax = true; - pi->outputmin = 20; - pi->outputmax = 1000; + pi->outputmin = 0; + pi->outputmax = 100; pi->exp = 0; pi->units = ""; // no units defined // initialize parameter 2 ("m_depth_6") diff --git a/plugins/modulay/modulay.gendsp b/plugins/modulay/modulay.gendsp index 72b1f07..548d79b 100644 --- a/plugins/modulay/modulay.gendsp +++ b/plugins/modulay/modulay.gendsp @@ -625,8 +625,8 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 103.0, 202.0, 211.0, 20.0 ], - "text" : "param repeats 75 @min 0 @max 100" + "patching_rect" : [ 103.0, 202.0, 220.0, 20.0 ], + "text" : "param feedback 75 @min 0 @max 100" } } @@ -830,7 +830,7 @@ "destination" : [ "obj-24", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.0, 254.0, 11.0, 254.0, 11.0, 194.0, 40.0, 194.0 ], + "midpoints" : [ 40.0, 254.0, 13.0, 254.0, 13.0, 194.0, 40.0, 194.0 ], "source" : [ "obj-15", 0 ] } diff --git a/plugins/modulay/modulay.maxpat b/plugins/modulay/modulay.maxpat index 8d52450..39aa440 100644 --- a/plugins/modulay/modulay.maxpat +++ b/plugins/modulay/modulay.maxpat @@ -232,7 +232,7 @@ "numoutlets" : 2, "outlettype" : [ "float", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 86.0, 46.0, 50.0, 20.0 ] + "patching_rect" : [ 76.0, 46.0, 50.0, 20.0 ] } } @@ -275,8 +275,8 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 86.0, 71.0, 67.0, 18.0 ], - "text" : "repeats $1" + "patching_rect" : [ 76.0, 71.0, 76.0, 18.0 ], + "text" : "feedback $1" } } @@ -964,8 +964,8 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 103.0, 202.0, 211.0, 20.0 ], - "text" : "param repeats 75 @min 0 @max 100" + "patching_rect" : [ 103.0, 202.0, 220.0, 20.0 ], + "text" : "param feedback 75 @min 0 @max 100" } } @@ -1169,7 +1169,7 @@ "destination" : [ "obj-24", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 40.0, 254.0, 11.0, 254.0, 11.0, 194.0, 40.0, 194.0 ], + "midpoints" : [ 40.0, 254.0, 13.0, 254.0, 13.0, 194.0, 40.0, 194.0 ], "source" : [ "obj-15", 0 ] } @@ -1711,7 +1711,7 @@ "destination" : [ "obj-1", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 95.5, 145.0, 366.5, 145.0 ], + "midpoints" : [ 85.5, 145.0, 366.5, 145.0 ], "source" : [ "obj-15", 0 ] } diff --git a/plugins/shiroverb/shiroverb.gendsp b/plugins/shiroverb/shiroverb.gendsp index e1b3a96..2967169 100644 --- a/plugins/shiroverb/shiroverb.gendsp +++ b/plugins/shiroverb/shiroverb.gendsp @@ -29,6 +29,48 @@ "digest" : "", "tags" : "", "boxes" : [ { + "box" : { + "fontname" : "Arial", + "fontsize" : 12.0, + "id" : "obj-171", + "maxclass" : "newobj", + "numinlets" : 0, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 15.5, 201.0, 63.0, 20.0 ], + "text" : "float 4800" + } + + } +, { + "box" : { + "fontname" : "Arial", + "fontsize" : 12.0, + "id" : "obj-159", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 697.0, 1145.0, 42.0, 20.0 ], + "text" : "* 0.01" + } + + } +, { + "box" : { + "fontname" : "Arial", + "fontsize" : 12.0, + "id" : "obj-158", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 914.0, 731.0, 35.0, 20.0 ], + "text" : "* 3.6" + } + + } +, { "box" : { "fontname" : "Arial", "fontsize" : 12.0, @@ -37,7 +79,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 666.0, 46.0, 20.0 ], + "patching_rect" : [ 152.833328, 577.0, 46.0, 20.0 ], "text" : "mix" } @@ -51,7 +93,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 566.0, 170.0, 20.0 ], + "patching_rect" : [ 179.833328, 477.0, 170.0, 20.0 ], "text" : "expr out=in1*2*PI/samplerate\\;" } @@ -65,7 +107,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 641.0, 72.0, 20.0 ], + "patching_rect" : [ 152.833328, 552.0, 72.0, 20.0 ], "text" : "history y0 0" } @@ -79,7 +121,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 591.0, 26.0, 20.0 ], + "patching_rect" : [ 179.833328, 502.0, 26.0, 20.0 ], "text" : "sin" } @@ -93,7 +135,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 616.0, 125.0, 20.0 ], + "patching_rect" : [ 179.833328, 527.0, 125.0, 20.0 ], "text" : "clip 0.00001 0.99999" } @@ -108,7 +150,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 540.0, 220.0, 20.0 ], + "patching_rect" : [ 179.833328, 451.0, 220.0, 20.0 ], "text" : "param cutoff 3000 @min 0 @max 6000" } @@ -122,7 +164,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 709.833313, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -136,7 +178,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 559.0, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -150,7 +192,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 408.166656, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -164,7 +206,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 257.333313, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -178,7 +220,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 709.833313, 96.0, 40.0, 20.0 ], "text" : "sah 0" } @@ -192,7 +234,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 709.833313, 121.0, 46.0, 20.0 ], "text" : "history" } @@ -206,7 +248,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 559.0, 96.0, 40.0, 20.0 ], "text" : "sah 0" } @@ -220,7 +262,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 559.0, 121.0, 46.0, 20.0 ], "text" : "history" } @@ -234,7 +276,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 408.166656, 96.0, 40.0, 20.0 ], "text" : "sah 0" } @@ -248,7 +290,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 408.166656, 121.0, 46.0, 20.0 ], "text" : "history" } @@ -262,13 +304,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 257.333313, 96.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-24", @@ -276,7 +319,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 187.333328, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 187.333328, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -290,13 +333,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 257.333313, 121.0, 46.0, 20.0 ], "text" : "history" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-15", @@ -304,13 +348,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 618.833313, 261.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-16", @@ -318,13 +363,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 468.0, 261.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-68", @@ -332,13 +378,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 317.166656, 261.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-73", @@ -346,7 +393,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 166.333328, 261.0, 32.5, 20.0 ], "text" : "*" } @@ -360,7 +407,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 709.833313, 41.0, 30.0, 20.0 ], "text" : "abs" } @@ -374,7 +421,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 559.0, 41.0, 30.0, 20.0 ], "text" : "abs" } @@ -388,7 +435,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 408.166656, 41.0, 30.0, 20.0 ], "text" : "abs" } @@ -402,25 +449,10 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 257.333313, 41.0, 30.0, 20.0 ], "text" : "abs" } - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-55", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 514.833313, 16.0, 221.0, 20.0 ], - "text" : "param blur 0.25 @min 0.01 @max 0.25" - } - } , { "box" : { @@ -428,16 +460,17 @@ "fontsize" : 12.0, "id" : "obj-47", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 709.833313, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-49", @@ -445,13 +478,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 618.833313, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-50", @@ -459,7 +493,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 639.833313, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -470,16 +504,17 @@ "fontsize" : 12.0, "id" : "obj-21", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 559.0, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-53", @@ -487,13 +522,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 468.0, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-54", @@ -501,7 +537,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 489.0, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 489.0, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -512,16 +548,17 @@ "fontsize" : 12.0, "id" : "obj-26", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 408.166656, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-28", @@ -529,13 +566,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 317.166656, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-29", @@ -543,7 +581,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 338.166656, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 338.166656, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -554,16 +592,17 @@ "fontsize" : 12.0, "id" : "obj-25", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 257.333313, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-23", @@ -571,13 +610,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 166.333328, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-65", @@ -585,13 +625,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 632.333313, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-66", @@ -599,13 +640,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 481.5, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-22", @@ -613,13 +655,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 330.666656, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-36", @@ -627,13 +670,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 179.833328, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-37", @@ -641,13 +685,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 618.833313, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-38", @@ -655,13 +700,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 632.333313, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-39", @@ -669,13 +715,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 632.333313, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-46", @@ -683,13 +730,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 632.333313, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-60", @@ -697,7 +745,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 709.833313, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -711,13 +759,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 201.0, 44.0, 20.0 ], + "patching_rect" : [ 709.833313, 151.0, 44.0, 20.0 ], "text" : "+ 0.75" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-70", @@ -725,13 +774,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 468.0, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-71", @@ -739,13 +789,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 481.5, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-75", @@ -753,13 +804,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 481.5, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-76", @@ -767,13 +819,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 481.5, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-78", @@ -781,7 +834,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 559.0, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -795,7 +848,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 201.0, 38.0, 20.0 ], + "patching_rect" : [ 559.0, 151.0, 38.0, 20.0 ], "text" : "+ 0.5" } @@ -806,11 +859,11 @@ "fontsize" : 12.0, "id" : "obj-82", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 136.0, 32.5, 20.0 ], - "text" : "/" + "patching_rect" : [ 15.5, 96.0, 37.0, 20.0 ], + "text" : "/ 100" } } @@ -823,7 +876,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 101.0, 45.0, 20.0 ], + "patching_rect" : [ 15.5, 66.0, 45.0, 20.0 ], "text" : "* 1000" } @@ -837,7 +890,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 76.0, 31.0, 20.0 ], + "patching_rect" : [ 15.5, 41.0, 31.0, 20.0 ], "text" : "!- 1." } @@ -852,13 +905,14 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 41.0, 191.0, 20.0 ], + "patching_rect" : [ 15.5, 16.0, 191.0, 20.0 ], "text" : "param ratio 2. @min 0.5 @max 2." } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-93", @@ -866,13 +920,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 317.166656, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-94", @@ -880,13 +935,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 166.333328, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-96", @@ -894,13 +950,14 @@ "numinlets" : 5, "numoutlets" : 4, "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 15.5, 356.0, 622.333313, 20.0 ], + "patching_rect" : [ 15.5, 286.0, 622.333313, 20.0 ], "text" : "delay 96000 4" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-97", @@ -908,13 +965,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 330.666656, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-99", @@ -922,13 +980,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 330.666656, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-101", @@ -936,13 +995,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 330.666656, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-103", @@ -950,7 +1010,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 408.166656, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -964,42 +1024,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 201.0, 44.0, 20.0 ], + "patching_rect" : [ 408.166656, 151.0, 44.0, 20.0 ], "text" : "+ 0.25" } } , { "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-108", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 251.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-109", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 16.0, 241.0, 20.0 ], - "text" : "param window 100. @min 0.1 @max 1000." - } - - } -, { - "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-110", @@ -1007,13 +1039,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 179.833328, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-111", @@ -1021,13 +1054,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 179.833328, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-113", @@ -1035,13 +1069,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 179.833328, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-115", @@ -1049,7 +1084,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 257.333313, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -1063,7 +1098,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 201.0, 31.0, 20.0 ], + "patching_rect" : [ 257.333313, 151.0, 31.0, 20.0 ], "text" : "+ 0." } @@ -1077,7 +1112,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 161.0, 47.0, 20.0 ], + "patching_rect" : [ 15.5, 121.0, 47.0, 20.0 ], "text" : "phasor" } @@ -1091,7 +1126,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 321.0, 30.0, 20.0 ], + "patching_rect" : [ 15.5, 261.0, 30.0, 20.0 ], "text" : "in 1" } @@ -1105,7 +1140,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 703.0, 590.0, 30.0, 20.0 ], + "patching_rect" : [ 676.0, 481.0, 30.0, 20.0 ], "text" : "in 1" } @@ -1119,7 +1154,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.416626, 647.0, 46.0, 20.0 ], + "patching_rect" : [ 811.416626, 511.0, 46.0, 20.0 ], "text" : "mix" } @@ -1134,7 +1169,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 838.416626, 590.0, 214.0, 20.0 ], + "patching_rect" : [ 838.416626, 481.0, 214.0, 20.0 ], "text" : "param shimmer 0.5 @min 0. @max 1." } @@ -1148,7 +1183,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1912.0, 32.5, 20.0 ], + "patching_rect" : [ 849.500061, 1619.0, 32.5, 20.0 ], "text" : "*" } @@ -1163,7 +1198,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 962.0, 1877.0, 186.0, 20.0 ], + "patching_rect" : [ 863.000061, 1589.0, 186.0, 20.0 ], "text" : "param mix 0.5 @min 0. @max 1." } @@ -1177,7 +1212,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1502.0, 32.5, 20.0 ], + "patching_rect" : [ 241.0, 1264.0, 32.5, 20.0 ], "text" : "+" } @@ -1191,7 +1226,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 677.0, 50.0, 20.0 ], + "patching_rect" : [ 811.0, 541.0, 50.0, 20.0 ], "text" : "* 0.707" } @@ -1205,7 +1240,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1547.0, 32.5, 20.0 ], + "patching_rect" : [ 616.0, 1304.0, 32.5, 20.0 ], "text" : "+" } @@ -1219,7 +1254,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1111.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 1107.333374, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1233,7 +1268,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 958.5, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1247,7 +1282,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1261,7 +1296,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1275,7 +1310,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 467.0, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1289,7 +1324,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 317.0, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1303,7 +1338,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 167.0, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1317,7 +1352,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 17.000004, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1331,7 +1366,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1912.0, 32.5, 20.0 ], + "patching_rect" : [ 475.0, 1619.0, 32.5, 20.0 ], "text" : "*" } @@ -1345,7 +1380,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1547.0, 32.5, 20.0 ], + "patching_rect" : [ 241.0, 1304.0, 32.5, 20.0 ], "text" : "+" } @@ -1359,7 +1394,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1036.0, 1472.0, 32.5, 20.0 ], + "patching_rect" : [ 1034.5, 1235.0, 32.5, 20.0 ], "text" : "-" } @@ -1373,7 +1408,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1472.0, 32.5, 20.0 ], + "patching_rect" : [ 241.0, 1234.0, 32.5, 20.0 ], "text" : "-" } @@ -1387,7 +1422,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1261.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 1256.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1401,7 +1436,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1111.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 1107.333374, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1415,7 +1450,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 958.5, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1429,25 +1464,10 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 810.0, 1175.0, 32.5, 20.0 ], "text" : "*" } - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-275", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1306.0, 1352.0, 200.0, 20.0 ], - "text" : "param early 0.25 @min 0. @max 1." - } - } , { "box" : { @@ -1458,7 +1478,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 467.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1472,7 +1492,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1486,7 +1506,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1500,7 +1520,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 17.000004, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1514,7 +1534,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1277.0, 28.0, 20.0 ], + "patching_rect" : [ 317.0, 1046.0, 28.0, 20.0 ], "text" : "!- 0" } @@ -1528,7 +1548,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 467.0, 1021.0, 32.5, 20.0 ], "text" : "+" } @@ -1542,7 +1562,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 1021.0, 32.5, 20.0 ], "text" : "+" } @@ -1556,7 +1576,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 1021.0, 32.5, 20.0 ], "text" : "-" } @@ -1570,7 +1590,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 382.5, 991.0, 32.5, 20.0 ], "text" : "-" } @@ -1584,7 +1604,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 17.000004, 1021.0, 32.5, 20.0 ], "text" : "-" } @@ -1598,7 +1618,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 991.0, 32.5, 20.0 ], "text" : "+" } @@ -1612,7 +1632,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 106.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 991.0, 32.5, 20.0 ], "text" : "-" } @@ -1626,7 +1646,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 17.000004, 991.0, 32.5, 20.0 ], "text" : "+" } @@ -1640,7 +1660,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 496.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 497.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -1654,7 +1674,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 346.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 347.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -1668,7 +1688,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 197.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -1682,7 +1702,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 46.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 47.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -1696,7 +1716,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 481.0, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -1710,7 +1730,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 467.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -1724,7 +1744,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 526.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 518.0, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -1738,7 +1758,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 467.0, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -1752,7 +1772,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 467.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -1766,7 +1786,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 331.0, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -1780,7 +1800,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -1794,7 +1814,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 376.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 368.0, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -1808,7 +1828,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 317.0, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -1822,7 +1842,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 317.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -1836,7 +1856,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 181.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 181.0, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -1850,7 +1870,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -1864,7 +1884,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 226.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 218.499969, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -1878,7 +1898,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 167.0, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -1892,7 +1912,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 167.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -1906,7 +1926,7 @@ "numinlets" : 5, "numoutlets" : 4, "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 811.0, 1157.0, 465.0, 20.0 ], + "patching_rect" : [ 809.5, 876.0, 465.0, 20.0 ], "text" : "delay 48000 4" } @@ -1919,7 +1939,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 916.0, 1947.0, 38.0, 20.0 ], + "patching_rect" : [ 849.500061, 1649.0, 38.0, 20.0 ], "text" : "out 2" } @@ -1932,7 +1952,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 406.0, 1947.0, 38.0, 20.0 ], + "patching_rect" : [ 475.0, 1649.0, 38.0, 20.0 ], "text" : "out 1" } @@ -1946,7 +1966,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1261.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 1256.0, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -1960,7 +1980,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1276.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 1269.0, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -1974,7 +1994,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1111.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 1107.333374, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -1988,7 +2008,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1126.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 1120.333374, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -2002,7 +2022,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 959.0, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -2016,7 +2036,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 976.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 972.5, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -2030,7 +2050,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 810.0, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -2044,7 +2064,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 826.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 823.5, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -2058,7 +2078,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1276.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 1269.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2072,7 +2092,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1126.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 1120.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2086,7 +2106,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 976.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 972.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2100,7 +2120,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 826.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 824.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2114,7 +2134,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1126.0, 1097.0, 50.0, 20.0 ], + "patching_rect" : [ 1120.5, 821.0, 50.0, 20.0 ], "text" : "* 0.155" } @@ -2128,7 +2148,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 976.0, 1097.0, 36.0, 20.0 ], + "patching_rect" : [ 972.5, 821.0, 36.0, 20.0 ], "text" : "* 0.3" } @@ -2142,7 +2162,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 826.0, 1097.0, 43.0, 20.0 ], + "patching_rect" : [ 824.5, 821.0, 43.0, 20.0 ], "text" : "* 0.41" } @@ -2156,7 +2176,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 946.0, 1667.0, 49.0, 20.0 ], + "patching_rect" : [ 935.500061, 1394.0, 49.0, 20.0 ], "text" : "!- 1341" } @@ -2170,7 +2190,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 901.0, 1667.0, 32.5, 20.0 ], + "patching_rect" : [ 820.0, 1394.0, 32.5, 20.0 ], "text" : "!-" } @@ -2184,7 +2204,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 901.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 820.0, 1364.0, 42.0, 20.0 ], "text" : "+ 369" } @@ -2198,7 +2218,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 946.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 935.500061, 1364.0, 42.0, 20.0 ], "text" : "+ 931" } @@ -2212,7 +2232,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 946.0, 1607.0, 74.0, 20.0 ], + "patching_rect" : [ 935.500061, 1334.0, 74.0, 20.0 ], "text" : "* -0.380445" } @@ -2226,7 +2246,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 1667.0, 42.0, 20.0 ], + "patching_rect" : [ 694.5, 1394.0, 42.0, 20.0 ], "text" : "+ 159" } @@ -2240,7 +2260,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 1607.0, 74.0, 20.0 ], + "patching_rect" : [ 694.5, 1334.0, 74.0, 20.0 ], "text" : "* -0.568366" } @@ -2254,7 +2274,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 849.500061, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2268,7 +2288,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 849.500061, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2282,7 +2302,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 849.500061, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2296,7 +2316,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 931.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 863.000061, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2310,7 +2330,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 863.000061, 1449.0, 78.0, 20.0 ], "text" : "delay 12000" } @@ -2324,7 +2344,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 991.000061, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 922.000061, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2338,7 +2358,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 766.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 733.5, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2352,7 +2372,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 766.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 733.5, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2366,7 +2386,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 766.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 733.5, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2380,7 +2400,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 781.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 747.0, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2394,7 +2414,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 747.0, 1449.0, 78.0, 20.0 ], "text" : "delay 16000" } @@ -2408,7 +2428,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 841.0, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 806.0, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2422,7 +2442,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 615.5, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2436,7 +2456,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1847.0, 43.0, 20.0 ], + "patching_rect" : [ 615.5, 1534.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -2450,7 +2470,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 615.5, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2464,7 +2484,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 631.0, 1787.0, 43.0, 20.0 ], + "patching_rect" : [ 629.0, 1479.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -2478,7 +2498,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 661.0, 1757.0, 71.0, 20.0 ], + "patching_rect" : [ 629.0, 1449.0, 71.0, 20.0 ], "text" : "delay 7000" } @@ -2492,7 +2512,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 691.0, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 681.0, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2506,7 +2526,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1667.0, 49.0, 20.0 ], + "patching_rect" : [ 561.0, 1394.0, 49.0, 20.0 ], "text" : "!- 1341" } @@ -2520,7 +2540,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1667.0, 32.5, 20.0 ], + "patching_rect" : [ 446.0, 1394.0, 32.5, 20.0 ], "text" : "!-" } @@ -2534,7 +2554,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 446.0, 1364.0, 42.0, 20.0 ], "text" : "+ 369" } @@ -2548,7 +2568,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 561.0, 1364.0, 42.0, 20.0 ], "text" : "+ 931" } @@ -2562,7 +2582,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1607.0, 70.0, 20.0 ], + "patching_rect" : [ 561.0, 1334.0, 70.0, 20.0 ], "text" : "* 0.376623" } @@ -2576,7 +2596,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 474.500061, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2590,7 +2610,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 474.500061, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2604,7 +2624,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 474.500061, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2618,7 +2638,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 421.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 488.000061, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2632,7 +2652,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 451.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 488.000061, 1449.0, 78.0, 20.0 ], "text" : "delay 10000" } @@ -2646,7 +2666,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.000061, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 547.000061, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2660,7 +2680,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 256.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 359.5, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2674,7 +2694,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 256.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 359.5, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2688,7 +2708,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 256.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 359.5, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2702,7 +2722,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 271.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 373.0, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2716,7 +2736,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 373.0, 1449.0, 78.0, 20.0 ], "text" : "delay 15000" } @@ -2730,7 +2750,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 432.0, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2744,7 +2764,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 195.999969, 1667.0, 42.0, 20.0 ], + "patching_rect" : [ 319.999969, 1394.0, 42.0, 20.0 ], "text" : "+ 159" } @@ -2758,7 +2778,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 195.999969, 1607.0, 70.0, 20.0 ], + "patching_rect" : [ 319.999969, 1334.0, 70.0, 20.0 ], "text" : "* 0.125541" } @@ -2772,7 +2792,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 105.999969, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 240.999969, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2786,7 +2806,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 105.999969, 1847.0, 43.0, 20.0 ], + "patching_rect" : [ 240.999969, 1534.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -2800,7 +2820,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 105.999969, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 241.499969, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2814,7 +2834,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 120.999969, 1787.0, 43.0, 20.0 ], + "patching_rect" : [ 254.999969, 1479.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -2828,7 +2848,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 150.999969, 1757.0, 71.0, 20.0 ], + "patching_rect" : [ 254.999969, 1449.0, 71.0, 20.0 ], "text" : "delay 5000" } @@ -2842,7 +2862,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 180.999969, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 306.999969, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2856,7 +2876,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 917.0, 64.0, 20.0 ], + "patching_rect" : [ 811.0, 769.0, 64.0, 20.0 ], "text" : "+" } @@ -2870,7 +2890,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 887.0, 43.0, 20.0 ], + "patching_rect" : [ 811.0, 731.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -2884,7 +2904,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 857.0, 32.5, 20.0 ], + "patching_rect" : [ 811.0, 691.0, 32.5, 20.0 ], "text" : "-" } @@ -2898,7 +2918,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 825.0, 827.0, 43.0, 20.0 ], + "patching_rect" : [ 825.0, 661.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -2912,7 +2932,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 797.0, 71.0, 20.0 ], + "patching_rect" : [ 856.0, 631.0, 71.0, 20.0 ], "text" : "delay 6000" } @@ -2926,7 +2946,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 908.0, 767.0, 70.0, 20.0 ], + "patching_rect" : [ 908.0, 601.0, 70.0, 20.0 ], "text" : "* 0.110732" } @@ -2940,7 +2960,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 1667.0, 24.0, 20.0 ], + "patching_rect" : [ 646.0, 1394.0, 24.0, 20.0 ], "text" : "int" } @@ -2954,7 +2974,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 1637.0, 70.0, 20.0 ], + "patching_rect" : [ 646.0, 1364.0, 70.0, 20.0 ], "text" : "* 0.000527" } @@ -2968,7 +2988,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 30.999996, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -2982,7 +3002,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 17.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -2996,7 +3016,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 526.0, 962.0, 63.0, 20.0 ], + "patching_rect" : [ 526.0, 821.0, 63.0, 20.0 ], "text" : "* 0.63245" } @@ -3010,7 +3030,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 376.0, 962.0, 57.0, 20.0 ], + "patching_rect" : [ 376.0, 821.0, 57.0, 20.0 ], "text" : "* 0.7071" } @@ -3024,7 +3044,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 226.0, 962.0, 63.0, 20.0 ], + "patching_rect" : [ 226.0, 821.0, 63.0, 20.0 ], "text" : "* 0.81649" } @@ -3038,7 +3058,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 76.0, 962.0, 26.0, 20.0 ], + "patching_rect" : [ 76.0, 821.0, 26.0, 20.0 ], "text" : "* 1" } @@ -3053,7 +3073,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1096.0, 1007.0, 240.0, 33.0 ], + "patching_rect" : [ 914.0, 756.0, 240.0, 33.0 ], "text" : "expr pow(pow(10\\,-60/20)\\,1./(in1*samplerate))" } @@ -3067,7 +3087,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 76.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 68.0, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -3081,7 +3101,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 17.000004, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -3095,7 +3115,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 17.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -3109,7 +3129,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 908.0, 722.0, 47.0, 20.0 ], + "patching_rect" : [ 861.416626, 571.0, 47.0, 20.0 ], "text" : "history" } @@ -3123,7 +3143,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 722.0, 46.0, 20.0 ], + "patching_rect" : [ 811.0, 571.0, 46.0, 20.0 ], "text" : "mix" } @@ -3137,7 +3157,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 931.0, 677.0, 28.0, 20.0 ], + "patching_rect" : [ 861.416626, 541.0, 28.0, 20.0 ], "text" : "!- 1" } @@ -3151,26 +3171,10 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 737.0, 144.0, 20.0 ], + "patching_rect" : [ 646.0, 571.0, 144.0, 20.0 ], "text" : "expr in1*samplerate/340" } - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-10", - "linecount" : 2, - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 541.0, 1352.0, 118.5, 33.0 ], - "text" : "param tail 0.25 @min 0. @max 1." - } - } , { "box" : { @@ -3182,7 +3186,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 931.0, 647.0, 191.0, 20.0 ], + "patching_rect" : [ 861.416626, 511.0, 191.0, 20.0 ], "text" : "param tone 0.5 @min 0. @max 1." } @@ -3197,7 +3201,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 1547.0, 218.0, 20.0 ], + "patching_rect" : [ 935.500061, 1304.0, 218.0, 20.0 ], "text" : "param spread 25. @min 0. @max 100." } @@ -3212,7 +3216,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.0, 917.0, 220.0, 20.0 ], + "patching_rect" : [ 494.0, 931.0, 220.0, 20.0 ], "text" : "param damping 0.75 @min 0. @max 1." } @@ -3227,8 +3231,8 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1096.0, 917.0, 226.0, 20.0 ], - "text" : "param decay 180. @min 0.1 @max 360." + "patching_rect" : [ 914.0, 661.0, 220.0, 20.0 ], + "text" : "param decay 180 @min 0.1 @max 100" } } @@ -3242,7 +3246,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 540.0, 243.0, 20.0 ], + "patching_rect" : [ 646.0, 451.0, 243.0, 20.0 ], "text" : "param roomsize 150. @min 0.1 @max 300." } @@ -3256,46 +3260,6 @@ "source" : [ "obj-1", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-266", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 39.000004, 1391.5 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-267", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 189.0, 1391.5 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-269", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 489.0, 1391.5 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-270", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 339.0, 1391.5 ], - "source" : [ "obj-10", 0 ] - } - } , { "patchline" : { @@ -3308,7 +3272,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-99", 0 ], "disabled" : 0, "hidden" : 0, @@ -3330,35 +3294,40 @@ "destination" : [ "obj-106", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 369.0, 1525.0, 356.0, 1525.0, 356.0, 1444.0, 382.5, 1444.0 ], "source" : [ "obj-102", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-101", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 417.666656, 281.0, 340.166656, 281.0 ], "source" : [ "obj-103", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-29", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 417.666656, 198.0, 347.666656, 198.0 ], "source" : [ "obj-103", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-68", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 417.666656, 255.0, 340.166656, 255.0 ], "source" : [ "obj-103", 0 ] } @@ -3395,6 +3364,7 @@ "destination" : [ "obj-98", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 382.5, 1471.0, 344.0, 1471.0, 344.0, 1561.0, 395.0, 1561.0 ], "source" : [ "obj-106", 0 ] } @@ -3407,70 +3377,6 @@ "source" : [ "obj-107", 0 ] } - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 175.833328, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-28", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 326.666656, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-49", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 628.333313, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 477.5, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-108", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-82", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - } , { "patchline" : { @@ -3478,7 +3384,7 @@ "destination" : [ "obj-191", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 956.5, 1135.5, 956.5 ], + "midpoints" : [ 655.5, 812.5, 1130.0, 812.5 ], "source" : [ "obj-11", 0 ] } @@ -3489,7 +3395,7 @@ "destination" : [ "obj-192", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 956.5, 985.5, 956.5 ], + "midpoints" : [ 655.5, 812.5, 982.0, 812.5 ], "source" : [ "obj-11", 0 ] } @@ -3500,7 +3406,7 @@ "destination" : [ "obj-193", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 956.5, 835.5, 956.5 ], + "midpoints" : [ 655.5, 812.5, 834.0, 812.5 ], "source" : [ "obj-11", 0 ] } @@ -3511,7 +3417,7 @@ "destination" : [ "obj-197", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 955.394897, 1285.5, 955.394897 ], + "midpoints" : [ 655.5, 812.394897, 1279.0, 812.394897 ], "source" : [ "obj-11", 0 ] } @@ -3522,7 +3428,7 @@ "destination" : [ "obj-40", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 954.166504, 85.5, 954.166504 ], + "midpoints" : [ 655.5, 811.166504, 85.5, 811.166504 ], "source" : [ "obj-11", 0 ] } @@ -3533,7 +3439,7 @@ "destination" : [ "obj-41", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 954.166504, 235.5, 954.166504 ], + "midpoints" : [ 655.5, 811.166504, 235.5, 811.166504 ], "source" : [ "obj-11", 0 ] } @@ -3544,7 +3450,7 @@ "destination" : [ "obj-42", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 955.630615, 535.5, 955.630615 ], + "midpoints" : [ 655.5, 811.630615, 535.5, 811.630615 ], "source" : [ "obj-11", 0 ] } @@ -3555,7 +3461,7 @@ "destination" : [ "obj-43", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 952.702393, 385.5, 952.702393 ], + "midpoints" : [ 655.5, 811.702393, 385.5, 811.702393 ], "source" : [ "obj-11", 0 ] } @@ -3566,7 +3472,7 @@ "destination" : [ "obj-51", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1226.5, 655.5, 1226.5 ], + "midpoints" : [ 655.5, 977.0, 655.5, 977.0 ], "source" : [ "obj-11", 0 ] } @@ -3577,24 +3483,25 @@ "destination" : [ "obj-62", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 761.679504, 917.5, 761.679504 ], + "midpoints" : [ 655.5, 595.5, 917.5, 595.5 ], "source" : [ "obj-11", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-36", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 189.333328, 385.5, 202.833328, 385.5 ], "source" : [ "obj-110", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-36", 0 ], "disabled" : 0, "hidden" : 0, @@ -3604,7 +3511,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-110", 0 ], "disabled" : 0, "hidden" : 0, @@ -3623,7 +3530,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-111", 0 ], "disabled" : 0, "hidden" : 0, @@ -3642,29 +3549,33 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-113", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 266.833313, 282.5, 189.333328, 282.5 ], "source" : [ "obj-115", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-24", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 266.833313, 198.0, 196.833328, 198.0 ], "source" : [ "obj-115", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-73", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 266.833313, 255.0, 189.333328, 255.0 ], "source" : [ "obj-115", 0 ] } @@ -3683,6 +3594,7 @@ "destination" : [ "obj-120", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 484.000061, 1525.0, 471.0, 1525.0, 471.0, 1444.0, 497.500061, 1444.0 ], "source" : [ "obj-116", 0 ] } @@ -3701,7 +3613,7 @@ "destination" : [ "obj-104", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 397.666656, 190.5 ], + "midpoints" : [ 25.0, 146.5, 417.666656, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -3711,7 +3623,7 @@ "destination" : [ "obj-117", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 246.833328, 190.5 ], + "midpoints" : [ 25.0, 146.5, 266.833313, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -3721,7 +3633,7 @@ "destination" : [ "obj-69", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 699.333313, 190.5 ], + "midpoints" : [ 25.0, 146.5, 719.333313, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -3731,7 +3643,7 @@ "destination" : [ "obj-80", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 548.5, 190.5 ], + "midpoints" : [ 25.0, 146.5, 568.5, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -3759,6 +3671,7 @@ "destination" : [ "obj-112", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 497.500061, 1471.0, 459.0, 1471.0, 459.0, 1561.0, 510.000061, 1561.0 ], "source" : [ "obj-120", 0 ] } @@ -3804,6 +3717,7 @@ "destination" : [ "obj-129", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 570.5, 1388.5, 469.0, 1388.5 ], "source" : [ "obj-125", 0 ] } @@ -3885,6 +3799,7 @@ "destination" : [ "obj-141", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 859.000061, 1525.0, 846.0, 1525.0, 846.0, 1444.0, 872.500061, 1444.0 ], "source" : [ "obj-137", 0 ] } @@ -3894,7 +3809,7 @@ "destination" : [ "obj-17", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 940.5, 709.0, 847.5, 709.0 ], + "midpoints" : [ 870.916626, 565.5, 847.5, 565.5 ], "source" : [ "obj-14", 0 ] } @@ -3913,6 +3828,7 @@ "destination" : [ "obj-134", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 872.500061, 1471.0, 834.0, 1471.0, 834.0, 1561.0, 885.000061, 1561.0 ], "source" : [ "obj-141", 0 ] } @@ -3940,6 +3856,7 @@ "destination" : [ "obj-137", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 743.0, 1593.0, 817.5, 1593.0, 817.5, 1494.0, 859.000061, 1494.0 ], "source" : [ "obj-144", 0 ] } @@ -3967,13 +3884,14 @@ "destination" : [ "obj-151", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 743.0, 1525.0, 720.0, 1525.0, 720.0, 1444.0, 756.5, 1444.0 ], "source" : [ "obj-147", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 4 ], "disabled" : 0, "hidden" : 0, @@ -3995,6 +3913,7 @@ "destination" : [ "obj-144", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 756.5, 1471.0, 720.0, 1471.0, 720.0, 1561.0, 769.0, 1561.0 ], "source" : [ "obj-151", 0 ] } @@ -4022,6 +3941,7 @@ "destination" : [ "obj-147", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 625.0, 1593.0, 697.0, 1593.0, 697.0, 1494.0, 743.0, 1494.0 ], "source" : [ "obj-154", 0 ] } @@ -4040,6 +3960,7 @@ "destination" : [ "obj-156", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 625.0, 1525.0, 625.0, 1525.0 ], "source" : [ "obj-157", 0 ] } @@ -4049,13 +3970,103 @@ "destination" : [ "obj-161", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 625.0, 1525.0, 602.0, 1525.0, 602.0, 1444.0, 638.5, 1444.0 ], "source" : [ "obj-157", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "destination" : [ "obj-35", 0 ], + "disabled" : 0, + "hidden" : 0, + "source" : [ "obj-158", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-266", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 40.000004, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-267", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 190.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-269", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 490.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-270", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 340.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-271", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 1279.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-272", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 1130.333374, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-273", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 981.5, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-274", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 833.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 3 ], "disabled" : 0, "hidden" : 0, @@ -4077,6 +4088,7 @@ "destination" : [ "obj-154", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 638.5, 1471.0, 674.0, 1471.0, 674.0, 1561.0, 651.0, 1561.0 ], "source" : [ "obj-161", 0 ] } @@ -4161,6 +4173,46 @@ "source" : [ "obj-17", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-23", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 175.833328, 225.5 ], + "source" : [ "obj-171", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-28", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 326.666656, 225.5 ], + "source" : [ "obj-171", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-49", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 628.333313, 225.5 ], + "source" : [ "obj-171", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-53", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 477.5, 225.5 ], + "source" : [ "obj-171", 0 ] + } + } , { "patchline" : { @@ -4203,6 +4255,7 @@ "destination" : [ "obj-174", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 945.000061, 1388.5, 843.0, 1388.5 ], "source" : [ "obj-176", 0 ] } @@ -4230,6 +4283,7 @@ "destination" : [ "obj-175", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 704.0, 1358.5, 829.5, 1358.5 ], "source" : [ "obj-179", 0 ] } @@ -4371,21 +4425,22 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-248", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 820.5, 1286.5, 69.0, 1286.5 ], + "midpoints" : [ 819.5, 1095.0, 70.0, 1095.0 ], "source" : [ "obj-199", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-274", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 819.5, 1118.0, 819.5, 1118.0 ], "source" : [ "obj-199", 0 ] } @@ -4410,21 +4465,22 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-247", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 970.5, 1286.5, 219.0, 1286.5 ], + "midpoints" : [ 968.5, 1095.0, 220.0, 1095.0 ], "source" : [ "obj-200", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-273", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 968.5, 1118.0, 968.0, 1118.0 ], "source" : [ "obj-200", 0 ] } @@ -4440,18 +4496,18 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-246", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1120.5, 1286.5, 369.0, 1286.5 ], + "midpoints" : [ 1116.833374, 1095.0, 370.0, 1095.0 ], "source" : [ "obj-202", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-272", 0 ], "disabled" : 0, "hidden" : 0, @@ -4470,18 +4526,18 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-245", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1270.5, 1286.5, 519.0, 1286.5 ], + "midpoints" : [ 1265.5, 1095.0, 520.0, 1095.0 ], "source" : [ "obj-204", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-271", 0 ], "disabled" : 0, "hidden" : 0, @@ -4545,7 +4601,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-93", 1 ], "disabled" : 0, "hidden" : 0, @@ -4594,6 +4650,7 @@ "destination" : [ "obj-256", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 995.5, 40.000004, 995.5 ], "source" : [ "obj-227", 0 ] } @@ -4603,6 +4660,7 @@ "destination" : [ "obj-257", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 995.5, 190.0, 995.5 ], "source" : [ "obj-227", 0 ] } @@ -4618,6 +4676,7 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-73", 0 ], "disabled" : 0, "hidden" : 0, @@ -4666,6 +4725,7 @@ "destination" : [ "obj-258", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 476.5, 995.5, 340.0, 995.5 ], "source" : [ "obj-234", 0 ] } @@ -4675,6 +4735,7 @@ "destination" : [ "obj-260", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 476.5, 995.5, 405.5, 995.5 ], "source" : [ "obj-234", 0 ] } @@ -4708,16 +4769,18 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-12", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 196.833328, 280.0, 232.333328, 280.0, 232.333328, 126.0, 267.833313, 126.0 ], + "midpoints" : [ 196.833328, 230.0, 242.333313, 230.0, 242.333313, 86.0, 287.833313, 86.0 ], "source" : [ "obj-24", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-23", 1 ], "disabled" : 0, "hidden" : 0, @@ -4748,6 +4811,7 @@ "destination" : [ "obj-258", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 995.5, 326.5, 995.5 ], "source" : [ "obj-241", 0 ] } @@ -4757,6 +4821,7 @@ "destination" : [ "obj-260", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 995.5, 392.0, 995.5 ], "source" : [ "obj-241", 0 ] } @@ -4775,7 +4840,7 @@ "destination" : [ "obj-236", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 505.5, 1366.0, 459.5, 1366.0, 459.5, 1012.0, 475.5, 1012.0 ], + "midpoints" : [ 506.5, 1131.0, 453.0, 1131.0, 453.0, 843.0, 476.5, 843.0 ], "source" : [ "obj-245", 0 ] } @@ -4785,7 +4850,7 @@ "destination" : [ "obj-243", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 355.5, 1366.0, 310.5, 1366.0, 310.5, 1012.0, 325.5, 1012.0 ], + "midpoints" : [ 356.5, 1131.0, 303.0, 1131.0, 303.0, 843.0, 326.5, 843.0 ], "source" : [ "obj-246", 0 ] } @@ -4795,7 +4860,7 @@ "destination" : [ "obj-229", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 205.5, 1366.0, 159.5, 1366.0, 159.5, 1012.0, 175.5, 1012.0 ], + "midpoints" : [ 206.5, 1131.0, 153.0, 1131.0, 153.0, 1113.0, 153.0, 1113.0, 153.0, 843.0, 176.5, 843.0 ], "source" : [ "obj-247", 0 ] } @@ -4805,7 +4870,7 @@ "destination" : [ "obj-30", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 55.5, 1366.0, 10.5, 1366.0, 10.5, 1012.0, 25.500004, 1012.0 ], + "midpoints" : [ 56.5, 1131.0, 3.0, 1131.0, 3.0, 1113.0, 3.0, 1113.0, 3.0, 843.0, 26.5, 843.0 ], "source" : [ "obj-248", 0 ] } @@ -4833,6 +4898,7 @@ "destination" : [ "obj-263", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 1025.5, 476.5, 1025.5 ], "source" : [ "obj-256", 0 ] } @@ -4851,6 +4917,7 @@ "destination" : [ "obj-262", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 1025.5, 326.5, 1025.5 ], "source" : [ "obj-257", 0 ] } @@ -4860,6 +4927,7 @@ "destination" : [ "obj-259", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1025.5, 40.000004, 1025.5 ], "source" : [ "obj-258", 0 ] } @@ -4869,6 +4937,7 @@ "destination" : [ "obj-263", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1025.5, 490.0, 1025.5 ], "source" : [ "obj-258", 0 ] } @@ -4896,6 +4965,7 @@ "destination" : [ "obj-261", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 392.0, 1025.5, 190.0, 1025.5 ], "source" : [ "obj-260", 0 ] } @@ -4905,6 +4975,7 @@ "destination" : [ "obj-262", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 392.0, 1025.5, 340.0, 1025.5 ], "source" : [ "obj-260", 0 ] } @@ -4950,6 +5021,7 @@ "destination" : [ "obj-292", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 1199.5, 176.5, 1199.5 ], "source" : [ "obj-266", 0 ] } @@ -4959,6 +5031,7 @@ "destination" : [ "obj-293", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 1199.5, 326.5, 1199.5 ], "source" : [ "obj-267", 0 ] } @@ -4968,6 +5041,7 @@ "destination" : [ "obj-293", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 476.5, 1199.5, 340.0, 1199.5 ], "source" : [ "obj-269", 0 ] } @@ -4986,6 +5060,7 @@ "destination" : [ "obj-292", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1199.5, 190.0, 1199.5 ], "source" : [ "obj-270", 0 ] } @@ -4995,6 +5070,7 @@ "destination" : [ "obj-294", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 1265.5, 1199.5, 1130.333374, 1199.5 ], "source" : [ "obj-271", 0 ] } @@ -5004,6 +5080,7 @@ "destination" : [ "obj-295", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 1116.833374, 1199.5, 981.5, 1199.5 ], "source" : [ "obj-272", 0 ] } @@ -5013,6 +5090,7 @@ "destination" : [ "obj-294", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 968.0, 1199.5, 1116.833374, 1199.5 ], "source" : [ "obj-273", 0 ] } @@ -5022,56 +5100,17 @@ "destination" : [ "obj-295", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 819.5, 1199.5, 968.0, 1199.5 ], "source" : [ "obj-274", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-271", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 1284.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-272", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 1134.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-273", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 984.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-274", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 834.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-302", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1496.5, 250.5, 1496.5 ], + "midpoints" : [ 250.5, 1258.5, 250.5, 1258.5 ], "source" : [ "obj-276", 0 ] } @@ -5081,7 +5120,7 @@ "destination" : [ "obj-302", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1045.5, 1496.5, 264.0, 1496.5 ], + "midpoints" : [ 1044.0, 1259.0, 264.0, 1259.0 ], "source" : [ "obj-277", 0 ] } @@ -5091,13 +5130,14 @@ "destination" : [ "obj-81", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1577.479736, 115.499969, 1577.479736 ], + "midpoints" : [ 250.5, 1413.5, 250.999969, 1413.5 ], "source" : [ "obj-278", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-68", 0 ], "disabled" : 0, "hidden" : 0, @@ -5188,6 +5228,7 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-28", 1 ], "disabled" : 0, "hidden" : 0, @@ -5197,10 +5238,11 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-34", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 347.666656, 280.0, 383.166656, 280.0, 383.166656, 126.0, 418.666656, 126.0 ], + "midpoints" : [ 347.666656, 230.0, 393.166656, 230.0, 393.166656, 86.0, 438.666656, 86.0 ], "source" : [ "obj-29", 0 ] } @@ -5210,6 +5252,7 @@ "destination" : [ "obj-276", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 1229.0, 250.5, 1229.0 ], "source" : [ "obj-292", 0 ] } @@ -5219,6 +5262,7 @@ "destination" : [ "obj-276", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1229.0, 264.0, 1229.0 ], "source" : [ "obj-293", 0 ] } @@ -5228,6 +5272,7 @@ "destination" : [ "obj-277", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 1116.833374, 1229.5, 1057.5, 1229.5 ], "source" : [ "obj-294", 0 ] } @@ -5237,6 +5282,7 @@ "destination" : [ "obj-277", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 968.0, 1229.5, 1044.0, 1229.5 ], "source" : [ "obj-295", 0 ] } @@ -5246,7 +5292,7 @@ "destination" : [ "obj-157", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 625.5, 1576.015625, 625.5, 1576.015625 ], + "midpoints" : [ 625.5, 1413.5, 625.0, 1413.5 ], "source" : [ "obj-296", 0 ] } @@ -5283,7 +5329,7 @@ "destination" : [ "obj-278", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1533.253906, 250.5, 1533.253906 ], + "midpoints" : [ 250.5, 1293.5, 250.5, 1293.5 ], "source" : [ "obj-302", 0 ] } @@ -5293,7 +5339,7 @@ "destination" : [ "obj-296", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1533.253906, 625.5, 1533.253906 ], + "midpoints" : [ 250.5, 1291.253906, 625.5, 1291.253906 ], "source" : [ "obj-302", 0 ] } @@ -5312,7 +5358,7 @@ "destination" : [ "obj-283", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 971.5, 1904.0, 429.0, 1904.0 ], + "midpoints" : [ 872.500061, 1613.5, 498.0, 1613.5 ], "source" : [ "obj-306", 0 ] } @@ -5322,7 +5368,7 @@ "destination" : [ "obj-305", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 971.5, 1904.0, 939.0, 1904.0 ], + "midpoints" : [ 872.500061, 1616.0, 872.500061, 1616.0 ], "source" : [ "obj-306", 0 ] } @@ -5341,6 +5387,7 @@ "destination" : [ "obj-256", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 995.5, 26.500004, 995.5 ], "source" : [ "obj-32", 0 ] } @@ -5350,6 +5397,7 @@ "destination" : [ "obj-257", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 995.5, 176.5, 995.5 ], "source" : [ "obj-32", 0 ] } @@ -5368,7 +5416,25 @@ "destination" : [ "obj-164", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 162.333328, 693.0, 133.333328, 693.0, 133.333328, 633.0, 162.333328, 633.0 ], + "midpoints" : [ 162.333328, 604.0, 133.333328, 604.0, 133.333328, 544.0, 162.333328, 544.0 ], + "source" : [ "obj-33", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-283", 0 ], + "disabled" : 0, + "hidden" : 0, + "source" : [ "obj-33", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-305", 0 ], + "disabled" : 0, + "hidden" : 0, "source" : [ "obj-33", 0 ] } @@ -5378,6 +5444,7 @@ "destination" : [ "obj-58", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 162.333328, 606.0, 498.374969, 606.0, 498.374969, 476.0, 834.416626, 476.0 ], "source" : [ "obj-33", 0 ] } @@ -5393,95 +5460,95 @@ } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-198", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.869385, 925.5, 1046.869385 ], + "midpoints" : [ 923.5, 870.869385, 923.0, 870.869385 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-201", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.869385, 1075.5, 1046.869385 ], + "midpoints" : [ 923.5, 869.869385, 1072.0, 869.869385 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-203", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1045.333496, 1225.5, 1045.333496 ], + "midpoints" : [ 923.5, 869.333496, 1219.833374, 869.333496 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-205", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1045.405273, 1375.5, 1045.405273 ], + "midpoints" : [ 923.5, 869.405273, 1368.5, 869.405273 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-224", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 284.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 284.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-231", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 584.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 584.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-238", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 434.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 434.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-45", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 134.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 134.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-94", 1 ], "disabled" : 0, "hidden" : 0, @@ -5494,24 +5561,25 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 628.333313, 520.0, 175.833328, 520.0 ], + "midpoints" : [ 628.333313, 440.0, 175.833328, 440.0 ], "source" : [ "obj-37", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-65", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 641.833313, 385.5, 655.333313, 385.5 ], "source" : [ "obj-38", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-65", 0 ], "disabled" : 0, "hidden" : 0, @@ -5521,7 +5589,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-38", 0 ], "disabled" : 0, "hidden" : 0, @@ -5531,9 +5599,19 @@ } , { "patchline" : { - "destination" : [ "obj-35", 0 ], + "destination" : [ "obj-158", 0 ], + "disabled" : 0, + "hidden" : 0, + "source" : [ "obj-4", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-159", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 923.5, 721.5, 706.5, 721.5 ], "source" : [ "obj-4", 0 ] } @@ -5552,6 +5630,7 @@ "destination" : [ "obj-45", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 85.5, 842.0, 96.0, 842.0, 96.0, 872.0, 40.499996, 872.0 ], "source" : [ "obj-40", 0 ] } @@ -5561,6 +5640,7 @@ "destination" : [ "obj-224", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 235.5, 842.0, 246.0, 842.0, 246.0, 872.0, 190.5, 872.0 ], "source" : [ "obj-41", 0 ] } @@ -5579,6 +5659,7 @@ "destination" : [ "obj-231", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 535.5, 842.0, 546.0, 842.0, 546.0, 872.0, 490.5, 872.0 ], "source" : [ "obj-42", 0 ] } @@ -5597,6 +5678,7 @@ "destination" : [ "obj-238", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 385.5, 842.0, 396.0, 842.0, 396.0, 872.0, 340.5, 872.0 ], "source" : [ "obj-43", 0 ] } @@ -5630,7 +5712,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-39", 0 ], "disabled" : 0, "hidden" : 0, @@ -5658,6 +5740,7 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-15", 0 ], "disabled" : 0, "hidden" : 0, @@ -5670,7 +5753,7 @@ "destination" : [ "obj-227", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 202.5, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 203.5, 955.5 ], "source" : [ "obj-5", 0 ] } @@ -5680,7 +5763,7 @@ "destination" : [ "obj-234", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 502.5, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 503.5, 955.5 ], "source" : [ "obj-5", 0 ] } @@ -5690,7 +5773,7 @@ "destination" : [ "obj-241", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 352.5, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 353.5, 955.5 ], "source" : [ "obj-5", 0 ] } @@ -5700,13 +5783,14 @@ "destination" : [ "obj-32", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 52.500004, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 53.500004, 955.5 ], "source" : [ "obj-5", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-49", 1 ], "disabled" : 0, "hidden" : 0, @@ -5716,10 +5800,11 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-61", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 649.333313, 280.0, 684.833313, 280.0, 684.833313, 126.0, 720.333313, 126.0 ], + "midpoints" : [ 649.333313, 230.0, 694.833313, 230.0, 694.833313, 86.0, 740.333313, 86.0 ], "source" : [ "obj-50", 0 ] } @@ -5735,72 +5820,73 @@ } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-107", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 340.5, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 441.5, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-121", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 490.500061, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 556.500061, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-142", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 1000.500061, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 931.500061, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-152", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 850.5, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 815.5, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-162", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 700.5, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 690.5, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-86", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 190.499969, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 316.499969, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-16", 0 ], "disabled" : 0, "hidden" : 0, @@ -5810,66 +5896,24 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-48", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 498.5, 280.0, 534.0, 280.0, 534.0, 126.0, 569.5, 126.0 ], + "midpoints" : [ 498.5, 230.0, 544.0, 230.0, 544.0, 86.0, 589.5, 86.0 ], "source" : [ "obj-54", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-53", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-54", 0 ] } - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-21", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 562.0, 68.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-25", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 260.333313, 68.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-26", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 411.166656, 68.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-47", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 712.833313, 68.0 ], - "source" : [ "obj-55", 0 ] - } - } , { "patchline" : { @@ -5886,7 +5930,7 @@ "destination" : [ "obj-210", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 712.5, 1939.0, 415.5, 1939.0 ], + "midpoints" : [ 685.5, 1644.5, 484.5, 1644.5 ], "source" : [ "obj-57", 0 ] } @@ -5897,7 +5941,7 @@ "destination" : [ "obj-211", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 712.5, 1939.0, 925.5, 1939.0 ], + "midpoints" : [ 685.5, 1643.5, 859.000061, 1643.5 ], "source" : [ "obj-57", 0 ] } @@ -5908,7 +5952,7 @@ "destination" : [ "obj-58", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 712.5, 628.0, 820.916626, 628.0 ], + "midpoints" : [ 685.5, 505.0, 820.916626, 505.0 ], "source" : [ "obj-57", 0 ] } @@ -5919,7 +5963,7 @@ "destination" : [ "obj-278", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 820.916626, 668.0, 640.0, 668.0, 640.0, 1099.0, 639.0, 1099.0, 639.0, 1144.0, 639.0, 1144.0, 639.0, 1514.0, 264.0, 1514.0 ], + "midpoints" : [ 820.916626, 536.0, 639.0, 536.0, 639.0, 1299.0, 264.0, 1299.0 ], "source" : [ "obj-58", 0 ] } @@ -5930,7 +5974,7 @@ "destination" : [ "obj-296", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 820.916626, 668.5, 639.0, 668.5 ], + "midpoints" : [ 820.916626, 536.0, 639.0, 536.0 ], "source" : [ "obj-58", 0 ] } @@ -5956,73 +6000,77 @@ } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-124", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 310.5, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 570.5, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-177", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 955.5, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 945.000061, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-179", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 865.5, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 704.0, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-88", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 205.499969, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 329.499969, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-15", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 719.333313, 255.0, 641.833313, 255.0 ], "source" : [ "obj-60", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-46", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 719.333313, 281.0, 641.833313, 281.0 ], "source" : [ "obj-60", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-50", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 719.333313, 198.0, 649.333313, 198.0 ], "source" : [ "obj-60", 0 ] } @@ -6050,6 +6098,7 @@ "destination" : [ "obj-64", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 865.5, 655.5, 834.5, 655.5 ], "source" : [ "obj-63", 0 ] } @@ -6074,7 +6123,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-37", 1 ], "disabled" : 0, "hidden" : 0, @@ -6084,7 +6133,7 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-70", 1 ], "disabled" : 0, "hidden" : 0, @@ -6097,6 +6146,7 @@ "destination" : [ "obj-63", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 820.5, 713.0, 798.0, 713.0, 798.0, 626.0, 865.5, 626.0 ], "source" : [ "obj-67", 0 ] } @@ -6112,7 +6162,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 2 ], "disabled" : 0, "hidden" : 0, @@ -6143,24 +6193,25 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 477.5, 521.0, 175.833328, 521.0 ], + "midpoints" : [ 477.5, 440.0, 175.833328, 440.0 ], "source" : [ "obj-70", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-66", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 491.0, 385.5, 504.5, 385.5 ], "source" : [ "obj-71", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-66", 0 ], "disabled" : 0, "hidden" : 0, @@ -6179,7 +6230,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 1 ], "disabled" : 0, "hidden" : 0, @@ -6198,7 +6249,7 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-71", 0 ], "disabled" : 0, "hidden" : 0, @@ -6208,7 +6259,7 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-75", 0 ], "disabled" : 0, "hidden" : 0, @@ -6221,35 +6272,40 @@ "destination" : [ "obj-102", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 250.499969, 1593.0, 321.25, 1593.0, 321.25, 1494.0, 369.0, 1494.0 ], "source" : [ "obj-77", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-16", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 568.5, 255.0, 491.0, 255.0 ], "source" : [ "obj-78", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-54", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 568.5, 198.0, 498.5, 198.0 ], "source" : [ "obj-78", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-76", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 568.5, 280.0, 491.0, 280.0 ], "source" : [ "obj-78", 0 ] } @@ -6295,6 +6351,7 @@ "destination" : [ "obj-85", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 250.999969, 1525.0, 238.0, 1525.0, 238.0, 1444.0, 264.499969, 1444.0 ], "source" : [ "obj-81", 0 ] } @@ -6331,6 +6388,7 @@ "destination" : [ "obj-77", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 264.499969, 1471.0, 226.0, 1471.0, 226.0, 1561.0, 276.499969, 1561.0 ], "source" : [ "obj-85", 0 ] } @@ -6367,6 +6425,7 @@ "destination" : [ "obj-127", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 329.499969, 1358.5, 455.5, 1358.5 ], "source" : [ "obj-88", 0 ] } @@ -6430,7 +6489,7 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 326.666656, 521.0, 175.0, 521.0, 175.0, 663.0, 175.833328, 663.0 ], + "midpoints" : [ 326.666656, 440.0, 175.833328, 440.0 ], "source" : [ "obj-93", 0 ] } @@ -6440,7 +6499,7 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 175.833328, 583.0, 175.833328, 583.0 ], + "midpoints" : [ 175.833328, 501.0, 175.833328, 501.0 ], "source" : [ "obj-94", 0 ] } @@ -6456,7 +6515,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-37", 0 ], "disabled" : 0, "hidden" : 0, @@ -6466,50 +6525,51 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-70", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 427.222198, 478.0, 477.5, 478.0 ], + "midpoints" : [ 427.222198, 408.0, 477.5, 408.0 ], "source" : [ "obj-96", 2 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-93", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 226.111099, 478.0, 326.666656, 478.0 ], + "midpoints" : [ 226.111099, 408.0, 326.666656, 408.0 ], "source" : [ "obj-96", 1 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-94", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 25.0, 478.0, 175.833328, 478.0 ], + "midpoints" : [ 25.0, 408.0, 175.833328, 408.0 ], "source" : [ "obj-96", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-22", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 340.166656, 385.5, 353.666656, 385.5 ], "source" : [ "obj-97", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-22", 0 ], "disabled" : 0, "hidden" : 0, @@ -6522,13 +6582,14 @@ "destination" : [ "obj-116", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 369.0, 1593.0, 444.000031, 1593.0, 444.000031, 1494.0, 484.000061, 1494.0 ], "source" : [ "obj-98", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-97", 0 ], "disabled" : 0, "hidden" : 0, diff --git a/plugins/shiroverb/shiroverb.maxpat b/plugins/shiroverb/shiroverb.maxpat index e79a878..4248dac 100644 --- a/plugins/shiroverb/shiroverb.maxpat +++ b/plugins/shiroverb/shiroverb.maxpat @@ -31,29 +31,15 @@ "box" : { "fontname" : "Arial", "fontsize" : 12.0, - "id" : "obj-21", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 369.0, 218.0, 83.0, 18.0 ], - "text" : "resonance $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", + "id" : "obj-29", "maxclass" : "flonum", - "maximum" : 0.25, - "minimum" : 0.0, + "maximum" : 100.0, + "minimum" : 0.1, "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 369.0, 188.0, 50.0, 20.0 ] + "patching_rect" : [ 42.0, 131.5, 50.0, 20.0 ] } } @@ -86,66 +72,6 @@ "patching_rect" : [ 269.0, 188.0, 50.0, 20.0 ] } - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-56", - "maxclass" : "flonum", - "maximum" : 1000.0, - "minimum" : 0.1, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 457.0, 188.0, 50.0, 20.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-54", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 457.0, 218.0, 67.0, 18.0 ], - "text" : "window $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 189.0, 218.0, 47.0, 18.0 ], - "text" : "blur $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-50", - "maxclass" : "flonum", - "maximum" : 0.25, - "minimum" : 0.01, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 189.0, 188.0, 50.0, 20.0 ] - } - } , { "box" : { @@ -232,7 +158,7 @@ "outlettype" : [ "signal", "signal", "", "float", "list" ], "parameter_enable" : 1, "patching_rect" : [ 15.0, 528.0, 136.0, 42.0 ], - "presentation_rect" : [ 60.0, 60.0, 50.0, 28.0 ], + "presentation_rect" : [ 60.0, 60.0, 50.0, 42.0 ], "saved_attribute_attributes" : { "valueof" : { "parameter_longname" : "live.gain~", @@ -339,82 +265,6 @@ "text" : "mix $1" } - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "flonum", - "maximum" : 1.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 457.0, 130.0, 50.0, 20.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-24", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 457.0, 160.0, 43.0, 18.0 ], - "text" : "tail $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "flonum", - "maximum" : 1.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 369.0, 130.0, 50.0, 20.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-26", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 369.0, 160.0, 54.0, 18.0 ], - "text" : "early $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "flonum", - "maximum" : 360.0, - "minimum" : 0.1, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 42.0, 130.0, 50.0, 20.0 ] - } - } , { "box" : { @@ -442,7 +292,7 @@ "numoutlets" : 2, "outlettype" : [ "float", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 106.0, 130.0, 50.0, 20.0 ] + "patching_rect" : [ 106.0, 131.5, 50.0, 20.0 ] } } @@ -559,6 +409,48 @@ "digest" : "", "tags" : "", "boxes" : [ { + "box" : { + "fontname" : "Arial", + "fontsize" : 12.0, + "id" : "obj-171", + "maxclass" : "newobj", + "numinlets" : 0, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 15.5, 201.0, 63.0, 20.0 ], + "text" : "float 4800" + } + + } +, { + "box" : { + "fontname" : "Arial", + "fontsize" : 12.0, + "id" : "obj-159", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 697.0, 1145.0, 42.0, 20.0 ], + "text" : "* 0.01" + } + + } +, { + "box" : { + "fontname" : "Arial", + "fontsize" : 12.0, + "id" : "obj-158", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 914.0, 731.0, 35.0, 20.0 ], + "text" : "* 3.6" + } + + } +, { "box" : { "fontname" : "Arial", "fontsize" : 12.0, @@ -567,7 +459,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 666.0, 46.0, 20.0 ], + "patching_rect" : [ 152.833328, 577.0, 46.0, 20.0 ], "text" : "mix" } @@ -581,7 +473,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 566.0, 170.0, 20.0 ], + "patching_rect" : [ 179.833328, 477.0, 170.0, 20.0 ], "text" : "expr out=in1*2*PI/samplerate\\;" } @@ -595,7 +487,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 641.0, 72.0, 20.0 ], + "patching_rect" : [ 152.833328, 552.0, 72.0, 20.0 ], "text" : "history y0 0" } @@ -609,7 +501,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 591.0, 26.0, 20.0 ], + "patching_rect" : [ 179.833328, 502.0, 26.0, 20.0 ], "text" : "sin" } @@ -623,7 +515,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 616.0, 125.0, 20.0 ], + "patching_rect" : [ 179.833328, 527.0, 125.0, 20.0 ], "text" : "clip 0.00001 0.99999" } @@ -638,7 +530,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 540.0, 220.0, 20.0 ], + "patching_rect" : [ 179.833328, 451.0, 220.0, 20.0 ], "text" : "param cutoff 3000 @min 0 @max 6000" } @@ -652,7 +544,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 709.833313, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -666,7 +558,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 559.0, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -680,7 +572,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 408.166656, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -694,7 +586,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 41.0, 39.0, 20.0 ], + "patching_rect" : [ 257.333313, 16.0, 39.0, 20.0 ], "text" : "noise" } @@ -708,7 +600,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 709.833313, 96.0, 40.0, 20.0 ], "text" : "sah 0" } @@ -722,7 +614,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 709.833313, 121.0, 46.0, 20.0 ], "text" : "history" } @@ -736,7 +628,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 559.0, 96.0, 40.0, 20.0 ], "text" : "sah 0" } @@ -750,7 +642,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 559.0, 121.0, 46.0, 20.0 ], "text" : "history" } @@ -764,7 +656,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 408.166656, 96.0, 40.0, 20.0 ], "text" : "sah 0" } @@ -778,7 +670,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 408.166656, 121.0, 46.0, 20.0 ], "text" : "history" } @@ -792,13 +684,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 136.0, 40.0, 20.0 ], + "patching_rect" : [ 257.333313, 96.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-24", @@ -806,7 +699,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 187.333328, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 187.333328, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -820,13 +713,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 161.0, 46.0, 20.0 ], + "patching_rect" : [ 257.333313, 121.0, 46.0, 20.0 ], "text" : "history" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-15", @@ -834,13 +728,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 618.833313, 261.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-16", @@ -848,13 +743,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 468.0, 261.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-68", @@ -862,13 +758,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 317.166656, 261.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-73", @@ -876,7 +773,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 321.0, 32.5, 20.0 ], + "patching_rect" : [ 166.333328, 261.0, 32.5, 20.0 ], "text" : "*" } @@ -890,7 +787,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 709.833313, 41.0, 30.0, 20.0 ], "text" : "abs" } @@ -904,7 +801,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 559.0, 41.0, 30.0, 20.0 ], "text" : "abs" } @@ -918,7 +815,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 408.166656, 41.0, 30.0, 20.0 ], "text" : "abs" } @@ -932,25 +829,10 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 76.0, 30.0, 20.0 ], + "patching_rect" : [ 257.333313, 41.0, 30.0, 20.0 ], "text" : "abs" } - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-55", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 514.833313, 16.0, 221.0, 20.0 ], - "text" : "param blur 0.25 @min 0.01 @max 0.25" - } - } , { "box" : { @@ -958,16 +840,17 @@ "fontsize" : 12.0, "id" : "obj-47", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 709.833313, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-49", @@ -975,13 +858,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 618.833313, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-50", @@ -989,7 +873,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 639.833313, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -1000,16 +884,17 @@ "fontsize" : 12.0, "id" : "obj-21", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 559.0, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-53", @@ -1017,13 +902,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 468.0, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-54", @@ -1031,7 +917,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 489.0, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 489.0, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -1042,16 +928,17 @@ "fontsize" : 12.0, "id" : "obj-26", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 408.166656, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-28", @@ -1059,13 +946,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 317.166656, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-29", @@ -1073,7 +961,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 338.166656, 251.0, 37.0, 20.0 ], + "patching_rect" : [ 338.166656, 201.0, 37.0, 20.0 ], "text" : "delta" } @@ -1084,16 +972,17 @@ "fontsize" : 12.0, "id" : "obj-25", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 101.0, 32.5, 20.0 ], - "text" : "*" + "patching_rect" : [ 257.333313, 66.0, 42.0, 20.0 ], + "text" : "* 0.25" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-23", @@ -1101,13 +990,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 286.0, 40.0, 20.0 ], + "patching_rect" : [ 166.333328, 231.0, 40.0, 20.0 ], "text" : "sah 0" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-65", @@ -1115,13 +1005,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 632.333313, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-66", @@ -1129,13 +1020,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 481.5, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-22", @@ -1143,13 +1035,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 330.666656, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-36", @@ -1157,13 +1050,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 456.0, 32.5, 20.0 ], + "patching_rect" : [ 179.833328, 391.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-37", @@ -1171,13 +1065,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 618.833313, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-38", @@ -1185,13 +1080,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 632.333313, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-39", @@ -1199,13 +1095,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 632.333313, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-46", @@ -1213,13 +1110,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 632.333313, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-60", @@ -1227,7 +1125,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 709.833313, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -1241,13 +1139,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 201.0, 44.0, 20.0 ], + "patching_rect" : [ 709.833313, 151.0, 44.0, 20.0 ], "text" : "+ 0.75" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-70", @@ -1255,13 +1154,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 468.0, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-71", @@ -1269,13 +1169,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 481.5, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-75", @@ -1283,13 +1184,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 481.5, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-76", @@ -1297,13 +1199,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 481.5, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-78", @@ -1311,7 +1214,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 559.0, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -1325,7 +1228,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 201.0, 38.0, 20.0 ], + "patching_rect" : [ 559.0, 151.0, 38.0, 20.0 ], "text" : "+ 0.5" } @@ -1336,11 +1239,11 @@ "fontsize" : 12.0, "id" : "obj-82", "maxclass" : "newobj", - "numinlets" : 2, + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 136.0, 32.5, 20.0 ], - "text" : "/" + "patching_rect" : [ 15.5, 96.0, 37.0, 20.0 ], + "text" : "/ 100" } } @@ -1353,7 +1256,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 101.0, 45.0, 20.0 ], + "patching_rect" : [ 15.5, 66.0, 45.0, 20.0 ], "text" : "* 1000" } @@ -1367,7 +1270,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 76.0, 31.0, 20.0 ], + "patching_rect" : [ 15.5, 41.0, 31.0, 20.0 ], "text" : "!- 1." } @@ -1382,13 +1285,14 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 41.0, 191.0, 20.0 ], + "patching_rect" : [ 15.5, 16.0, 191.0, 20.0 ], "text" : "param ratio 2. @min 0.5 @max 2." } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-93", @@ -1396,13 +1300,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 317.166656, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-94", @@ -1410,13 +1315,14 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 481.0, 32.5, 20.0 ], + "patching_rect" : [ 166.333328, 416.0, 32.5, 20.0 ], "text" : "*" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-96", @@ -1424,13 +1330,14 @@ "numinlets" : 5, "numoutlets" : 4, "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 15.5, 356.0, 622.333313, 20.0 ], + "patching_rect" : [ 15.5, 286.0, 622.333313, 20.0 ], "text" : "delay 96000 4" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-97", @@ -1438,13 +1345,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 330.666656, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-99", @@ -1452,13 +1360,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 330.666656, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-101", @@ -1466,13 +1375,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 330.666656, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-103", @@ -1480,7 +1390,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 408.166656, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -1494,42 +1404,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 201.0, 44.0, 20.0 ], + "patching_rect" : [ 408.166656, 151.0, 44.0, 20.0 ], "text" : "+ 0.25" } } , { "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-108", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 251.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-109", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 16.0, 241.0, 20.0 ], - "text" : "param window 100. @min 0.1 @max 1000." - } - - } -, { - "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-110", @@ -1537,13 +1419,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 431.0, 29.0, 20.0 ], + "patching_rect" : [ 179.833328, 361.0, 29.0, 20.0 ], "text" : "cos" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-111", @@ -1551,13 +1434,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 406.0, 28.0, 20.0 ], + "patching_rect" : [ 179.833328, 336.0, 28.0, 20.0 ], "text" : "* pi" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-113", @@ -1565,13 +1449,14 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 381.0, 35.0, 20.0 ], + "patching_rect" : [ 179.833328, 311.0, 35.0, 20.0 ], "text" : "- 0.5" } } , { "box" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-115", @@ -1579,7 +1464,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 226.0, 31.0, 20.0 ], + "patching_rect" : [ 257.333313, 176.0, 31.0, 20.0 ], "text" : "% 1" } @@ -1593,7 +1478,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 201.0, 31.0, 20.0 ], + "patching_rect" : [ 257.333313, 151.0, 31.0, 20.0 ], "text" : "+ 0." } @@ -1607,7 +1492,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 161.0, 47.0, 20.0 ], + "patching_rect" : [ 15.5, 121.0, 47.0, 20.0 ], "text" : "phasor" } @@ -1621,7 +1506,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 321.0, 30.0, 20.0 ], + "patching_rect" : [ 15.5, 261.0, 30.0, 20.0 ], "text" : "in 1" } @@ -1635,7 +1520,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 703.0, 590.0, 30.0, 20.0 ], + "patching_rect" : [ 676.0, 481.0, 30.0, 20.0 ], "text" : "in 1" } @@ -1649,7 +1534,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.416626, 647.0, 46.0, 20.0 ], + "patching_rect" : [ 811.416626, 511.0, 46.0, 20.0 ], "text" : "mix" } @@ -1664,7 +1549,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 838.416626, 590.0, 214.0, 20.0 ], + "patching_rect" : [ 838.416626, 481.0, 214.0, 20.0 ], "text" : "param shimmer 0.5 @min 0. @max 1." } @@ -1678,7 +1563,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1912.0, 32.5, 20.0 ], + "patching_rect" : [ 849.500061, 1619.0, 32.5, 20.0 ], "text" : "*" } @@ -1693,7 +1578,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 962.0, 1877.0, 186.0, 20.0 ], + "patching_rect" : [ 863.000061, 1589.0, 186.0, 20.0 ], "text" : "param mix 0.5 @min 0. @max 1." } @@ -1707,7 +1592,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1502.0, 32.5, 20.0 ], + "patching_rect" : [ 241.0, 1264.0, 32.5, 20.0 ], "text" : "+" } @@ -1721,7 +1606,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 677.0, 50.0, 20.0 ], + "patching_rect" : [ 811.0, 541.0, 50.0, 20.0 ], "text" : "* 0.707" } @@ -1735,7 +1620,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1547.0, 32.5, 20.0 ], + "patching_rect" : [ 616.0, 1304.0, 32.5, 20.0 ], "text" : "+" } @@ -1749,7 +1634,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1111.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 1107.333374, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1763,7 +1648,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 958.5, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1777,7 +1662,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1791,7 +1676,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1442.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 1205.0, 32.5, 20.0 ], "text" : "+" } @@ -1805,7 +1690,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 467.0, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1819,7 +1704,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 317.0, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1833,7 +1718,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 167.0, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1847,7 +1732,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1307.0, 36.0, 20.0 ], + "patching_rect" : [ 17.000004, 1071.0, 36.0, 20.0 ], "text" : "* 0.5" } @@ -1861,7 +1746,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1912.0, 32.5, 20.0 ], + "patching_rect" : [ 475.0, 1619.0, 32.5, 20.0 ], "text" : "*" } @@ -1875,7 +1760,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1547.0, 32.5, 20.0 ], + "patching_rect" : [ 241.0, 1304.0, 32.5, 20.0 ], "text" : "+" } @@ -1889,7 +1774,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1036.0, 1472.0, 32.5, 20.0 ], + "patching_rect" : [ 1034.5, 1235.0, 32.5, 20.0 ], "text" : "-" } @@ -1903,7 +1788,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1472.0, 32.5, 20.0 ], + "patching_rect" : [ 241.0, 1234.0, 32.5, 20.0 ], "text" : "-" } @@ -1917,7 +1802,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1261.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 1256.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1931,7 +1816,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1111.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 1107.333374, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1945,7 +1830,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 958.5, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -1959,25 +1844,10 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 810.0, 1175.0, 32.5, 20.0 ], "text" : "*" } - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-275", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1306.0, 1352.0, 200.0, 20.0 ], - "text" : "param early 0.25 @min 0. @max 1." - } - } , { "box" : { @@ -1988,7 +1858,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 467.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -2002,7 +1872,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -2016,7 +1886,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -2030,7 +1900,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1397.0, 32.5, 20.0 ], + "patching_rect" : [ 17.000004, 1175.0, 32.5, 20.0 ], "text" : "*" } @@ -2044,7 +1914,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1277.0, 28.0, 20.0 ], + "patching_rect" : [ 317.0, 1046.0, 28.0, 20.0 ], "text" : "!- 0" } @@ -2058,7 +1928,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 467.0, 1021.0, 32.5, 20.0 ], "text" : "+" } @@ -2072,7 +1942,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 1021.0, 32.5, 20.0 ], "text" : "+" } @@ -2086,7 +1956,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 1021.0, 32.5, 20.0 ], "text" : "-" } @@ -2100,7 +1970,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 382.5, 991.0, 32.5, 20.0 ], "text" : "-" } @@ -2114,7 +1984,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1247.0, 32.5, 20.0 ], + "patching_rect" : [ 17.000004, 1021.0, 32.5, 20.0 ], "text" : "-" } @@ -2128,7 +1998,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 991.0, 32.5, 20.0 ], "text" : "+" } @@ -2142,7 +2012,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 106.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 991.0, 32.5, 20.0 ], "text" : "-" } @@ -2156,7 +2026,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 1202.0, 32.5, 20.0 ], + "patching_rect" : [ 17.000004, 991.0, 32.5, 20.0 ], "text" : "+" } @@ -2170,7 +2040,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 496.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 497.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -2184,7 +2054,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 346.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 347.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -2198,7 +2068,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 196.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 197.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -2212,7 +2082,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 46.0, 1337.0, 32.5, 20.0 ], + "patching_rect" : [ 47.0, 1100.0, 32.5, 20.0 ], "text" : "+" } @@ -2226,7 +2096,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 481.0, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -2240,7 +2110,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 467.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -2254,7 +2124,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 526.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 518.0, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -2268,7 +2138,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 467.0, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -2282,7 +2152,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 466.0, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 467.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -2296,7 +2166,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 331.0, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -2310,7 +2180,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 317.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -2324,7 +2194,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 376.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 368.0, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -2338,7 +2208,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 317.0, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -2352,7 +2222,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 316.0, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 317.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -2366,7 +2236,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 181.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 181.0, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -2380,7 +2250,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 167.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -2394,7 +2264,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 226.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 218.499969, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -2408,7 +2278,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 167.0, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -2422,7 +2292,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 166.0, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 167.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -2436,7 +2306,7 @@ "numinlets" : 5, "numoutlets" : 4, "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 811.0, 1157.0, 465.0, 20.0 ], + "patching_rect" : [ 809.5, 876.0, 465.0, 20.0 ], "text" : "delay 48000 4" } @@ -2449,7 +2319,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 916.0, 1947.0, 38.0, 20.0 ], + "patching_rect" : [ 849.500061, 1649.0, 38.0, 20.0 ], "text" : "out 2" } @@ -2462,7 +2332,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 406.0, 1947.0, 38.0, 20.0 ], + "patching_rect" : [ 475.0, 1649.0, 38.0, 20.0 ], "text" : "out 1" } @@ -2476,7 +2346,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1261.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 1256.0, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -2490,7 +2360,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1276.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 1269.0, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -2504,7 +2374,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1111.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 1107.333374, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -2518,7 +2388,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1126.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 1120.333374, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -2532,7 +2402,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 959.0, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -2546,7 +2416,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 976.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 972.5, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -2560,7 +2430,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 1217.0, 32.5, 20.0 ], + "patching_rect" : [ 810.0, 1071.0, 32.5, 20.0 ], "text" : "*" } @@ -2574,7 +2444,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 826.0, 1187.0, 109.0, 20.0 ], + "patching_rect" : [ 823.5, 901.0, 109.0, 20.0 ], "text" : "expr pow(in2\\,in1)" } @@ -2588,7 +2458,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1276.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 1269.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2602,7 +2472,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1126.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 1120.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2616,7 +2486,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 976.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 972.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2630,7 +2500,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 826.0, 1127.0, 28.0, 20.0 ], + "patching_rect" : [ 824.5, 846.0, 28.0, 20.0 ], "text" : "+ 5" } @@ -2644,7 +2514,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1126.0, 1097.0, 50.0, 20.0 ], + "patching_rect" : [ 1120.5, 821.0, 50.0, 20.0 ], "text" : "* 0.155" } @@ -2658,7 +2528,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 976.0, 1097.0, 36.0, 20.0 ], + "patching_rect" : [ 972.5, 821.0, 36.0, 20.0 ], "text" : "* 0.3" } @@ -2672,7 +2542,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 826.0, 1097.0, 43.0, 20.0 ], + "patching_rect" : [ 824.5, 821.0, 43.0, 20.0 ], "text" : "* 0.41" } @@ -2686,7 +2556,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 946.0, 1667.0, 49.0, 20.0 ], + "patching_rect" : [ 935.500061, 1394.0, 49.0, 20.0 ], "text" : "!- 1341" } @@ -2700,7 +2570,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 901.0, 1667.0, 32.5, 20.0 ], + "patching_rect" : [ 820.0, 1394.0, 32.5, 20.0 ], "text" : "!-" } @@ -2714,7 +2584,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 901.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 820.0, 1364.0, 42.0, 20.0 ], "text" : "+ 369" } @@ -2728,7 +2598,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 946.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 935.500061, 1364.0, 42.0, 20.0 ], "text" : "+ 931" } @@ -2742,7 +2612,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 946.0, 1607.0, 74.0, 20.0 ], + "patching_rect" : [ 935.500061, 1334.0, 74.0, 20.0 ], "text" : "* -0.380445" } @@ -2756,7 +2626,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 1667.0, 42.0, 20.0 ], + "patching_rect" : [ 694.5, 1394.0, 42.0, 20.0 ], "text" : "+ 159" } @@ -2770,7 +2640,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 1607.0, 74.0, 20.0 ], + "patching_rect" : [ 694.5, 1334.0, 74.0, 20.0 ], "text" : "* -0.568366" } @@ -2784,7 +2654,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 849.500061, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2798,7 +2668,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 849.500061, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2812,7 +2682,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 916.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 849.500061, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2826,7 +2696,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 931.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 863.000061, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2840,7 +2710,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 961.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 863.000061, 1449.0, 78.0, 20.0 ], "text" : "delay 12000" } @@ -2854,7 +2724,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 991.000061, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 922.000061, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2868,7 +2738,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 766.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 733.5, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2882,7 +2752,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 766.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 733.5, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2896,7 +2766,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 766.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 733.5, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2910,7 +2780,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 781.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 747.0, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -2924,7 +2794,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 747.0, 1449.0, 78.0, 20.0 ], "text" : "delay 16000" } @@ -2938,7 +2808,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 841.0, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 806.0, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -2952,7 +2822,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 615.5, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -2966,7 +2836,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1847.0, 43.0, 20.0 ], + "patching_rect" : [ 615.5, 1534.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -2980,7 +2850,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 615.5, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -2994,7 +2864,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 631.0, 1787.0, 43.0, 20.0 ], + "patching_rect" : [ 629.0, 1479.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -3008,7 +2878,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 661.0, 1757.0, 71.0, 20.0 ], + "patching_rect" : [ 629.0, 1449.0, 71.0, 20.0 ], "text" : "delay 7000" } @@ -3022,7 +2892,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 691.0, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 681.0, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -3036,7 +2906,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1667.0, 49.0, 20.0 ], + "patching_rect" : [ 561.0, 1394.0, 49.0, 20.0 ], "text" : "!- 1341" } @@ -3050,7 +2920,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1667.0, 32.5, 20.0 ], + "patching_rect" : [ 446.0, 1394.0, 32.5, 20.0 ], "text" : "!-" } @@ -3064,7 +2934,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 446.0, 1364.0, 42.0, 20.0 ], "text" : "+ 369" } @@ -3078,7 +2948,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1637.0, 42.0, 20.0 ], + "patching_rect" : [ 561.0, 1364.0, 42.0, 20.0 ], "text" : "+ 931" } @@ -3092,7 +2962,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1607.0, 70.0, 20.0 ], + "patching_rect" : [ 561.0, 1334.0, 70.0, 20.0 ], "text" : "* 0.376623" } @@ -3106,7 +2976,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 474.500061, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -3120,7 +2990,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 474.500061, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -3134,7 +3004,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 406.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 474.500061, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -3148,7 +3018,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 421.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 488.000061, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -3162,7 +3032,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 451.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 488.000061, 1449.0, 78.0, 20.0 ], "text" : "delay 10000" } @@ -3176,7 +3046,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 481.000061, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 547.000061, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -3190,7 +3060,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 256.0, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 359.5, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -3204,7 +3074,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 256.0, 1847.0, 50.0, 20.0 ], + "patching_rect" : [ 359.5, 1534.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -3218,7 +3088,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 256.0, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 359.5, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -3232,7 +3102,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 271.0, 1787.0, 50.0, 20.0 ], + "patching_rect" : [ 373.0, 1479.0, 50.0, 20.0 ], "text" : "* 0.625" } @@ -3246,7 +3116,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 301.0, 1757.0, 78.0, 20.0 ], + "patching_rect" : [ 373.0, 1449.0, 78.0, 20.0 ], "text" : "delay 15000" } @@ -3260,7 +3130,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 432.0, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -3274,7 +3144,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 195.999969, 1667.0, 42.0, 20.0 ], + "patching_rect" : [ 319.999969, 1394.0, 42.0, 20.0 ], "text" : "+ 159" } @@ -3288,7 +3158,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 195.999969, 1607.0, 70.0, 20.0 ], + "patching_rect" : [ 319.999969, 1334.0, 70.0, 20.0 ], "text" : "* 0.125541" } @@ -3302,7 +3172,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 105.999969, 1877.0, 45.0, 20.0 ], + "patching_rect" : [ 240.999969, 1564.0, 45.0, 20.0 ], "text" : "+" } @@ -3316,7 +3186,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 105.999969, 1847.0, 43.0, 20.0 ], + "patching_rect" : [ 240.999969, 1534.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -3330,7 +3200,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 105.999969, 1817.0, 32.5, 20.0 ], + "patching_rect" : [ 241.499969, 1504.0, 32.5, 20.0 ], "text" : "-" } @@ -3344,7 +3214,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 120.999969, 1787.0, 43.0, 20.0 ], + "patching_rect" : [ 254.999969, 1479.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -3358,7 +3228,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 150.999969, 1757.0, 71.0, 20.0 ], + "patching_rect" : [ 254.999969, 1449.0, 71.0, 20.0 ], "text" : "delay 5000" } @@ -3372,7 +3242,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 180.999969, 1727.0, 32.5, 20.0 ], + "patching_rect" : [ 306.999969, 1424.0, 32.5, 20.0 ], "text" : "*" } @@ -3386,7 +3256,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 917.0, 64.0, 20.0 ], + "patching_rect" : [ 811.0, 769.0, 64.0, 20.0 ], "text" : "+" } @@ -3400,7 +3270,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 887.0, 43.0, 20.0 ], + "patching_rect" : [ 811.0, 731.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -3414,7 +3284,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 857.0, 32.5, 20.0 ], + "patching_rect" : [ 811.0, 691.0, 32.5, 20.0 ], "text" : "-" } @@ -3428,7 +3298,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 825.0, 827.0, 43.0, 20.0 ], + "patching_rect" : [ 825.0, 661.0, 43.0, 20.0 ], "text" : "* 0.75" } @@ -3442,7 +3312,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 797.0, 71.0, 20.0 ], + "patching_rect" : [ 856.0, 631.0, 71.0, 20.0 ], "text" : "delay 6000" } @@ -3456,7 +3326,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 908.0, 767.0, 70.0, 20.0 ], + "patching_rect" : [ 908.0, 601.0, 70.0, 20.0 ], "text" : "* 0.110732" } @@ -3470,7 +3340,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 1667.0, 24.0, 20.0 ], + "patching_rect" : [ 646.0, 1394.0, 24.0, 20.0 ], "text" : "int" } @@ -3484,7 +3354,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 1637.0, 70.0, 20.0 ], + "patching_rect" : [ 646.0, 1364.0, 70.0, 20.0 ], "text" : "* 0.000527" } @@ -3498,7 +3368,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 1052.0, 113.0, 20.0 ], + "patching_rect" : [ 30.999996, 876.0, 113.0, 20.0 ], "text" : "expr -pow(in2\\,in1)" } @@ -3512,7 +3382,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1082.0, 32.5, 20.0 ], + "patching_rect" : [ 17.0, 901.0, 32.5, 20.0 ], "text" : "*" } @@ -3526,7 +3396,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 526.0, 962.0, 63.0, 20.0 ], + "patching_rect" : [ 526.0, 821.0, 63.0, 20.0 ], "text" : "* 0.63245" } @@ -3540,7 +3410,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 376.0, 962.0, 57.0, 20.0 ], + "patching_rect" : [ 376.0, 821.0, 57.0, 20.0 ], "text" : "* 0.7071" } @@ -3554,7 +3424,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 226.0, 962.0, 63.0, 20.0 ], + "patching_rect" : [ 226.0, 821.0, 63.0, 20.0 ], "text" : "* 0.81649" } @@ -3568,7 +3438,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 76.0, 962.0, 26.0, 20.0 ], + "patching_rect" : [ 76.0, 821.0, 26.0, 20.0 ], "text" : "* 1" } @@ -3583,7 +3453,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1096.0, 1007.0, 240.0, 33.0 ], + "patching_rect" : [ 914.0, 756.0, 240.0, 33.0 ], "text" : "expr pow(pow(10\\,-60/20)\\,1./(in1*samplerate))" } @@ -3597,7 +3467,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 76.0, 1157.0, 47.0, 20.0 ], + "patching_rect" : [ 68.0, 961.0, 47.0, 20.0 ], "text" : "history" } @@ -3611,7 +3481,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1157.0, 46.0, 20.0 ], + "patching_rect" : [ 17.000004, 961.0, 46.0, 20.0 ], "text" : "mix" } @@ -3625,7 +3495,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 16.000004, 1022.0, 78.0, 20.0 ], + "patching_rect" : [ 17.0, 846.0, 78.0, 20.0 ], "text" : "delay 48000" } @@ -3639,7 +3509,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 908.0, 722.0, 47.0, 20.0 ], + "patching_rect" : [ 861.416626, 571.0, 47.0, 20.0 ], "text" : "history" } @@ -3653,7 +3523,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 722.0, 46.0, 20.0 ], + "patching_rect" : [ 811.0, 571.0, 46.0, 20.0 ], "text" : "mix" } @@ -3667,7 +3537,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 931.0, 677.0, 28.0, 20.0 ], + "patching_rect" : [ 861.416626, 541.0, 28.0, 20.0 ], "text" : "!- 1" } @@ -3681,26 +3551,10 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 737.0, 144.0, 20.0 ], + "patching_rect" : [ 646.0, 571.0, 144.0, 20.0 ], "text" : "expr in1*samplerate/340" } - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-10", - "linecount" : 2, - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 541.0, 1352.0, 118.5, 33.0 ], - "text" : "param tail 0.25 @min 0. @max 1." - } - } , { "box" : { @@ -3712,7 +3566,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 931.0, 647.0, 191.0, 20.0 ], + "patching_rect" : [ 861.416626, 511.0, 191.0, 20.0 ], "text" : "param tone 0.5 @min 0. @max 1." } @@ -3727,7 +3581,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 1547.0, 218.0, 20.0 ], + "patching_rect" : [ 935.500061, 1304.0, 218.0, 20.0 ], "text" : "param spread 25. @min 0. @max 100." } @@ -3742,7 +3596,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 43.0, 917.0, 220.0, 20.0 ], + "patching_rect" : [ 494.0, 931.0, 220.0, 20.0 ], "text" : "param damping 0.75 @min 0. @max 1." } @@ -3757,8 +3611,8 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 1096.0, 917.0, 226.0, 20.0 ], - "text" : "param decay 180. @min 0.1 @max 360." + "patching_rect" : [ 914.0, 661.0, 220.0, 20.0 ], + "text" : "param decay 180 @min 0.1 @max 100" } } @@ -3772,7 +3626,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 646.0, 540.0, 243.0, 20.0 ], + "patching_rect" : [ 646.0, 451.0, 243.0, 20.0 ], "text" : "param roomsize 150. @min 0.1 @max 300." } @@ -3789,107 +3643,72 @@ } , { "patchline" : { - "destination" : [ "obj-266", 1 ], + "destination" : [ "obj-98", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 39.000004, 1391.5 ], - "source" : [ "obj-10", 0 ] + "source" : [ "obj-100", 0 ] } } , { "patchline" : { - "destination" : [ "obj-267", 1 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], + "destination" : [ "obj-99", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 189.0, 1391.5 ], - "source" : [ "obj-10", 0 ] + "source" : [ "obj-101", 0 ] } } , { "patchline" : { - "destination" : [ "obj-269", 1 ], + "destination" : [ "obj-100", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 489.0, 1391.5 ], - "source" : [ "obj-10", 0 ] + "source" : [ "obj-102", 0 ] } } , { "patchline" : { - "destination" : [ "obj-270", 1 ], + "destination" : [ "obj-106", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 550.5, 1391.5, 339.0, 1391.5 ], - "source" : [ "obj-10", 0 ] + "midpoints" : [ 369.0, 1525.0, 356.0, 1525.0, 356.0, 1444.0, 382.5, 1444.0 ], + "source" : [ "obj-102", 0 ] } } , { "patchline" : { - "destination" : [ "obj-98", 0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], + "destination" : [ "obj-101", 0 ], "disabled" : 0, "hidden" : 0, - "source" : [ "obj-100", 0 ] + "midpoints" : [ 417.666656, 281.0, 340.166656, 281.0 ], + "source" : [ "obj-103", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-99", 0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], + "destination" : [ "obj-29", 0 ], "disabled" : 0, "hidden" : 0, - "source" : [ "obj-101", 0 ] + "midpoints" : [ 417.666656, 198.0, 347.666656, 198.0 ], + "source" : [ "obj-103", 0 ] } } , { "patchline" : { - "destination" : [ "obj-100", 0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], + "destination" : [ "obj-68", 1 ], "disabled" : 0, "hidden" : 0, - "source" : [ "obj-102", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-106", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-102", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-101", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-68", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-103", 0 ] + "midpoints" : [ 417.666656, 255.0, 340.166656, 255.0 ], + "source" : [ "obj-103", 0 ] } } @@ -3925,6 +3744,7 @@ "destination" : [ "obj-98", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 382.5, 1471.0, 344.0, 1471.0, 344.0, 1561.0, 395.0, 1561.0 ], "source" : [ "obj-106", 0 ] } @@ -3937,70 +3757,6 @@ "source" : [ "obj-107", 0 ] } - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 175.833328, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-28", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 326.666656, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-49", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 628.333313, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 278.0, 477.5, 278.0 ], - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-108", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-82", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - } , { "patchline" : { @@ -4008,7 +3764,7 @@ "destination" : [ "obj-191", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 956.5, 1135.5, 956.5 ], + "midpoints" : [ 655.5, 812.5, 1130.0, 812.5 ], "source" : [ "obj-11", 0 ] } @@ -4019,7 +3775,7 @@ "destination" : [ "obj-192", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 956.5, 985.5, 956.5 ], + "midpoints" : [ 655.5, 812.5, 982.0, 812.5 ], "source" : [ "obj-11", 0 ] } @@ -4030,7 +3786,7 @@ "destination" : [ "obj-193", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 956.5, 835.5, 956.5 ], + "midpoints" : [ 655.5, 812.5, 834.0, 812.5 ], "source" : [ "obj-11", 0 ] } @@ -4041,7 +3797,7 @@ "destination" : [ "obj-197", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 955.394897, 1285.5, 955.394897 ], + "midpoints" : [ 655.5, 812.394897, 1279.0, 812.394897 ], "source" : [ "obj-11", 0 ] } @@ -4052,7 +3808,7 @@ "destination" : [ "obj-40", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 954.166504, 85.5, 954.166504 ], + "midpoints" : [ 655.5, 811.166504, 85.5, 811.166504 ], "source" : [ "obj-11", 0 ] } @@ -4063,7 +3819,7 @@ "destination" : [ "obj-41", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 954.166504, 235.5, 954.166504 ], + "midpoints" : [ 655.5, 811.166504, 235.5, 811.166504 ], "source" : [ "obj-11", 0 ] } @@ -4074,7 +3830,7 @@ "destination" : [ "obj-42", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 955.630615, 535.5, 955.630615 ], + "midpoints" : [ 655.5, 811.630615, 535.5, 811.630615 ], "source" : [ "obj-11", 0 ] } @@ -4085,7 +3841,7 @@ "destination" : [ "obj-43", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 952.702393, 385.5, 952.702393 ], + "midpoints" : [ 655.5, 811.702393, 385.5, 811.702393 ], "source" : [ "obj-11", 0 ] } @@ -4096,7 +3852,7 @@ "destination" : [ "obj-51", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1226.5, 655.5, 1226.5 ], + "midpoints" : [ 655.5, 977.0, 655.5, 977.0 ], "source" : [ "obj-11", 0 ] } @@ -4107,24 +3863,25 @@ "destination" : [ "obj-62", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 761.679504, 917.5, 761.679504 ], + "midpoints" : [ 655.5, 595.5, 917.5, 595.5 ], "source" : [ "obj-11", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-36", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 189.333328, 385.5, 202.833328, 385.5 ], "source" : [ "obj-110", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-36", 0 ], "disabled" : 0, "hidden" : 0, @@ -4134,7 +3891,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-110", 0 ], "disabled" : 0, "hidden" : 0, @@ -4153,7 +3910,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-111", 0 ], "disabled" : 0, "hidden" : 0, @@ -4172,29 +3929,33 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-113", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 266.833313, 282.5, 189.333328, 282.5 ], "source" : [ "obj-115", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-24", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 266.833313, 198.0, 196.833328, 198.0 ], "source" : [ "obj-115", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-73", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 266.833313, 255.0, 189.333328, 255.0 ], "source" : [ "obj-115", 0 ] } @@ -4213,6 +3974,7 @@ "destination" : [ "obj-120", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 484.000061, 1525.0, 471.0, 1525.0, 471.0, 1444.0, 497.500061, 1444.0 ], "source" : [ "obj-116", 0 ] } @@ -4231,7 +3993,7 @@ "destination" : [ "obj-104", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 397.666656, 190.5 ], + "midpoints" : [ 25.0, 146.5, 417.666656, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -4241,7 +4003,7 @@ "destination" : [ "obj-117", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 246.833328, 190.5 ], + "midpoints" : [ 25.0, 146.5, 266.833313, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -4251,7 +4013,7 @@ "destination" : [ "obj-69", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 699.333313, 190.5 ], + "midpoints" : [ 25.0, 146.5, 719.333313, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -4261,7 +4023,7 @@ "destination" : [ "obj-80", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 44.833328, 190.5, 548.5, 190.5 ], + "midpoints" : [ 25.0, 146.5, 568.5, 146.5 ], "source" : [ "obj-118", 0 ] } @@ -4289,6 +4051,7 @@ "destination" : [ "obj-112", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 497.500061, 1471.0, 459.0, 1471.0, 459.0, 1561.0, 510.000061, 1561.0 ], "source" : [ "obj-120", 0 ] } @@ -4334,6 +4097,7 @@ "destination" : [ "obj-129", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 570.5, 1388.5, 469.0, 1388.5 ], "source" : [ "obj-125", 0 ] } @@ -4415,6 +4179,7 @@ "destination" : [ "obj-141", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 859.000061, 1525.0, 846.0, 1525.0, 846.0, 1444.0, 872.500061, 1444.0 ], "source" : [ "obj-137", 0 ] } @@ -4424,7 +4189,7 @@ "destination" : [ "obj-17", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 940.5, 709.0, 847.5, 709.0 ], + "midpoints" : [ 870.916626, 565.5, 847.5, 565.5 ], "source" : [ "obj-14", 0 ] } @@ -4443,6 +4208,7 @@ "destination" : [ "obj-134", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 872.500061, 1471.0, 834.0, 1471.0, 834.0, 1561.0, 885.000061, 1561.0 ], "source" : [ "obj-141", 0 ] } @@ -4470,6 +4236,7 @@ "destination" : [ "obj-137", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 743.0, 1593.0, 817.5, 1593.0, 817.5, 1494.0, 859.000061, 1494.0 ], "source" : [ "obj-144", 0 ] } @@ -4497,13 +4264,14 @@ "destination" : [ "obj-151", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 743.0, 1525.0, 720.0, 1525.0, 720.0, 1444.0, 756.5, 1444.0 ], "source" : [ "obj-147", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 4 ], "disabled" : 0, "hidden" : 0, @@ -4525,6 +4293,7 @@ "destination" : [ "obj-144", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 756.5, 1471.0, 720.0, 1471.0, 720.0, 1561.0, 769.0, 1561.0 ], "source" : [ "obj-151", 0 ] } @@ -4552,6 +4321,7 @@ "destination" : [ "obj-147", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 625.0, 1593.0, 697.0, 1593.0, 697.0, 1494.0, 743.0, 1494.0 ], "source" : [ "obj-154", 0 ] } @@ -4570,6 +4340,7 @@ "destination" : [ "obj-156", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 625.0, 1525.0, 625.0, 1525.0 ], "source" : [ "obj-157", 0 ] } @@ -4579,13 +4350,103 @@ "destination" : [ "obj-161", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 625.0, 1525.0, 602.0, 1525.0, 602.0, 1444.0, 638.5, 1444.0 ], "source" : [ "obj-157", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "destination" : [ "obj-35", 0 ], + "disabled" : 0, + "hidden" : 0, + "source" : [ "obj-158", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-266", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 40.000004, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-267", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 190.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-269", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 490.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-270", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 340.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-271", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 1279.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-272", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 1130.333374, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-273", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 981.5, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-274", 1 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 706.5, 1169.5, 833.0, 1169.5 ], + "source" : [ "obj-159", 0 ] + } + + } +, { + "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 3 ], "disabled" : 0, "hidden" : 0, @@ -4607,6 +4468,7 @@ "destination" : [ "obj-154", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 638.5, 1471.0, 674.0, 1471.0, 674.0, 1561.0, 651.0, 1561.0 ], "source" : [ "obj-161", 0 ] } @@ -4691,6 +4553,46 @@ "source" : [ "obj-17", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-23", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 175.833328, 225.5 ], + "source" : [ "obj-171", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-28", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 326.666656, 225.5 ], + "source" : [ "obj-171", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-49", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 628.333313, 225.5 ], + "source" : [ "obj-171", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-53", 0 ], + "disabled" : 0, + "hidden" : 0, + "midpoints" : [ 25.0, 225.5, 477.5, 225.5 ], + "source" : [ "obj-171", 0 ] + } + } , { "patchline" : { @@ -4733,6 +4635,7 @@ "destination" : [ "obj-174", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 945.000061, 1388.5, 843.0, 1388.5 ], "source" : [ "obj-176", 0 ] } @@ -4760,6 +4663,7 @@ "destination" : [ "obj-175", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 704.0, 1358.5, 829.5, 1358.5 ], "source" : [ "obj-179", 0 ] } @@ -4901,21 +4805,22 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-248", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 820.5, 1286.5, 69.0, 1286.5 ], + "midpoints" : [ 819.5, 1095.0, 70.0, 1095.0 ], "source" : [ "obj-199", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-274", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 819.5, 1118.0, 819.5, 1118.0 ], "source" : [ "obj-199", 0 ] } @@ -4940,21 +4845,22 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-247", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 970.5, 1286.5, 219.0, 1286.5 ], + "midpoints" : [ 968.5, 1095.0, 220.0, 1095.0 ], "source" : [ "obj-200", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-273", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 968.5, 1118.0, 968.0, 1118.0 ], "source" : [ "obj-200", 0 ] } @@ -4970,18 +4876,18 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-246", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1120.5, 1286.5, 369.0, 1286.5 ], + "midpoints" : [ 1116.833374, 1095.0, 370.0, 1095.0 ], "source" : [ "obj-202", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-272", 0 ], "disabled" : 0, "hidden" : 0, @@ -5000,18 +4906,18 @@ } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-245", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1270.5, 1286.5, 519.0, 1286.5 ], + "midpoints" : [ 1265.5, 1095.0, 520.0, 1095.0 ], "source" : [ "obj-204", 0 ] } } , { "patchline" : { - "color" : [ 0.8, 0.046243, 0.0, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-271", 0 ], "disabled" : 0, "hidden" : 0, @@ -5075,7 +4981,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-93", 1 ], "disabled" : 0, "hidden" : 0, @@ -5124,6 +5030,7 @@ "destination" : [ "obj-256", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 995.5, 40.000004, 995.5 ], "source" : [ "obj-227", 0 ] } @@ -5133,6 +5040,7 @@ "destination" : [ "obj-257", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 995.5, 190.0, 995.5 ], "source" : [ "obj-227", 0 ] } @@ -5148,6 +5056,7 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-73", 0 ], "disabled" : 0, "hidden" : 0, @@ -5196,6 +5105,7 @@ "destination" : [ "obj-258", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 476.5, 995.5, 340.0, 995.5 ], "source" : [ "obj-234", 0 ] } @@ -5205,6 +5115,7 @@ "destination" : [ "obj-260", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 476.5, 995.5, 405.5, 995.5 ], "source" : [ "obj-234", 0 ] } @@ -5238,16 +5149,18 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-12", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 196.833328, 280.0, 232.333328, 280.0, 232.333328, 126.0, 267.833313, 126.0 ], + "midpoints" : [ 196.833328, 230.0, 242.333313, 230.0, 242.333313, 86.0, 287.833313, 86.0 ], "source" : [ "obj-24", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-23", 1 ], "disabled" : 0, "hidden" : 0, @@ -5278,6 +5191,7 @@ "destination" : [ "obj-258", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 995.5, 326.5, 995.5 ], "source" : [ "obj-241", 0 ] } @@ -5287,6 +5201,7 @@ "destination" : [ "obj-260", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 995.5, 392.0, 995.5 ], "source" : [ "obj-241", 0 ] } @@ -5305,7 +5220,7 @@ "destination" : [ "obj-236", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 505.5, 1366.0, 459.5, 1366.0, 459.5, 1012.0, 475.5, 1012.0 ], + "midpoints" : [ 506.5, 1131.0, 453.0, 1131.0, 453.0, 843.0, 476.5, 843.0 ], "source" : [ "obj-245", 0 ] } @@ -5315,7 +5230,7 @@ "destination" : [ "obj-243", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 355.5, 1366.0, 310.5, 1366.0, 310.5, 1012.0, 325.5, 1012.0 ], + "midpoints" : [ 356.5, 1131.0, 303.0, 1131.0, 303.0, 843.0, 326.5, 843.0 ], "source" : [ "obj-246", 0 ] } @@ -5325,7 +5240,7 @@ "destination" : [ "obj-229", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 205.5, 1366.0, 159.5, 1366.0, 159.5, 1012.0, 175.5, 1012.0 ], + "midpoints" : [ 206.5, 1131.0, 153.0, 1131.0, 153.0, 1113.0, 153.0, 1113.0, 153.0, 843.0, 176.5, 843.0 ], "source" : [ "obj-247", 0 ] } @@ -5335,7 +5250,7 @@ "destination" : [ "obj-30", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 55.5, 1366.0, 10.5, 1366.0, 10.5, 1012.0, 25.500004, 1012.0 ], + "midpoints" : [ 56.5, 1131.0, 3.0, 1131.0, 3.0, 1113.0, 3.0, 1113.0, 3.0, 843.0, 26.5, 843.0 ], "source" : [ "obj-248", 0 ] } @@ -5363,6 +5278,7 @@ "destination" : [ "obj-263", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 1025.5, 476.5, 1025.5 ], "source" : [ "obj-256", 0 ] } @@ -5381,6 +5297,7 @@ "destination" : [ "obj-262", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 1025.5, 326.5, 1025.5 ], "source" : [ "obj-257", 0 ] } @@ -5390,6 +5307,7 @@ "destination" : [ "obj-259", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1025.5, 40.000004, 1025.5 ], "source" : [ "obj-258", 0 ] } @@ -5399,6 +5317,7 @@ "destination" : [ "obj-263", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1025.5, 490.0, 1025.5 ], "source" : [ "obj-258", 0 ] } @@ -5426,6 +5345,7 @@ "destination" : [ "obj-261", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 392.0, 1025.5, 190.0, 1025.5 ], "source" : [ "obj-260", 0 ] } @@ -5435,6 +5355,7 @@ "destination" : [ "obj-262", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 392.0, 1025.5, 340.0, 1025.5 ], "source" : [ "obj-260", 0 ] } @@ -5480,6 +5401,7 @@ "destination" : [ "obj-292", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 1199.5, 176.5, 1199.5 ], "source" : [ "obj-266", 0 ] } @@ -5489,6 +5411,7 @@ "destination" : [ "obj-293", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 1199.5, 326.5, 1199.5 ], "source" : [ "obj-267", 0 ] } @@ -5498,6 +5421,7 @@ "destination" : [ "obj-293", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 476.5, 1199.5, 340.0, 1199.5 ], "source" : [ "obj-269", 0 ] } @@ -5516,6 +5440,7 @@ "destination" : [ "obj-292", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1199.5, 190.0, 1199.5 ], "source" : [ "obj-270", 0 ] } @@ -5525,6 +5450,7 @@ "destination" : [ "obj-294", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 1265.5, 1199.5, 1130.333374, 1199.5 ], "source" : [ "obj-271", 0 ] } @@ -5534,6 +5460,7 @@ "destination" : [ "obj-295", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 1116.833374, 1199.5, 981.5, 1199.5 ], "source" : [ "obj-272", 0 ] } @@ -5543,6 +5470,7 @@ "destination" : [ "obj-294", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 968.0, 1199.5, 1116.833374, 1199.5 ], "source" : [ "obj-273", 0 ] } @@ -5552,56 +5480,17 @@ "destination" : [ "obj-295", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 819.5, 1199.5, 968.0, 1199.5 ], "source" : [ "obj-274", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-271", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 1284.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-272", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 1134.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-273", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 984.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-274", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1315.5, 1391.5, 834.0, 1391.5 ], - "source" : [ "obj-275", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-302", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1496.5, 250.5, 1496.5 ], + "midpoints" : [ 250.5, 1258.5, 250.5, 1258.5 ], "source" : [ "obj-276", 0 ] } @@ -5611,7 +5500,7 @@ "destination" : [ "obj-302", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1045.5, 1496.5, 264.0, 1496.5 ], + "midpoints" : [ 1044.0, 1259.0, 264.0, 1259.0 ], "source" : [ "obj-277", 0 ] } @@ -5621,13 +5510,14 @@ "destination" : [ "obj-81", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1577.479736, 115.499969, 1577.479736 ], + "midpoints" : [ 250.5, 1413.5, 250.999969, 1413.5 ], "source" : [ "obj-278", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-68", 0 ], "disabled" : 0, "hidden" : 0, @@ -5718,6 +5608,7 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-28", 1 ], "disabled" : 0, "hidden" : 0, @@ -5727,10 +5618,11 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-34", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 347.666656, 280.0, 383.166656, 280.0, 383.166656, 126.0, 418.666656, 126.0 ], + "midpoints" : [ 347.666656, 230.0, 393.166656, 230.0, 393.166656, 86.0, 438.666656, 86.0 ], "source" : [ "obj-29", 0 ] } @@ -5740,6 +5632,7 @@ "destination" : [ "obj-276", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 176.5, 1229.0, 250.5, 1229.0 ], "source" : [ "obj-292", 0 ] } @@ -5749,6 +5642,7 @@ "destination" : [ "obj-276", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 326.5, 1229.0, 264.0, 1229.0 ], "source" : [ "obj-293", 0 ] } @@ -5758,6 +5652,7 @@ "destination" : [ "obj-277", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 1116.833374, 1229.5, 1057.5, 1229.5 ], "source" : [ "obj-294", 0 ] } @@ -5767,6 +5662,7 @@ "destination" : [ "obj-277", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 968.0, 1229.5, 1044.0, 1229.5 ], "source" : [ "obj-295", 0 ] } @@ -5776,7 +5672,7 @@ "destination" : [ "obj-157", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 625.5, 1576.015625, 625.5, 1576.015625 ], + "midpoints" : [ 625.5, 1413.5, 625.0, 1413.5 ], "source" : [ "obj-296", 0 ] } @@ -5813,7 +5709,7 @@ "destination" : [ "obj-278", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1533.253906, 250.5, 1533.253906 ], + "midpoints" : [ 250.5, 1293.5, 250.5, 1293.5 ], "source" : [ "obj-302", 0 ] } @@ -5823,7 +5719,7 @@ "destination" : [ "obj-296", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 250.5, 1533.253906, 625.5, 1533.253906 ], + "midpoints" : [ 250.5, 1291.253906, 625.5, 1291.253906 ], "source" : [ "obj-302", 0 ] } @@ -5842,7 +5738,7 @@ "destination" : [ "obj-283", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 971.5, 1904.0, 429.0, 1904.0 ], + "midpoints" : [ 872.500061, 1613.5, 498.0, 1613.5 ], "source" : [ "obj-306", 0 ] } @@ -5852,7 +5748,7 @@ "destination" : [ "obj-305", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 971.5, 1904.0, 939.0, 1904.0 ], + "midpoints" : [ 872.500061, 1616.0, 872.500061, 1616.0 ], "source" : [ "obj-306", 0 ] } @@ -5871,6 +5767,7 @@ "destination" : [ "obj-256", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 995.5, 26.500004, 995.5 ], "source" : [ "obj-32", 0 ] } @@ -5880,6 +5777,7 @@ "destination" : [ "obj-257", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 26.500004, 995.5, 176.5, 995.5 ], "source" : [ "obj-32", 0 ] } @@ -5898,7 +5796,25 @@ "destination" : [ "obj-164", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 162.333328, 693.0, 133.333328, 693.0, 133.333328, 633.0, 162.333328, 633.0 ], + "midpoints" : [ 162.333328, 604.0, 133.333328, 604.0, 133.333328, 544.0, 162.333328, 544.0 ], + "source" : [ "obj-33", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-283", 0 ], + "disabled" : 0, + "hidden" : 0, + "source" : [ "obj-33", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-305", 0 ], + "disabled" : 0, + "hidden" : 0, "source" : [ "obj-33", 0 ] } @@ -5908,6 +5824,7 @@ "destination" : [ "obj-58", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 162.333328, 606.0, 498.374969, 606.0, 498.374969, 476.0, 834.416626, 476.0 ], "source" : [ "obj-33", 0 ] } @@ -5923,95 +5840,95 @@ } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-198", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.869385, 925.5, 1046.869385 ], + "midpoints" : [ 923.5, 870.869385, 923.0, 870.869385 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-201", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.869385, 1075.5, 1046.869385 ], + "midpoints" : [ 923.5, 869.869385, 1072.0, 869.869385 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-203", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1045.333496, 1225.5, 1045.333496 ], + "midpoints" : [ 923.5, 869.333496, 1219.833374, 869.333496 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-205", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1045.405273, 1375.5, 1045.405273 ], + "midpoints" : [ 923.5, 869.405273, 1368.5, 869.405273 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-224", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 284.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 284.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-231", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 584.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 584.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-238", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 434.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 434.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.937255, 0.937255, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-45", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 1105.5, 1046.0, 134.5, 1046.0 ], + "midpoints" : [ 923.5, 869.0, 134.5, 869.0 ], "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-94", 1 ], "disabled" : 0, "hidden" : 0, @@ -6024,24 +5941,25 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 628.333313, 520.0, 175.833328, 520.0 ], + "midpoints" : [ 628.333313, 440.0, 175.833328, 440.0 ], "source" : [ "obj-37", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-65", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 641.833313, 385.5, 655.333313, 385.5 ], "source" : [ "obj-38", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-65", 0 ], "disabled" : 0, "hidden" : 0, @@ -6051,7 +5969,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-38", 0 ], "disabled" : 0, "hidden" : 0, @@ -6061,9 +5979,19 @@ } , { "patchline" : { - "destination" : [ "obj-35", 0 ], + "destination" : [ "obj-158", 0 ], + "disabled" : 0, + "hidden" : 0, + "source" : [ "obj-4", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-159", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 923.5, 721.5, 706.5, 721.5 ], "source" : [ "obj-4", 0 ] } @@ -6082,6 +6010,7 @@ "destination" : [ "obj-45", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 85.5, 842.0, 96.0, 842.0, 96.0, 872.0, 40.499996, 872.0 ], "source" : [ "obj-40", 0 ] } @@ -6091,6 +6020,7 @@ "destination" : [ "obj-224", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 235.5, 842.0, 246.0, 842.0, 246.0, 872.0, 190.5, 872.0 ], "source" : [ "obj-41", 0 ] } @@ -6109,6 +6039,7 @@ "destination" : [ "obj-231", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 535.5, 842.0, 546.0, 842.0, 546.0, 872.0, 490.5, 872.0 ], "source" : [ "obj-42", 0 ] } @@ -6127,6 +6058,7 @@ "destination" : [ "obj-238", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 385.5, 842.0, 396.0, 842.0, 396.0, 872.0, 340.5, 872.0 ], "source" : [ "obj-43", 0 ] } @@ -6160,7 +6092,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-39", 0 ], "disabled" : 0, "hidden" : 0, @@ -6188,6 +6120,7 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-15", 0 ], "disabled" : 0, "hidden" : 0, @@ -6200,7 +6133,7 @@ "destination" : [ "obj-227", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 202.5, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 203.5, 955.5 ], "source" : [ "obj-5", 0 ] } @@ -6210,7 +6143,7 @@ "destination" : [ "obj-234", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 502.5, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 503.5, 955.5 ], "source" : [ "obj-5", 0 ] } @@ -6220,7 +6153,7 @@ "destination" : [ "obj-241", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 352.5, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 353.5, 955.5 ], "source" : [ "obj-5", 0 ] } @@ -6230,13 +6163,14 @@ "destination" : [ "obj-32", 2 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 52.5, 1151.0, 52.500004, 1151.0 ], + "midpoints" : [ 503.5, 955.5, 53.500004, 955.5 ], "source" : [ "obj-5", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-49", 1 ], "disabled" : 0, "hidden" : 0, @@ -6246,10 +6180,11 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-61", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 649.333313, 280.0, 684.833313, 280.0, 684.833313, 126.0, 720.333313, 126.0 ], + "midpoints" : [ 649.333313, 230.0, 694.833313, 230.0, 694.833313, 86.0, 740.333313, 86.0 ], "source" : [ "obj-50", 0 ] } @@ -6265,72 +6200,73 @@ } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-107", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 340.5, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 441.5, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-121", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 490.500061, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 556.500061, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-142", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 1000.500061, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 931.500061, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-152", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 850.5, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 815.5, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-162", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 700.5, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 690.5, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.149092, 0.819608, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-86", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 655.5, 1706.5, 190.499969, 1706.5 ], + "midpoints" : [ 655.5, 1418.5, 316.499969, 1418.5 ], "source" : [ "obj-52", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-16", 0 ], "disabled" : 0, "hidden" : 0, @@ -6340,66 +6276,24 @@ } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-48", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 498.5, 280.0, 534.0, 280.0, 534.0, 126.0, 569.5, 126.0 ], + "midpoints" : [ 498.5, 230.0, 544.0, 230.0, 544.0, 86.0, 589.5, 86.0 ], "source" : [ "obj-54", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-53", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-54", 0 ] } - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-21", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 562.0, 68.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-25", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 260.333313, 68.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-26", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 411.166656, 68.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-47", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 524.333313, 68.0, 712.833313, 68.0 ], - "source" : [ "obj-55", 0 ] - } - } , { "patchline" : { @@ -6416,7 +6310,7 @@ "destination" : [ "obj-210", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 712.5, 1939.0, 415.5, 1939.0 ], + "midpoints" : [ 685.5, 1644.5, 484.5, 1644.5 ], "source" : [ "obj-57", 0 ] } @@ -6427,7 +6321,7 @@ "destination" : [ "obj-211", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 712.5, 1939.0, 925.5, 1939.0 ], + "midpoints" : [ 685.5, 1643.5, 859.000061, 1643.5 ], "source" : [ "obj-57", 0 ] } @@ -6438,7 +6332,7 @@ "destination" : [ "obj-58", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 712.5, 628.0, 820.916626, 628.0 ], + "midpoints" : [ 685.5, 505.0, 820.916626, 505.0 ], "source" : [ "obj-57", 0 ] } @@ -6449,7 +6343,7 @@ "destination" : [ "obj-278", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 820.916626, 668.0, 640.0, 668.0, 640.0, 1099.0, 639.0, 1099.0, 639.0, 1144.0, 639.0, 1144.0, 639.0, 1514.0, 264.0, 1514.0 ], + "midpoints" : [ 820.916626, 536.0, 639.0, 536.0, 639.0, 1299.0, 264.0, 1299.0 ], "source" : [ "obj-58", 0 ] } @@ -6460,7 +6354,7 @@ "destination" : [ "obj-296", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 820.916626, 668.5, 639.0, 668.5 ], + "midpoints" : [ 820.916626, 536.0, 639.0, 536.0 ], "source" : [ "obj-58", 0 ] } @@ -6486,73 +6380,77 @@ } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-124", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 310.5, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 570.5, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-177", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 955.5, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 945.000061, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-179", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 865.5, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 704.0, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.276365, 0.0, 0.8, 0.9 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-88", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 865.5, 1594.0, 205.499969, 1594.0 ], + "midpoints" : [ 945.000061, 1328.5, 329.499969, 1328.5 ], "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-15", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 719.333313, 255.0, 641.833313, 255.0 ], "source" : [ "obj-60", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-46", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 719.333313, 281.0, 641.833313, 281.0 ], "source" : [ "obj-60", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-50", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 719.333313, 198.0, 649.333313, 198.0 ], "source" : [ "obj-60", 0 ] } @@ -6580,6 +6478,7 @@ "destination" : [ "obj-64", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 865.5, 655.5, 834.5, 655.5 ], "source" : [ "obj-63", 0 ] } @@ -6604,7 +6503,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-37", 1 ], "disabled" : 0, "hidden" : 0, @@ -6614,7 +6513,7 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-70", 1 ], "disabled" : 0, "hidden" : 0, @@ -6627,6 +6526,7 @@ "destination" : [ "obj-63", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 820.5, 713.0, 798.0, 713.0, 798.0, 626.0, 865.5, 626.0 ], "source" : [ "obj-67", 0 ] } @@ -6642,7 +6542,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 2 ], "disabled" : 0, "hidden" : 0, @@ -6673,24 +6573,25 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 477.5, 521.0, 175.833328, 521.0 ], + "midpoints" : [ 477.5, 440.0, 175.833328, 440.0 ], "source" : [ "obj-70", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-66", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 491.0, 385.5, 504.5, 385.5 ], "source" : [ "obj-71", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-66", 0 ], "disabled" : 0, "hidden" : 0, @@ -6709,7 +6610,7 @@ } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-96", 1 ], "disabled" : 0, "hidden" : 0, @@ -6728,7 +6629,7 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-71", 0 ], "disabled" : 0, "hidden" : 0, @@ -6738,7 +6639,7 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-75", 0 ], "disabled" : 0, "hidden" : 0, @@ -6751,35 +6652,40 @@ "destination" : [ "obj-102", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 250.499969, 1593.0, 321.25, 1593.0, 321.25, 1494.0, 369.0, 1494.0 ], "source" : [ "obj-77", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-16", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 568.5, 255.0, 491.0, 255.0 ], "source" : [ "obj-78", 0 ] } } , { "patchline" : { + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-54", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 568.5, 198.0, 498.5, 198.0 ], "source" : [ "obj-78", 0 ] } } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-76", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 568.5, 280.0, 491.0, 280.0 ], "source" : [ "obj-78", 0 ] } @@ -6825,6 +6731,7 @@ "destination" : [ "obj-85", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 250.999969, 1525.0, 238.0, 1525.0, 238.0, 1444.0, 264.499969, 1444.0 ], "source" : [ "obj-81", 0 ] } @@ -6861,6 +6768,7 @@ "destination" : [ "obj-77", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 264.499969, 1471.0, 226.0, 1471.0, 226.0, 1561.0, 276.499969, 1561.0 ], "source" : [ "obj-85", 0 ] } @@ -6897,6 +6805,7 @@ "destination" : [ "obj-127", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 329.499969, 1358.5, 455.5, 1358.5 ], "source" : [ "obj-88", 0 ] } @@ -6960,7 +6869,7 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 326.666656, 521.0, 175.0, 521.0, 175.0, 663.0, 175.833328, 663.0 ], + "midpoints" : [ 326.666656, 440.0, 175.833328, 440.0 ], "source" : [ "obj-93", 0 ] } @@ -6970,7 +6879,7 @@ "destination" : [ "obj-33", 1 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 175.833328, 583.0, 175.833328, 583.0 ], + "midpoints" : [ 175.833328, 501.0, 175.833328, 501.0 ], "source" : [ "obj-94", 0 ] } @@ -6986,7 +6895,7 @@ } , { "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-37", 0 ], "disabled" : 0, "hidden" : 0, @@ -6996,50 +6905,51 @@ } , { "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-70", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 427.222198, 478.0, 477.5, 478.0 ], + "midpoints" : [ 427.222198, 408.0, 477.5, 408.0 ], "source" : [ "obj-96", 2 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-93", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 226.111099, 478.0, 326.666656, 478.0 ], + "midpoints" : [ 226.111099, 408.0, 326.666656, 408.0 ], "source" : [ "obj-96", 1 ] } } , { "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-94", 0 ], "disabled" : 0, "hidden" : 0, - "midpoints" : [ 25.0, 478.0, 175.833328, 478.0 ], + "midpoints" : [ 25.0, 408.0, 175.833328, 408.0 ], "source" : [ "obj-96", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-22", 1 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 340.166656, 385.5, 353.666656, 385.5 ], "source" : [ "obj-97", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-22", 0 ], "disabled" : 0, "hidden" : 0, @@ -7052,13 +6962,14 @@ "destination" : [ "obj-116", 0 ], "disabled" : 0, "hidden" : 0, + "midpoints" : [ 369.0, 1593.0, 444.000031, 1593.0, 444.000031, 1494.0, 484.000061, 1494.0 ], "source" : [ "obj-98", 0 ] } } , { "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], + "color" : [ 0.8, 0.8, 0.8, 1.0 ], "destination" : [ "obj-97", 0 ], "disabled" : 0, "hidden" : 0, @@ -7115,15 +7026,6 @@ "source" : [ "obj-13", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - } , { "patchline" : { @@ -7175,58 +7077,10 @@ } , { "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 378.5, 432.0, 24.5, 432.0 ], - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-24", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 466.5, 180.0, 453.0, 180.0, 453.0, 432.0, 24.5, 432.0 ], - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 378.5, 180.0, 330.0, 180.0, 330.0, 432.0, 24.5, 432.0 ], - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], + "destination" : [ "obj-15", 0 ], "disabled" : 0, "hidden" : 0, - "source" : [ "obj-3", 0 ] + "source" : [ "obj-29", 0 ] } } @@ -7304,44 +7158,6 @@ "source" : [ "obj-5", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 198.5, 432.0, 24.5, 432.0 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 466.5, 432.0, 24.5, 432.0 ], - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-56", 0 ] - } - } , { "patchline" : { @@ -7402,10 +7218,10 @@ } ], "parameters" : { - "obj-6" : [ "live.gain~", "live.gain~", 0 ], "obj-7::obj-32" : [ "[8]", "[2]", 0 ], - "obj-7::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ], - "obj-7::obj-35" : [ "[5]", "Level", 0 ] + "obj-6" : [ "live.gain~", "live.gain~", 0 ], + "obj-7::obj-35" : [ "[5]", "Level", 0 ], + "obj-7::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ] } , "dependency_cache" : [ {