diff --git a/Scripts/time.js b/Scripts/time.js new file mode 100644 index 0000000..0eaef29 --- /dev/null +++ b/Scripts/time.js @@ -0,0 +1,25 @@ +inlets = 1 +outlets = 1 + +var lastHour = null; + +var onOffHours = {} + +function bang(){ + var d = new Date(); // for now + var hour = d.getHours(); + if (hour !== lastHour){ + lastHour = hour; + if (onOffHours[hour]){ + outlet(0, onOffHours[hour]); + } + } +} + +function on(hour){ + onOffHours[hour] = 1; +} + +function off(hour){ + onOffHours[hour] = 0; +} diff --git a/hss-distributed-client.maxpat b/hss-distributed-client.maxpat index d7bc60a..a729c56 100644 --- a/hss-distributed-client.maxpat +++ b/hss-distributed-client.maxpat @@ -4,13 +4,13 @@ "appversion" : { "major" : 8, "minor" : 6, - "revision" : 4, + "revision" : 2, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 474.0, 627.0, 849.0, 300.0 ], + "rect" : [ 411.0, 314.0, 587.0, 475.0 ], "bglocked" : 1, "openinpresentation" : 1, "default_fontsize" : 12.0, @@ -39,6 +39,297 @@ "subpatcher_template" : "", "assistshowspatchername" : 0, "boxes" : [ { + "box" : { + "color" : [ 1.0, 0.0, 0.0, 1.0 ], + "id" : "obj-100", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "signal" ], + "patcher" : { + "fileversion" : 1, + "appversion" : { + "major" : 8, + "minor" : 6, + "revision" : 2, + "architecture" : "x64", + "modernui" : 1 + } +, + "classnamespace" : "box", + "rect" : [ 0.0, 0.0, 640.0, 480.0 ], + "bglocked" : 0, + "openinpresentation" : 0, + "default_fontsize" : 12.0, + "default_fontface" : 0, + "default_fontname" : "Arial", + "gridonopen" : 1, + "gridsize" : [ 15.0, 15.0 ], + "gridsnaponopen" : 1, + "objectsnaponopen" : 1, + "statusbarvisible" : 2, + "toolbarvisible" : 1, + "lefttoolbarpinned" : 0, + "toptoolbarpinned" : 0, + "righttoolbarpinned" : 0, + "bottomtoolbarpinned" : 0, + "toolbars_unpinned_last_save" : 0, + "tallnewobj" : 0, + "boxanimatetime" : 200, + "enablehscroll" : 1, + "enablevscroll" : 1, + "devicewidth" : 0.0, + "description" : "", + "digest" : "", + "tags" : "", + "style" : "", + "subpatcher_template" : "", + "assistshowspatchername" : 0, + "boxes" : [ { + "box" : { + "id" : "obj-97", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 50.0, 109.46435546875, 50.0, 22.0 ], + "text" : "compile" + } + + } +, { + "box" : { + "id" : "obj-80", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 3, + "outlettype" : [ "bang", "", "bang" ], + "patching_rect" : [ 119.0, 104.46435546875, 40.0, 22.0 ], + "text" : "t b l b" + } + + } +, { + "box" : { + "id" : "obj-51", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 103.0, 178.46435546875, 52.0, 22.0 ], + "text" : "$1 1000" + } + + } +, { + "box" : { + "id" : "obj-52", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 2, + "outlettype" : [ "signal", "bang" ], + "patching_rect" : [ 103.0, 220.46435546875, 34.0, 22.0 ], + "text" : "line~" + } + + } +, { + "box" : { + "id" : "obj-58", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 203.0, 108.46435546875, 29.5, 22.0 ], + "text" : "1" + } + + } +, { + "box" : { + "id" : "obj-59", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "patching_rect" : [ 203.0, 134.46435546875, 69.0, 22.0 ], + "text" : "metro 1000" + } + + } +, { + "box" : { + "id" : "obj-65", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 103.0, 142.46435546875, 102.0, 22.0 ], + "saved_object_attributes" : { + "filename" : "./Scripts/time.js", + "parameter_enable" : 0 + } +, + "text" : "js ./Scripts/time.js" + } + + } +, { + "box" : { + "comment" : "", + "id" : "obj-98", + "index" : 1, + "maxclass" : "inlet", + "numinlets" : 0, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 119.0, 40.000000468750045, 30.0, 30.0 ] + } + + } +, { + "box" : { + "comment" : "", + "id" : "obj-99", + "index" : 1, + "maxclass" : "outlet", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 103.0, 302.46435546875, 30.0, 30.0 ] + } + + } + ], + "lines" : [ { + "patchline" : { + "destination" : [ "obj-52", 0 ], + "source" : [ "obj-51", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-99", 0 ], + "source" : [ "obj-52", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-59", 0 ], + "source" : [ "obj-58", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-65", 0 ], + "source" : [ "obj-59", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-51", 0 ], + "source" : [ "obj-65", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-58", 0 ], + "source" : [ "obj-80", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-65", 0 ], + "source" : [ "obj-80", 1 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-97", 0 ], + "source" : [ "obj-80", 2 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-65", 0 ], + "source" : [ "obj-97", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-80", 0 ], + "source" : [ "obj-98", 0 ] + } + + } + ] + } +, + "patching_rect" : [ 462.0, 741.535645000000045, 76.0, 22.0 ], + "saved_object_attributes" : { + "description" : "", + "digest" : "", + "globalpatchername" : "", + "tags" : "" + } +, + "text" : "p time-on-off" + } + + } +, { + "box" : { + "color" : [ 1.0, 0.0, 0.0, 1.0 ], + "id" : "obj-79", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "patching_rect" : [ 458.0, 662.0, 58.0, 22.0 ], + "text" : "loadbang" + } + + } +, { + "box" : { + "bgcolor" : [ 1.0, 0.0, 0.0, 1.0 ], + "bgcolor2" : [ 0.2, 0.2, 0.2, 1 ], + "bgfillcolor_color" : [ 0.2, 0.2, 0.2, 1 ], + "bgfillcolor_color1" : [ 1.0, 0.0, 0.0, 1.0 ], + "bgfillcolor_color2" : [ 0.2, 0.2, 0.2, 1 ], + "bgfillcolor_type" : "gradient", + "gradient" : 1, + "id" : "obj-60", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 458.0, 707.0, 75.0, 22.0 ], + "text" : "on 10, off 19" + } + + } +, { + "box" : { + "id" : "obj-31", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "multichannelsignal" ], + "patching_rect" : [ 287.0, 563.5, 40.0, 22.0 ], + "text" : "mc.*~" + } + + } +, { "box" : { "id" : "obj-63", "maxclass" : "newobj", @@ -166,7 +457,7 @@ "appversion" : { "major" : 8, "minor" : 6, - "revision" : 4, + "revision" : 2, "architecture" : "x64", "modernui" : 1 } @@ -735,7 +1026,7 @@ } , "text" : "Playback Mode", - "textcolor" : [ 0.027450980392157, 0.027450980392157, 0.027450980392157, 1.0 ] + "textcolor" : [ 0.0, 0.0, 0.0, 1.0 ] } } @@ -756,7 +1047,7 @@ } , "text" : "Instance", - "textcolor" : [ 0.027450980392157, 0.027450980392157, 0.027450980392157, 1.0 ] + "textcolor" : [ 0.0, 0.0, 0.0, 1.0 ] } } @@ -1360,7 +1651,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 546.0, 126.0, 508.0, 35.0 ], + "patching_rect" : [ 546.0, 126.0, 508.0, 36.0 ], "text" : "instrument 1 2 0 1, instrument 3 4 0 2, instrument 5 6 0 3, instrument 7 8 0 4, instrument Bell-1.instr 1 2 0 1" } @@ -1499,9 +1790,9 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 400.0, 62.0, 132.0, 35.0 ], + "patching_rect" : [ 400.0, 62.0, 132.0, 36.0 ], "saved_object_attributes" : { - "client_rect" : [ 1049, 490, 1658, 806 ], + "client_rect" : [ 903, 252, 1512, 568 ], "parameter_enable" : 0, "parameter_mappable" : 0, "storage_rect" : [ 780, 524, 1380, 824 ] @@ -1565,7 +1856,7 @@ } , "text" : "Spatialization", - "textcolor" : [ 0.027450980392157, 0.027450980392157, 0.027450980392157, 1.0 ] + "textcolor" : [ 0.0, 0.0, 0.0, 1.0 ] } } @@ -1577,7 +1868,7 @@ "appversion" : { "major" : 8, "minor" : 6, - "revision" : 4, + "revision" : 2, "architecture" : "x64", "modernui" : 1 } @@ -1616,11 +1907,11 @@ "maxclass" : "comment", "text" : "Dry mix", "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-307", + "patching_rect" : [ 525.0, 1291.0, 60.0, 21.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 525.0, 1291.0, 60.0, 21.0 ] + "fontname" : "Lato" } } @@ -1629,12 +1920,12 @@ "maxclass" : "newobj", "text" : "param dry 1 @min 0 @max 1", "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-306", + "patching_rect" : [ 532.0, 1320.0, 172.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 532.0, 1320.0, 172.0, 23.0 ] + "fontname" : "Lato" } } @@ -1644,11 +1935,11 @@ "text" : "Diffusion\nchains", "linecount" : 2, "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-303", + "patching_rect" : [ 45.0, 1230.0, 60.0, 35.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 45.0, 1230.0, 60.0, 35.0 ] + "fontname" : "Lato" } } @@ -1657,12 +1948,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-302", + "patching_rect" : [ 270.0, 900.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 270.0, 900.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1671,12 +1962,12 @@ "maxclass" : "newobj", "text" : "in 1", "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-300", + "patching_rect" : [ 285.0, 930.0, 30.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 285.0, 930.0, 30.0, 23.0 ] + "fontname" : "Lato" } } @@ -1685,12 +1976,12 @@ "maxclass" : "newobj", "text" : "* 0.707", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-298", + "patching_rect" : [ 840.0, 64.0, 50.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 64.0, 50.0, 23.0 ] + "fontname" : "Lato" } } @@ -1699,12 +1990,12 @@ "maxclass" : "newobj", "text" : "in 1", "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-297", + "patching_rect" : [ 840.0, 30.0, 30.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 30.0, 30.0, 23.0 ] + "fontname" : "Lato" } } @@ -1713,12 +2004,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-294", + "patching_rect" : [ 1140.0, 825.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1140.0, 825.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1727,12 +2018,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-295", + "patching_rect" : [ 990.0, 825.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 990.0, 825.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1741,12 +2032,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-293", + "patching_rect" : [ 345.0, 825.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 825.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1755,12 +2046,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-292", + "patching_rect" : [ 195.0, 825.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 195.0, 825.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1769,12 +2060,12 @@ "maxclass" : "newobj", "text" : "* 0.5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-289", + "patching_rect" : [ 495.0, 690.0, 36.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 495.0, 690.0, 36.0, 23.0 ] + "fontname" : "Lato" } } @@ -1783,12 +2074,12 @@ "maxclass" : "newobj", "text" : "* 0.5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-288", + "patching_rect" : [ 345.0, 690.0, 36.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 690.0, 36.0, 23.0 ] + "fontname" : "Lato" } } @@ -1797,12 +2088,12 @@ "maxclass" : "newobj", "text" : "* 0.5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-287", + "patching_rect" : [ 195.0, 690.0, 36.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 195.0, 690.0, 36.0, 23.0 ] + "fontname" : "Lato" } } @@ -1811,12 +2102,12 @@ "maxclass" : "newobj", "text" : "* 0.5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-286", + "patching_rect" : [ 45.000003999999997, 690.0, 36.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 45.000003999999997, 690.0, 36.0, 23.0 ] + "fontname" : "Lato" } } @@ -1825,12 +2116,12 @@ "maxclass" : "newobj", "text" : "in 1", "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-284", + "patching_rect" : [ 465.0, 1355.0, 30.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 465.0, 1355.0, 30.0, 23.0 ] + "fontname" : "Lato" } } @@ -1839,12 +2130,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-283", + "patching_rect" : [ 465.0, 1395.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 465.0, 1395.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1853,12 +2144,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-278", + "patching_rect" : [ 270.0, 990.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 270.0, 990.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1867,12 +2158,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-277", + "patching_rect" : [ 1065.0, 855.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1065.0, 855.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1881,12 +2172,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-276", + "patching_rect" : [ 270.0, 861.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 270.0, 861.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1895,12 +2186,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-271", + "patching_rect" : [ 1290.0, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1290.0, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1909,12 +2200,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-272", + "patching_rect" : [ 1140.0, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1140.0, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1923,12 +2214,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-273", + "patching_rect" : [ 990.0, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 990.0, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1937,12 +2228,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-274", + "patching_rect" : [ 840.0, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1952,12 +2243,12 @@ "text" : "param early 0.25 @min 0 @max 1", "linecount" : 2, "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-275", + "patching_rect" : [ 1335.0, 735.0, 120.0, 37.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1335.0, 735.0, 120.0, 37.0 ] + "fontname" : "Lato" } } @@ -1966,12 +2257,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-269", + "patching_rect" : [ 495.0, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 495.0, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1980,12 +2271,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-270", + "patching_rect" : [ 345.0, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -1994,12 +2285,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-267", + "patching_rect" : [ 195.0, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 195.0, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2008,12 +2299,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-266", + "patching_rect" : [ 45.000003999999997, 780.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 45.000003999999997, 780.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2022,12 +2313,12 @@ "maxclass" : "newobj", "text" : "!- 0", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-264", + "patching_rect" : [ 345.0, 660.0, 28.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 660.0, 28.0, 23.0 ] + "fontname" : "Lato" } } @@ -2036,12 +2327,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-263", + "patching_rect" : [ 495.0, 630.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 495.0, 630.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2050,12 +2341,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-262", + "patching_rect" : [ 345.0, 630.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 630.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2064,12 +2355,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-261", + "patching_rect" : [ 195.0, 630.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 195.0, 630.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2078,12 +2369,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-260", + "patching_rect" : [ 435.0, 585.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 435.0, 585.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2092,12 +2383,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-259", + "patching_rect" : [ 45.000003999999997, 630.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 45.000003999999997, 630.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2106,12 +2397,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-258", + "patching_rect" : [ 360.0, 585.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 360.0, 585.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2120,12 +2411,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-257", + "patching_rect" : [ 135.0, 585.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 135.0, 585.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2134,12 +2425,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-256", + "patching_rect" : [ 60.0, 585.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 60.0, 585.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2149,11 +2440,11 @@ "text" : "FDN matrix", "linecount" : 2, "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-249", + "patching_rect" : [ 255.0, 570.0, 60.0, 35.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 255.0, 570.0, 60.0, 35.0 ] + "fontname" : "Lato" } } @@ -2162,12 +2453,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-245", + "patching_rect" : [ 525.0, 720.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 525.0, 720.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2176,12 +2467,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-246", + "patching_rect" : [ 375.0, 720.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 375.0, 720.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2190,12 +2481,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-247", + "patching_rect" : [ 225.0, 720.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 225.0, 720.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2204,12 +2495,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-248", + "patching_rect" : [ 75.0, 720.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 75.0, 720.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2218,12 +2509,12 @@ "maxclass" : "newobj", "text" : "expr -pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-231", + "patching_rect" : [ 510.0, 435.0, 113.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 510.0, 435.0, 113.0, 23.0 ] + "fontname" : "Lato" } } @@ -2232,12 +2523,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-232", + "patching_rect" : [ 495.0, 465.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 495.0, 465.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2246,12 +2537,12 @@ "maxclass" : "newobj", "text" : "history", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-233", + "patching_rect" : [ 555.0, 540.0, 47.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 555.0, 540.0, 47.0, 23.0 ] + "fontname" : "Lato" } } @@ -2260,12 +2551,12 @@ "maxclass" : "newobj", "text" : "mix", "numinlets" : 3, - "numoutlets" : 1, "id" : "obj-234", + "patching_rect" : [ 495.0, 540.0, 46.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 495.0, 540.0, 46.0, 23.0 ] + "fontname" : "Lato" } } @@ -2274,12 +2565,12 @@ "maxclass" : "newobj", "text" : "delay 48000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-236", + "patching_rect" : [ 495.0, 405.0, 78.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 495.0, 405.0, 78.0, 23.0 ] + "fontname" : "Lato" } } @@ -2288,12 +2579,12 @@ "maxclass" : "newobj", "text" : "expr -pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-238", + "patching_rect" : [ 360.0, 435.0, 113.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 360.0, 435.0, 113.0, 23.0 ] + "fontname" : "Lato" } } @@ -2302,12 +2593,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-239", + "patching_rect" : [ 345.0, 465.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 465.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2316,12 +2607,12 @@ "maxclass" : "newobj", "text" : "history", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-240", + "patching_rect" : [ 405.0, 540.0, 47.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 405.0, 540.0, 47.0, 23.0 ] + "fontname" : "Lato" } } @@ -2330,12 +2621,12 @@ "maxclass" : "newobj", "text" : "mix", "numinlets" : 3, - "numoutlets" : 1, "id" : "obj-241", + "patching_rect" : [ 345.0, 540.0, 46.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 540.0, 46.0, 23.0 ] + "fontname" : "Lato" } } @@ -2344,12 +2635,12 @@ "maxclass" : "newobj", "text" : "delay 48000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-243", + "patching_rect" : [ 345.0, 405.0, 78.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 345.0, 405.0, 78.0, 23.0 ] + "fontname" : "Lato" } } @@ -2358,12 +2649,12 @@ "maxclass" : "newobj", "text" : "expr -pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-224", + "patching_rect" : [ 210.0, 435.0, 113.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 210.0, 435.0, 113.0, 23.0 ] + "fontname" : "Lato" } } @@ -2372,12 +2663,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-225", + "patching_rect" : [ 195.0, 465.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 195.0, 465.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2386,12 +2677,12 @@ "maxclass" : "newobj", "text" : "history", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-226", + "patching_rect" : [ 255.0, 540.0, 47.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 255.0, 540.0, 47.0, 23.0 ] + "fontname" : "Lato" } } @@ -2400,12 +2691,12 @@ "maxclass" : "newobj", "text" : "mix", "numinlets" : 3, - "numoutlets" : 1, "id" : "obj-227", + "patching_rect" : [ 195.0, 540.0, 46.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 195.0, 540.0, 46.0, 23.0 ] + "fontname" : "Lato" } } @@ -2414,12 +2705,12 @@ "maxclass" : "newobj", "text" : "delay 48000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-229", + "patching_rect" : [ 195.0, 405.0, 78.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 195.0, 405.0, 78.0, 23.0 ] + "fontname" : "Lato" } } @@ -2428,12 +2719,12 @@ "maxclass" : "newobj", "text" : "delay 48000 4", "numinlets" : 5, - "numoutlets" : 4, "id" : "obj-214", + "patching_rect" : [ 840.0, 540.0, 465.0, 23.0 ], + "numoutlets" : 4, "fontsize" : 12.0, "outlettype" : [ "", "", "", "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 540.0, 465.0, 23.0 ] + "fontname" : "Lato" } } @@ -2443,11 +2734,11 @@ "text" : "Tap delays", "linecount" : 2, "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-213", + "patching_rect" : [ 780.0, 540.0, 60.0, 35.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 780.0, 540.0, 60.0, 35.0 ] + "fontname" : "Lato" } } @@ -2456,11 +2747,11 @@ "maxclass" : "comment", "text" : "prediffuse", "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-212", + "patching_rect" : [ 900.0, 240.000014999999991, 75.0, 21.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 900.0, 240.000014999999991, 75.0, 21.0 ] + "fontname" : "Lato" } } @@ -2469,11 +2760,11 @@ "maxclass" : "newobj", "text" : "out 1", "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-210", + "patching_rect" : [ 435.0, 1425.0, 38.0, 23.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 435.0, 1425.0, 38.0, 23.0 ] + "fontname" : "Lato" } } @@ -2482,12 +2773,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-204", + "patching_rect" : [ 1290.0, 600.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1290.0, 600.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2496,12 +2787,12 @@ "maxclass" : "newobj", "text" : "expr pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-205", + "patching_rect" : [ 1305.0, 570.0, 109.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1305.0, 570.0, 109.0, 23.0 ] + "fontname" : "Lato" } } @@ -2510,12 +2801,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-202", + "patching_rect" : [ 1140.0, 600.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1140.0, 600.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2524,12 +2815,12 @@ "maxclass" : "newobj", "text" : "expr pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-203", + "patching_rect" : [ 1155.0, 570.0, 109.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1155.0, 570.0, 109.0, 23.0 ] + "fontname" : "Lato" } } @@ -2538,12 +2829,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-200", + "patching_rect" : [ 990.0, 600.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 990.0, 600.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2552,12 +2843,12 @@ "maxclass" : "newobj", "text" : "expr pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-201", + "patching_rect" : [ 1005.0, 570.0, 109.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1005.0, 570.0, 109.0, 23.0 ] + "fontname" : "Lato" } } @@ -2566,12 +2857,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-199", + "patching_rect" : [ 840.0, 600.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 600.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2580,12 +2871,12 @@ "maxclass" : "newobj", "text" : "expr pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-198", + "patching_rect" : [ 855.0, 570.0, 109.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 855.0, 570.0, 109.0, 23.0 ] + "fontname" : "Lato" } } @@ -2594,12 +2885,12 @@ "maxclass" : "newobj", "text" : "+ 5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-197", + "patching_rect" : [ 1305.0, 510.0, 28.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1305.0, 510.0, 28.0, 23.0 ] + "fontname" : "Lato" } } @@ -2608,12 +2899,12 @@ "maxclass" : "newobj", "text" : "+ 5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-196", + "patching_rect" : [ 1155.0, 510.0, 28.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1155.0, 510.0, 28.0, 23.0 ] + "fontname" : "Lato" } } @@ -2622,12 +2913,12 @@ "maxclass" : "newobj", "text" : "+ 5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-195", + "patching_rect" : [ 1005.0, 510.0, 28.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1005.0, 510.0, 28.0, 23.0 ] + "fontname" : "Lato" } } @@ -2636,12 +2927,12 @@ "maxclass" : "newobj", "text" : "+ 5", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-194", + "patching_rect" : [ 855.0, 510.0, 28.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 855.0, 510.0, 28.0, 23.0 ] + "fontname" : "Lato" } } @@ -2650,12 +2941,12 @@ "maxclass" : "newobj", "text" : "* 0.155", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-191", + "patching_rect" : [ 1155.0, 480.0, 50.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1155.0, 480.0, 50.0, 23.0 ] + "fontname" : "Lato" } } @@ -2664,12 +2955,12 @@ "maxclass" : "newobj", "text" : "* 0.3", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-192", + "patching_rect" : [ 1005.0, 480.0, 36.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1005.0, 480.0, 36.0, 23.0 ] + "fontname" : "Lato" } } @@ -2678,12 +2969,12 @@ "maxclass" : "newobj", "text" : "* 0.41", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-193", + "patching_rect" : [ 855.0, 480.0, 43.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 855.0, 480.0, 43.0, 23.0 ] + "fontname" : "Lato" } } @@ -2692,12 +2983,12 @@ "maxclass" : "newobj", "text" : "!- 1341", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-131", + "patching_rect" : [ 330.0, 1110.0, 49.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 330.0, 1110.0, 49.0, 23.0 ] + "fontname" : "Lato" } } @@ -2706,12 +2997,12 @@ "maxclass" : "newobj", "text" : "!-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-129", + "patching_rect" : [ 270.0, 1110.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 270.0, 1110.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2720,12 +3011,12 @@ "maxclass" : "newobj", "text" : "+ 369", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-127", + "patching_rect" : [ 270.0, 1080.0, 42.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 270.0, 1080.0, 42.0, 23.0 ] + "fontname" : "Lato" } } @@ -2734,12 +3025,12 @@ "maxclass" : "newobj", "text" : "+ 931", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-125", + "patching_rect" : [ 330.0, 1080.0, 42.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 330.0, 1080.0, 42.0, 23.0 ] + "fontname" : "Lato" } } @@ -2748,12 +3039,12 @@ "maxclass" : "newobj", "text" : "* 0.376623", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-124", + "patching_rect" : [ 330.0, 1050.0, 70.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 330.0, 1050.0, 70.0, 23.0 ] + "fontname" : "Lato" } } @@ -2762,12 +3053,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-112", + "patching_rect" : [ 435.0, 1320.0, 45.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 435.0, 1320.0, 45.0, 23.0 ] + "fontname" : "Lato" } } @@ -2776,12 +3067,12 @@ "maxclass" : "newobj", "text" : "* 0.625", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-114", + "patching_rect" : [ 435.0, 1290.0, 50.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 435.0, 1290.0, 50.0, 23.0 ] + "fontname" : "Lato" } } @@ -2790,12 +3081,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-116", + "patching_rect" : [ 435.0, 1260.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 435.0, 1260.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2804,12 +3095,12 @@ "maxclass" : "newobj", "text" : "* 0.625", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-119", + "patching_rect" : [ 450.0, 1230.0, 50.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 450.0, 1230.0, 50.0, 23.0 ] + "fontname" : "Lato" } } @@ -2818,12 +3109,12 @@ "maxclass" : "newobj", "text" : "delay 10000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-120", + "patching_rect" : [ 480.0, 1200.0, 78.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 480.0, 1200.0, 78.0, 23.0 ] + "fontname" : "Lato" } } @@ -2832,12 +3123,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-121", + "patching_rect" : [ 510.000061000000017, 1170.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 510.000061000000017, 1170.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2846,12 +3137,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-98", + "patching_rect" : [ 285.0, 1320.0, 45.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 285.0, 1320.0, 45.0, 23.0 ] + "fontname" : "Lato" } } @@ -2860,12 +3151,12 @@ "maxclass" : "newobj", "text" : "* 0.625", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-100", + "patching_rect" : [ 285.0, 1290.0, 50.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 285.0, 1290.0, 50.0, 23.0 ] + "fontname" : "Lato" } } @@ -2874,12 +3165,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-102", + "patching_rect" : [ 285.0, 1260.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 285.0, 1260.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2888,12 +3179,12 @@ "maxclass" : "newobj", "text" : "* 0.625", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-105", + "patching_rect" : [ 300.0, 1230.0, 50.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 300.0, 1230.0, 50.0, 23.0 ] + "fontname" : "Lato" } } @@ -2902,12 +3193,12 @@ "maxclass" : "newobj", "text" : "delay 15000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-106", + "patching_rect" : [ 330.0, 1200.0, 78.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 330.0, 1200.0, 78.0, 23.0 ] + "fontname" : "Lato" } } @@ -2916,12 +3207,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-107", + "patching_rect" : [ 360.0, 1170.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 360.0, 1170.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -2930,12 +3221,12 @@ "maxclass" : "newobj", "text" : "+ 159", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-95", + "patching_rect" : [ 224.999968999999993, 1110.0, 42.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 224.999968999999993, 1110.0, 42.0, 23.0 ] + "fontname" : "Lato" } } @@ -2944,12 +3235,12 @@ "maxclass" : "newobj", "text" : "* 0.125541", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-88", + "patching_rect" : [ 224.999968999999993, 1050.0, 70.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 224.999968999999993, 1050.0, 70.0, 23.0 ] + "fontname" : "Lato" } } @@ -2958,12 +3249,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-77", + "patching_rect" : [ 134.999968999999993, 1320.0, 45.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 134.999968999999993, 1320.0, 45.0, 23.0 ] + "fontname" : "Lato" } } @@ -2972,12 +3263,12 @@ "maxclass" : "newobj", "text" : "* 0.75", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-79", + "patching_rect" : [ 134.999968999999993, 1290.0, 43.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 134.999968999999993, 1290.0, 43.0, 23.0 ] + "fontname" : "Lato" } } @@ -2986,12 +3277,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-81", + "patching_rect" : [ 134.999968999999993, 1260.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 134.999968999999993, 1260.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -3000,12 +3291,12 @@ "maxclass" : "newobj", "text" : "* 0.75", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-84", + "patching_rect" : [ 149.999968999999993, 1230.0, 43.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 149.999968999999993, 1230.0, 43.0, 23.0 ] + "fontname" : "Lato" } } @@ -3014,12 +3305,12 @@ "maxclass" : "newobj", "text" : "delay 5000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-85", + "patching_rect" : [ 179.999968999999993, 1200.0, 71.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 179.999968999999993, 1200.0, 71.0, 23.0 ] + "fontname" : "Lato" } } @@ -3028,12 +3319,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-86", + "patching_rect" : [ 209.999968999999993, 1170.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 209.999968999999993, 1170.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -3042,12 +3333,12 @@ "maxclass" : "newobj", "text" : "+", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-74", + "patching_rect" : [ 840.0, 300.0, 45.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 300.0, 45.0, 23.0 ] + "fontname" : "Lato" } } @@ -3056,12 +3347,12 @@ "maxclass" : "newobj", "text" : "* 0.75", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-72", + "patching_rect" : [ 840.0, 270.0, 43.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 270.0, 43.0, 23.0 ] + "fontname" : "Lato" } } @@ -3070,12 +3361,12 @@ "maxclass" : "newobj", "text" : "-", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-67", + "patching_rect" : [ 840.0, 240.000014999999991, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 240.000014999999991, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -3084,12 +3375,12 @@ "maxclass" : "newobj", "text" : "* 0.75", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-64", + "patching_rect" : [ 855.0, 210.000014999999991, 43.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 855.0, 210.000014999999991, 43.0, 23.0 ] + "fontname" : "Lato" } } @@ -3098,12 +3389,12 @@ "maxclass" : "newobj", "text" : "delay 6000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-63", + "patching_rect" : [ 885.0, 180.000014999999991, 71.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 885.0, 180.000014999999991, 71.0, 23.0 ] + "fontname" : "Lato" } } @@ -3112,12 +3403,12 @@ "maxclass" : "newobj", "text" : "* 0.110732", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-62", + "patching_rect" : [ 937.0, 150.0, 70.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 937.0, 150.0, 70.0, 23.0 ] + "fontname" : "Lato" } } @@ -3126,12 +3417,12 @@ "maxclass" : "newobj", "text" : "int", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-52", + "patching_rect" : [ 675.0, 1110.0, 24.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 675.0, 1110.0, 24.0, 23.0 ] + "fontname" : "Lato" } } @@ -3140,12 +3431,12 @@ "maxclass" : "newobj", "text" : "* 0.000527", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-51", + "patching_rect" : [ 675.0, 1080.0, 70.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 675.0, 1080.0, 70.0, 23.0 ] + "fontname" : "Lato" } } @@ -3154,12 +3445,12 @@ "maxclass" : "newobj", "text" : "expr -pow(in2\\,in1)", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-45", + "patching_rect" : [ 60.0, 435.0, 113.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 60.0, 435.0, 113.0, 23.0 ] + "fontname" : "Lato" } } @@ -3168,12 +3459,12 @@ "maxclass" : "newobj", "text" : "*", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-44", + "patching_rect" : [ 45.000003999999997, 465.0, 32.5, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 45.000003999999997, 465.0, 32.5, 23.0 ] + "fontname" : "Lato" } } @@ -3182,12 +3473,12 @@ "maxclass" : "newobj", "text" : "* 0.63245", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-42", + "patching_rect" : [ 555.0, 345.0, 63.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 555.0, 345.0, 63.0, 23.0 ] + "fontname" : "Lato" } } @@ -3196,12 +3487,12 @@ "maxclass" : "newobj", "text" : "* 0.7071", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-43", + "patching_rect" : [ 405.0, 345.0, 57.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 405.0, 345.0, 57.0, 23.0 ] + "fontname" : "Lato" } } @@ -3210,12 +3501,12 @@ "maxclass" : "newobj", "text" : "* 0.81649", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-41", + "patching_rect" : [ 255.0, 345.0, 63.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 255.0, 345.0, 63.0, 23.0 ] + "fontname" : "Lato" } } @@ -3224,12 +3515,12 @@ "maxclass" : "newobj", "text" : "* 1", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-40", + "patching_rect" : [ 105.0, 345.0, 26.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 105.0, 345.0, 26.0, 23.0 ] + "fontname" : "Lato" } } @@ -3239,12 +3530,12 @@ "text" : "expr pow(pow(10\\,-60/20)\\,1./(in1*samplerate))", "linecount" : 2, "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-35", + "patching_rect" : [ 1125.0, 382.0, 240.0, 37.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1125.0, 382.0, 240.0, 37.0 ] + "fontname" : "Lato" } } @@ -3253,12 +3544,12 @@ "maxclass" : "newobj", "text" : "history", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-31", + "patching_rect" : [ 105.0, 540.0, 47.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 105.0, 540.0, 47.0, 23.0 ] + "fontname" : "Lato" } } @@ -3267,12 +3558,12 @@ "maxclass" : "newobj", "text" : "mix", "numinlets" : 3, - "numoutlets" : 1, "id" : "obj-32", + "patching_rect" : [ 45.000003999999997, 540.0, 46.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 45.000003999999997, 540.0, 46.0, 23.0 ] + "fontname" : "Lato" } } @@ -3282,11 +3573,11 @@ "text" : "FDN dampers", "linecount" : 2, "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-33", + "patching_rect" : [ 90.0, 495.0, 60.0, 35.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 90.0, 495.0, 60.0, 35.0 ] + "fontname" : "Lato" } } @@ -3295,12 +3586,12 @@ "maxclass" : "newobj", "text" : "delay 48000", "numinlets" : 2, - "numoutlets" : 1, "id" : "obj-30", + "patching_rect" : [ 45.000003999999997, 405.0, 78.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 45.000003999999997, 405.0, 78.0, 23.0 ] + "fontname" : "Lato" } } @@ -3310,11 +3601,11 @@ "text" : "Feeedback delay network", "linecount" : 3, "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-28", + "patching_rect" : [ 30.0, 330.0, 75.0, 50.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 30.0, 330.0, 75.0, 50.0 ] + "fontname" : "Lato" } } @@ -3323,12 +3614,12 @@ "maxclass" : "newobj", "text" : "history", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-27", + "patching_rect" : [ 900.0, 104.999992000000006, 47.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 900.0, 104.999992000000006, 47.0, 23.0 ] + "fontname" : "Lato" } } @@ -3337,12 +3628,12 @@ "maxclass" : "newobj", "text" : "mix", "numinlets" : 3, - "numoutlets" : 1, "id" : "obj-17", + "patching_rect" : [ 840.0, 104.999992000000006, 46.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 840.0, 104.999992000000006, 46.0, 23.0 ] + "fontname" : "Lato" } } @@ -3351,11 +3642,11 @@ "maxclass" : "comment", "text" : "input damper", "numinlets" : 1, - "numoutlets" : 0, "id" : "obj-16", + "patching_rect" : [ 960.0, 105.0, 90.0, 21.0 ], + "numoutlets" : 0, "fontsize" : 12.0, - "fontname" : "Lato", - "patching_rect" : [ 960.0, 105.0, 90.0, 21.0 ] + "fontname" : "Lato" } } @@ -3364,12 +3655,12 @@ "maxclass" : "newobj", "text" : "!- 1", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-14", + "patching_rect" : [ 960.0, 75.0, 28.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 960.0, 75.0, 28.0, 23.0 ] + "fontname" : "Lato" } } @@ -3378,12 +3669,12 @@ "maxclass" : "newobj", "text" : "expr in1*samplerate/340", "numinlets" : 1, - "numoutlets" : 1, "id" : "obj-11", + "patching_rect" : [ 675.0, 120.0, 144.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 675.0, 120.0, 144.0, 23.0 ] + "fontname" : "Lato" } } @@ -3393,12 +3684,12 @@ "text" : "param tail 0.25 @min 0 @max 1", "linecount" : 2, "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-10", + "patching_rect" : [ 570.0, 735.0, 105.0, 37.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 570.0, 735.0, 105.0, 37.0 ] + "fontname" : "Lato" } } @@ -3408,12 +3699,12 @@ "text" : "param bandwidth 0.5 @min 0 @max 1", "linecount" : 2, "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-7", + "patching_rect" : [ 960.0, 30.0, 135.0, 37.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 960.0, 30.0, 135.0, 37.0 ] + "fontname" : "Lato" } } @@ -3421,13 +3712,14 @@ "box" : { "maxclass" : "newobj", "text" : "param _spread 23 @min 0 @max 100", + "linecount" : 2, "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-6", + "patching_rect" : [ 331.25, 966.0, 203.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 331.25, 966.0, 203.0, 23.0 ] + "fontname" : "Lato" } } @@ -3437,12 +3729,12 @@ "text" : "param damping 0.7 @min 0 @max 1", "linecount" : 2, "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-5", + "patching_rect" : [ 540.0, 495.0, 120.0, 37.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 540.0, 495.0, 120.0, 37.0 ] + "fontname" : "Lato" } } @@ -3451,12 +3743,12 @@ "maxclass" : "newobj", "text" : "param revtime 11 @min 0.1", "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-4", + "patching_rect" : [ 1125.0, 355.0, 163.0, 23.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 1125.0, 355.0, 163.0, 23.0 ] + "fontname" : "Lato" } } @@ -3466,1436 +3758,112 @@ "text" : "param roomsize 75 @min 0.1 @max 300", "linecount" : 2, "numinlets" : 0, - "numoutlets" : 1, "id" : "obj-3", + "patching_rect" : [ 675.0, 75.0, 135.0, 37.0 ], + "numoutlets" : 1, "fontsize" : 12.0, "outlettype" : [ "" ], - "fontname" : "Lato", - "patching_rect" : [ 675.0, 75.0, 135.0, 37.0 ] + "fontname" : "Lato" } } ], "lines" : [ { "patchline" : { - "source" : [ "obj-6", 0 ], - "destination" : [ "obj-124", 0 ], - "midpoints" : [ 340.75, 1037.0, 339.5, 1037.0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-6", 0 ], - "destination" : [ "obj-88", 0 ], - "midpoints" : [ 340.75, 1037.0, 234.499968999999993, 1037.0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-98", 0 ], - "destination" : [ "obj-116", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-95", 0 ], - "destination" : [ "obj-86", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-88", 0 ], - "destination" : [ "obj-95", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-88", 0 ], - "destination" : [ "obj-127", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-86", 0 ], - "destination" : [ "obj-85", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-85", 0 ], - "destination" : [ "obj-84", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-85", 0 ], - "destination" : [ "obj-77", 1 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-84", 0 ], - "destination" : [ "obj-81", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-81", 0 ], - "destination" : [ "obj-85", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-81", 0 ], - "destination" : [ "obj-79", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-79", 0 ], - "destination" : [ "obj-77", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-77", 0 ], - "destination" : [ "obj-102", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-74", 0 ], - "destination" : [ "obj-214", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-72", 0 ], - "destination" : [ "obj-74", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-7", 0 ], - "destination" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-67", 0 ], - "destination" : [ "obj-72", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-67", 0 ], - "destination" : [ "obj-63", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-64", 0 ], - "destination" : [ "obj-67", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-63", 0 ], - "destination" : [ "obj-74", 1 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-63", 0 ], - "destination" : [ "obj-64", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-62", 0 ], - "destination" : [ "obj-63", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-52", 0 ], - "destination" : [ "obj-86", 0 ], - "color" : [ 0.67451, 0.819608, 0.572549, 1.0 ], - "midpoints" : [ 684.5, 1149.5, 219.499968999999993, 1149.5 ], - "order" : 2 - } - - } -, { - "patchline" : { - "source" : [ "obj-52", 0 ], - "destination" : [ "obj-121", 0 ], - "color" : [ 0.67451, 0.819608, 0.572549, 1.0 ], - "midpoints" : [ 684.5, 1149.5, 519.50006099999996, 1149.5 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-52", 0 ], - "destination" : [ "obj-107", 0 ], - "color" : [ 0.67451, 0.819608, 0.572549, 1.0 ], - "midpoints" : [ 684.5, 1149.5, 369.5, 1149.5 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-51", 0 ], - "destination" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-5", 0 ], - "destination" : [ "obj-32", 2 ], - "midpoints" : [ 549.5, 534.0, 81.50000399999999, 534.0 ], + "source" : [ "obj-10", 0 ], + "destination" : [ "obj-266", 1 ], + "midpoints" : [ 579.5, 774.5, 68.00000399999999, 774.5 ], "order" : 3 } } , { "patchline" : { - "source" : [ "obj-5", 0 ], - "destination" : [ "obj-241", 2 ], - "midpoints" : [ 549.5, 534.0, 381.5, 534.0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-5", 0 ], - "destination" : [ "obj-234", 2 ], - "midpoints" : [ 549.5, 534.0, 531.5, 534.0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-5", 0 ], - "destination" : [ "obj-227", 2 ], - "midpoints" : [ 549.5, 534.0, 231.5, 534.0 ], + "source" : [ "obj-10", 0 ], + "destination" : [ "obj-267", 1 ], + "midpoints" : [ 579.5, 774.5, 218.0, 774.5 ], "order" : 2 } } , { "patchline" : { - "source" : [ "obj-45", 0 ], - "destination" : [ "obj-44", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-44", 0 ], - "destination" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-43", 0 ], - "destination" : [ "obj-243", 1 ], + "source" : [ "obj-10", 0 ], + "destination" : [ "obj-269", 1 ], + "midpoints" : [ 579.5, 774.5, 518.0, 774.5 ], "order" : 0 } } , { "patchline" : { - "source" : [ "obj-43", 0 ], - "destination" : [ "obj-238", 0 ], + "source" : [ "obj-10", 0 ], + "destination" : [ "obj-270", 1 ], + "midpoints" : [ 579.5, 774.5, 368.0, 774.5 ], "order" : 1 } } , { "patchline" : { - "source" : [ "obj-42", 0 ], - "destination" : [ "obj-236", 1 ], + "source" : [ "obj-100", 0 ], + "destination" : [ "obj-98", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-102", 0 ], + "destination" : [ "obj-100", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-102", 0 ], + "destination" : [ "obj-106", 0 ], "order" : 0 } } , { "patchline" : { - "source" : [ "obj-42", 0 ], - "destination" : [ "obj-231", 0 ], + "source" : [ "obj-105", 0 ], + "destination" : [ "obj-102", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-106", 0 ], + "destination" : [ "obj-105", 0 ], "order" : 1 } } , { "patchline" : { - "source" : [ "obj-41", 0 ], - "destination" : [ "obj-229", 1 ], + "source" : [ "obj-106", 0 ], + "destination" : [ "obj-98", 1 ], "order" : 0 } } , { "patchline" : { - "source" : [ "obj-41", 0 ], - "destination" : [ "obj-224", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-40", 0 ], - "destination" : [ "obj-45", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-40", 0 ], - "destination" : [ "obj-30", 1 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-4", 0 ], - "destination" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-45", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 429.0, 163.5, 429.0 ], - "order" : 7 - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-238", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 429.0, 463.5, 429.0 ], - "order" : 5 - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-231", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 429.0, 613.5, 429.0 ], - "order" : 4 - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-224", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 429.0, 313.5, 429.0 ], - "order" : 6 - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-205", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 428.405304000000001, 1404.5, 428.405304000000001 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-203", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 431.333496000000025, 1254.5, 431.333496000000025 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-201", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 429.869415000000004, 1104.5, 429.869415000000004 ], - "order" : 2 - } - - } -, { - "patchline" : { - "source" : [ "obj-35", 0 ], - "destination" : [ "obj-198", 1 ], - "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], - "midpoints" : [ 1134.5, 429.869415000000004, 954.5, 429.869415000000004 ], - "order" : 3 - } - - } -, { - "patchline" : { - "source" : [ "obj-32", 0 ], - "destination" : [ "obj-31", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-32", 0 ], - "destination" : [ "obj-257", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-32", 0 ], - "destination" : [ "obj-256", 0 ], - "order" : 2 - } - - } -, { - "patchline" : { - "source" : [ "obj-31", 0 ], - "destination" : [ "obj-32", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-306", 0 ], - "destination" : [ "obj-283", 1 ], - "midpoints" : [ 541.5, 1389.5, 488.0, 1389.5 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-302", 0 ], - "destination" : [ "obj-278", 0 ], - "midpoints" : [ 279.5, 916.253906000000029, 279.5, 916.253906000000029 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-300", 0 ], - "destination" : [ "obj-278", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-30", 0 ], - "destination" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-3", 0 ], - "destination" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-298", 0 ], - "destination" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-297", 0 ], - "destination" : [ "obj-298", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-295", 0 ], - "destination" : [ "obj-277", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-294", 0 ], - "destination" : [ "obj-277", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-293", 0 ], - "destination" : [ "obj-276", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-292", 0 ], - "destination" : [ "obj-276", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-289", 0 ], - "destination" : [ "obj-269", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-289", 0 ], - "destination" : [ "obj-245", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-288", 0 ], - "destination" : [ "obj-270", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-288", 0 ], - "destination" : [ "obj-246", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-287", 0 ], - "destination" : [ "obj-267", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-287", 0 ], - "destination" : [ "obj-247", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-286", 0 ], - "destination" : [ "obj-266", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-286", 0 ], - "destination" : [ "obj-248", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-284", 0 ], - "destination" : [ "obj-283", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-283", 0 ], - "destination" : [ "obj-210", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-278", 0 ], - "destination" : [ "obj-81", 0 ], - "midpoints" : [ 279.5, 1020.479736000000003, 144.499968999999993, 1020.479736000000003 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-277", 0 ], - "destination" : [ "obj-302", 1 ], - "midpoints" : [ 1074.5, 889.5, 293.0, 889.5 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-276", 0 ], - "destination" : [ "obj-302", 0 ], - "midpoints" : [ 279.5, 879.5, 279.5, 879.5 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-275", 0 ], - "destination" : [ "obj-274", 1 ], - "midpoints" : [ 1344.5, 774.5, 863.0, 774.5 ], - "order" : 3 - } - - } -, { - "patchline" : { - "source" : [ "obj-275", 0 ], - "destination" : [ "obj-273", 1 ], - "midpoints" : [ 1344.5, 774.5, 1013.0, 774.5 ], - "order" : 2 - } - - } -, { - "patchline" : { - "source" : [ "obj-275", 0 ], - "destination" : [ "obj-272", 1 ], - "midpoints" : [ 1344.5, 774.5, 1163.0, 774.5 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-275", 0 ], - "destination" : [ "obj-271", 1 ], - "midpoints" : [ 1344.5, 774.5, 1313.0, 774.5 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-274", 0 ], - "destination" : [ "obj-295", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-273", 0 ], - "destination" : [ "obj-294", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-272", 0 ], - "destination" : [ "obj-295", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-271", 0 ], - "destination" : [ "obj-294", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-270", 0 ], - "destination" : [ "obj-292", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-27", 0 ], - "destination" : [ "obj-17", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-269", 0 ], - "destination" : [ "obj-293", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-267", 0 ], - "destination" : [ "obj-293", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-266", 0 ], - "destination" : [ "obj-292", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-264", 0 ], - "destination" : [ "obj-288", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-263", 0 ], - "destination" : [ "obj-289", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-262", 0 ], - "destination" : [ "obj-264", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-261", 0 ], - "destination" : [ "obj-287", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-260", 0 ], - "destination" : [ "obj-262", 1 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-260", 0 ], - "destination" : [ "obj-261", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-259", 0 ], - "destination" : [ "obj-286", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-258", 0 ], - "destination" : [ "obj-263", 1 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-258", 0 ], - "destination" : [ "obj-259", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-257", 0 ], - "destination" : [ "obj-262", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-257", 0 ], - "destination" : [ "obj-261", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-256", 0 ], - "destination" : [ "obj-263", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-256", 0 ], - "destination" : [ "obj-259", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-248", 0 ], - "destination" : [ "obj-30", 0 ], - "midpoints" : [ 84.5, 749.0, 39.5, 749.0, 39.5, 395.0, 54.500003999999997, 395.0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-247", 0 ], - "destination" : [ "obj-229", 0 ], - "midpoints" : [ 234.5, 749.0, 188.5, 749.0, 188.5, 395.0, 204.5, 395.0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-246", 0 ], - "destination" : [ "obj-243", 0 ], - "midpoints" : [ 384.5, 749.0, 339.5, 749.0, 339.5, 395.0, 354.5, 395.0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-245", 0 ], - "destination" : [ "obj-236", 0 ], - "midpoints" : [ 534.5, 749.0, 488.5, 749.0, 488.5, 395.0, 504.5, 395.0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-243", 0 ], - "destination" : [ "obj-239", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-241", 0 ], - "destination" : [ "obj-260", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-241", 0 ], - "destination" : [ "obj-258", 0 ], - "order" : 2 - } - - } -, { - "patchline" : { - "source" : [ "obj-241", 0 ], - "destination" : [ "obj-240", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-240", 0 ], - "destination" : [ "obj-241", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-239", 0 ], - "destination" : [ "obj-241", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-238", 0 ], - "destination" : [ "obj-239", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-236", 0 ], - "destination" : [ "obj-232", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-234", 0 ], - "destination" : [ "obj-260", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-234", 0 ], - "destination" : [ "obj-258", 1 ], - "order" : 2 - } - - } -, { - "patchline" : { - "source" : [ "obj-234", 0 ], - "destination" : [ "obj-233", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-233", 0 ], - "destination" : [ "obj-234", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-232", 0 ], - "destination" : [ "obj-234", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-231", 0 ], - "destination" : [ "obj-232", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-229", 0 ], - "destination" : [ "obj-225", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-227", 0 ], - "destination" : [ "obj-257", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-227", 0 ], - "destination" : [ "obj-256", 1 ], - "order" : 2 - } - - } -, { - "patchline" : { - "source" : [ "obj-227", 0 ], - "destination" : [ "obj-226", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-226", 0 ], - "destination" : [ "obj-227", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-225", 0 ], - "destination" : [ "obj-227", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-224", 0 ], - "destination" : [ "obj-225", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-214", 3 ], - "destination" : [ "obj-204", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-214", 2 ], - "destination" : [ "obj-202", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-214", 1 ], - "destination" : [ "obj-200", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-214", 0 ], - "destination" : [ "obj-199", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-205", 0 ], - "destination" : [ "obj-204", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-204", 0 ], - "destination" : [ "obj-271", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-204", 0 ], - "destination" : [ "obj-245", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-203", 0 ], - "destination" : [ "obj-202", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-202", 0 ], - "destination" : [ "obj-272", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-202", 0 ], - "destination" : [ "obj-246", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-201", 0 ], - "destination" : [ "obj-200", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-200", 0 ], - "destination" : [ "obj-273", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-200", 0 ], - "destination" : [ "obj-247", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-199", 0 ], - "destination" : [ "obj-274", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-199", 0 ], - "destination" : [ "obj-248", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-198", 0 ], - "destination" : [ "obj-199", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-197", 0 ], - "destination" : [ "obj-214", 4 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-197", 0 ], - "destination" : [ "obj-205", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-196", 0 ], - "destination" : [ "obj-214", 3 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-196", 0 ], - "destination" : [ "obj-203", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-195", 0 ], - "destination" : [ "obj-214", 2 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-195", 0 ], - "destination" : [ "obj-201", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-194", 0 ], - "destination" : [ "obj-214", 1 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-194", 0 ], - "destination" : [ "obj-198", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-193", 0 ], - "destination" : [ "obj-194", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-192", 0 ], - "destination" : [ "obj-195", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-191", 0 ], - "destination" : [ "obj-196", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-17", 0 ], - "destination" : [ "obj-67", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-17", 0 ], - "destination" : [ "obj-27", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-14", 0 ], - "destination" : [ "obj-17", 2 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-131", 0 ], - "destination" : [ "obj-121", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-129", 0 ], - "destination" : [ "obj-107", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-127", 0 ], - "destination" : [ "obj-129", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-125", 0 ], - "destination" : [ "obj-131", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-125", 0 ], - "destination" : [ "obj-129", 1 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-124", 0 ], - "destination" : [ "obj-125", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-121", 0 ], - "destination" : [ "obj-120", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-120", 0 ], - "destination" : [ "obj-119", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-120", 0 ], - "destination" : [ "obj-112", 1 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-119", 0 ], - "destination" : [ "obj-116", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-116", 0 ], - "destination" : [ "obj-120", 0 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-116", 0 ], - "destination" : [ "obj-114", 0 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-114", 0 ], - "destination" : [ "obj-112", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-112", 0 ], - "destination" : [ "obj-210", 0 ] + "source" : [ "obj-107", 0 ], + "destination" : [ "obj-106", 1 ] } } , { "patchline" : { "source" : [ "obj-11", 0 ], - "destination" : [ "obj-62", 0 ], + "destination" : [ "obj-191", 0 ], "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 144.679504000000009, 946.5, 144.679504000000009 ], - "order" : 3 - } - - } -, { - "patchline" : { - "source" : [ "obj-11", 0 ], - "destination" : [ "obj-51", 0 ], - "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 609.5, 684.5, 609.5 ], - "order" : 5 - } - - } -, { - "patchline" : { - "source" : [ "obj-11", 0 ], - "destination" : [ "obj-43", 0 ], - "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 335.702392999999972, 414.5, 335.702392999999972 ], - "order" : 7 - } - - } -, { - "patchline" : { - "source" : [ "obj-11", 0 ], - "destination" : [ "obj-42", 0 ], - "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 338.630584999999996, 564.5, 338.630584999999996 ], - "order" : 6 - } - - } -, { - "patchline" : { - "source" : [ "obj-11", 0 ], - "destination" : [ "obj-41", 0 ], - "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 337.166503999999975, 264.5, 337.166503999999975 ], - "order" : 8 - } - - } -, { - "patchline" : { - "source" : [ "obj-11", 0 ], - "destination" : [ "obj-40", 0 ], - "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 337.166503999999975, 114.5, 337.166503999999975 ], - "order" : 9 - } - - } -, { - "patchline" : { - "source" : [ "obj-11", 0 ], - "destination" : [ "obj-197", 0 ], - "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 338.394897000000014, 1314.5, 338.394897000000014 ], - "order" : 0 - } - - } -, { - "patchline" : { - "source" : [ "obj-11", 0 ], - "destination" : [ "obj-193", 0 ], - "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 339.5, 864.5, 339.5 ], - "order" : 4 + "midpoints" : [ 684.5, 339.5, 1164.5, 339.5 ], + "order" : 1 } } @@ -4912,101 +3880,1425 @@ , { "patchline" : { "source" : [ "obj-11", 0 ], - "destination" : [ "obj-191", 0 ], + "destination" : [ "obj-193", 0 ], "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], - "midpoints" : [ 684.5, 339.5, 1164.5, 339.5 ], - "order" : 1 + "midpoints" : [ 684.5, 339.5, 864.5, 339.5 ], + "order" : 4 } } , { "patchline" : { - "source" : [ "obj-107", 0 ], - "destination" : [ "obj-106", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-106", 0 ], - "destination" : [ "obj-98", 1 ], + "source" : [ "obj-11", 0 ], + "destination" : [ "obj-197", 0 ], + "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], + "midpoints" : [ 684.5, 338.394897000000014, 1314.5, 338.394897000000014 ], "order" : 0 } } , { "patchline" : { - "source" : [ "obj-106", 0 ], - "destination" : [ "obj-105", 0 ], + "source" : [ "obj-11", 0 ], + "destination" : [ "obj-40", 0 ], + "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], + "midpoints" : [ 684.5, 337.166503999999975, 114.5, 337.166503999999975 ], + "order" : 9 + } + + } +, { + "patchline" : { + "source" : [ "obj-11", 0 ], + "destination" : [ "obj-41", 0 ], + "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], + "midpoints" : [ 684.5, 337.166503999999975, 264.5, 337.166503999999975 ], + "order" : 8 + } + + } +, { + "patchline" : { + "source" : [ "obj-11", 0 ], + "destination" : [ "obj-42", 0 ], + "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], + "midpoints" : [ 684.5, 338.630584999999996, 564.5, 338.630584999999996 ], + "order" : 6 + } + + } +, { + "patchline" : { + "source" : [ "obj-11", 0 ], + "destination" : [ "obj-43", 0 ], + "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], + "midpoints" : [ 684.5, 335.702392999999972, 414.5, 335.702392999999972 ], + "order" : 7 + } + + } +, { + "patchline" : { + "source" : [ "obj-11", 0 ], + "destination" : [ "obj-51", 0 ], + "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], + "midpoints" : [ 684.5, 609.5, 684.5, 609.5 ], + "order" : 5 + } + + } +, { + "patchline" : { + "source" : [ "obj-11", 0 ], + "destination" : [ "obj-62", 0 ], + "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ], + "midpoints" : [ 684.5, 144.679504000000009, 946.5, 144.679504000000009 ], + "order" : 3 + } + + } +, { + "patchline" : { + "source" : [ "obj-112", 0 ], + "destination" : [ "obj-210", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-114", 0 ], + "destination" : [ "obj-112", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-116", 0 ], + "destination" : [ "obj-114", 0 ], "order" : 1 } } , { "patchline" : { - "source" : [ "obj-105", 0 ], - "destination" : [ "obj-102", 1 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-102", 0 ], - "destination" : [ "obj-106", 0 ], + "source" : [ "obj-116", 0 ], + "destination" : [ "obj-120", 0 ], "order" : 0 } } , { "patchline" : { - "source" : [ "obj-102", 0 ], - "destination" : [ "obj-100", 0 ], - "order" : 1 + "source" : [ "obj-119", 0 ], + "destination" : [ "obj-116", 1 ] } } , { "patchline" : { - "source" : [ "obj-100", 0 ], - "destination" : [ "obj-98", 0 ] - } - - } -, { - "patchline" : { - "source" : [ "obj-10", 0 ], - "destination" : [ "obj-270", 1 ], - "midpoints" : [ 579.5, 774.5, 368.0, 774.5 ], - "order" : 1 - } - - } -, { - "patchline" : { - "source" : [ "obj-10", 0 ], - "destination" : [ "obj-269", 1 ], - "midpoints" : [ 579.5, 774.5, 518.0, 774.5 ], + "source" : [ "obj-120", 0 ], + "destination" : [ "obj-112", 1 ], "order" : 0 } } , { "patchline" : { - "source" : [ "obj-10", 0 ], - "destination" : [ "obj-267", 1 ], - "midpoints" : [ 579.5, 774.5, 218.0, 774.5 ], + "source" : [ "obj-120", 0 ], + "destination" : [ "obj-119", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-121", 0 ], + "destination" : [ "obj-120", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-124", 0 ], + "destination" : [ "obj-125", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-125", 0 ], + "destination" : [ "obj-129", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-125", 0 ], + "destination" : [ "obj-131", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-127", 0 ], + "destination" : [ "obj-129", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-129", 0 ], + "destination" : [ "obj-107", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-131", 0 ], + "destination" : [ "obj-121", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-14", 0 ], + "destination" : [ "obj-17", 2 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-17", 0 ], + "destination" : [ "obj-27", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-17", 0 ], + "destination" : [ "obj-67", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-191", 0 ], + "destination" : [ "obj-196", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-192", 0 ], + "destination" : [ "obj-195", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-193", 0 ], + "destination" : [ "obj-194", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-194", 0 ], + "destination" : [ "obj-198", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-194", 0 ], + "destination" : [ "obj-214", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-195", 0 ], + "destination" : [ "obj-201", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-195", 0 ], + "destination" : [ "obj-214", 2 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-196", 0 ], + "destination" : [ "obj-203", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-196", 0 ], + "destination" : [ "obj-214", 3 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-197", 0 ], + "destination" : [ "obj-205", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-197", 0 ], + "destination" : [ "obj-214", 4 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-198", 0 ], + "destination" : [ "obj-199", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-199", 0 ], + "destination" : [ "obj-248", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-199", 0 ], + "destination" : [ "obj-274", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-200", 0 ], + "destination" : [ "obj-247", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-200", 0 ], + "destination" : [ "obj-273", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-201", 0 ], + "destination" : [ "obj-200", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-202", 0 ], + "destination" : [ "obj-246", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-202", 0 ], + "destination" : [ "obj-272", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-203", 0 ], + "destination" : [ "obj-202", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-204", 0 ], + "destination" : [ "obj-245", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-204", 0 ], + "destination" : [ "obj-271", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-205", 0 ], + "destination" : [ "obj-204", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-214", 0 ], + "destination" : [ "obj-199", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-214", 1 ], + "destination" : [ "obj-200", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-214", 2 ], + "destination" : [ "obj-202", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-214", 3 ], + "destination" : [ "obj-204", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-224", 0 ], + "destination" : [ "obj-225", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-225", 0 ], + "destination" : [ "obj-227", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-226", 0 ], + "destination" : [ "obj-227", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-227", 0 ], + "destination" : [ "obj-226", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-227", 0 ], + "destination" : [ "obj-256", 1 ], "order" : 2 } } , { "patchline" : { - "source" : [ "obj-10", 0 ], - "destination" : [ "obj-266", 1 ], - "midpoints" : [ 579.5, 774.5, 68.00000399999999, 774.5 ], + "source" : [ "obj-227", 0 ], + "destination" : [ "obj-257", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-229", 0 ], + "destination" : [ "obj-225", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-231", 0 ], + "destination" : [ "obj-232", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-232", 0 ], + "destination" : [ "obj-234", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-233", 0 ], + "destination" : [ "obj-234", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-234", 0 ], + "destination" : [ "obj-233", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-234", 0 ], + "destination" : [ "obj-258", 1 ], + "order" : 2 + } + + } +, { + "patchline" : { + "source" : [ "obj-234", 0 ], + "destination" : [ "obj-260", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-236", 0 ], + "destination" : [ "obj-232", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-238", 0 ], + "destination" : [ "obj-239", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-239", 0 ], + "destination" : [ "obj-241", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-240", 0 ], + "destination" : [ "obj-241", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-241", 0 ], + "destination" : [ "obj-240", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-241", 0 ], + "destination" : [ "obj-258", 0 ], + "order" : 2 + } + + } +, { + "patchline" : { + "source" : [ "obj-241", 0 ], + "destination" : [ "obj-260", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-243", 0 ], + "destination" : [ "obj-239", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-245", 0 ], + "destination" : [ "obj-236", 0 ], + "midpoints" : [ 534.5, 749.0, 488.5, 749.0, 488.5, 395.0, 504.5, 395.0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-246", 0 ], + "destination" : [ "obj-243", 0 ], + "midpoints" : [ 384.5, 749.0, 339.5, 749.0, 339.5, 395.0, 354.5, 395.0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-247", 0 ], + "destination" : [ "obj-229", 0 ], + "midpoints" : [ 234.5, 749.0, 188.5, 749.0, 188.5, 395.0, 204.5, 395.0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-248", 0 ], + "destination" : [ "obj-30", 0 ], + "midpoints" : [ 84.5, 749.0, 39.5, 749.0, 39.5, 395.0, 54.500003999999997, 395.0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-256", 0 ], + "destination" : [ "obj-259", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-256", 0 ], + "destination" : [ "obj-263", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-257", 0 ], + "destination" : [ "obj-261", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-257", 0 ], + "destination" : [ "obj-262", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-258", 0 ], + "destination" : [ "obj-259", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-258", 0 ], + "destination" : [ "obj-263", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-259", 0 ], + "destination" : [ "obj-286", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-260", 0 ], + "destination" : [ "obj-261", 1 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-260", 0 ], + "destination" : [ "obj-262", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-261", 0 ], + "destination" : [ "obj-287", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-262", 0 ], + "destination" : [ "obj-264", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-263", 0 ], + "destination" : [ "obj-289", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-264", 0 ], + "destination" : [ "obj-288", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-266", 0 ], + "destination" : [ "obj-292", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-267", 0 ], + "destination" : [ "obj-293", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-269", 0 ], + "destination" : [ "obj-293", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-27", 0 ], + "destination" : [ "obj-17", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-270", 0 ], + "destination" : [ "obj-292", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-271", 0 ], + "destination" : [ "obj-294", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-272", 0 ], + "destination" : [ "obj-295", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-273", 0 ], + "destination" : [ "obj-294", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-274", 0 ], + "destination" : [ "obj-295", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-275", 0 ], + "destination" : [ "obj-271", 1 ], + "midpoints" : [ 1344.5, 774.5, 1313.0, 774.5 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-275", 0 ], + "destination" : [ "obj-272", 1 ], + "midpoints" : [ 1344.5, 774.5, 1163.0, 774.5 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-275", 0 ], + "destination" : [ "obj-273", 1 ], + "midpoints" : [ 1344.5, 774.5, 1013.0, 774.5 ], + "order" : 2 + } + + } +, { + "patchline" : { + "source" : [ "obj-275", 0 ], + "destination" : [ "obj-274", 1 ], + "midpoints" : [ 1344.5, 774.5, 863.0, 774.5 ], "order" : 3 } + } +, { + "patchline" : { + "source" : [ "obj-276", 0 ], + "destination" : [ "obj-302", 0 ], + "midpoints" : [ 279.5, 879.5, 279.5, 879.5 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-277", 0 ], + "destination" : [ "obj-302", 1 ], + "midpoints" : [ 1074.5, 889.5, 293.0, 889.5 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-278", 0 ], + "destination" : [ "obj-81", 0 ], + "midpoints" : [ 279.5, 1020.479736000000003, 144.499968999999993, 1020.479736000000003 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-283", 0 ], + "destination" : [ "obj-210", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-284", 0 ], + "destination" : [ "obj-283", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-286", 0 ], + "destination" : [ "obj-248", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-286", 0 ], + "destination" : [ "obj-266", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-287", 0 ], + "destination" : [ "obj-247", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-287", 0 ], + "destination" : [ "obj-267", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-288", 0 ], + "destination" : [ "obj-246", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-288", 0 ], + "destination" : [ "obj-270", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-289", 0 ], + "destination" : [ "obj-245", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-289", 0 ], + "destination" : [ "obj-269", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-292", 0 ], + "destination" : [ "obj-276", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-293", 0 ], + "destination" : [ "obj-276", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-294", 0 ], + "destination" : [ "obj-277", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-295", 0 ], + "destination" : [ "obj-277", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-297", 0 ], + "destination" : [ "obj-298", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-298", 0 ], + "destination" : [ "obj-17", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-3", 0 ], + "destination" : [ "obj-11", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-30", 0 ], + "destination" : [ "obj-44", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-300", 0 ], + "destination" : [ "obj-278", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-302", 0 ], + "destination" : [ "obj-278", 0 ], + "midpoints" : [ 279.5, 916.253906000000029, 279.5, 916.253906000000029 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-306", 0 ], + "destination" : [ "obj-283", 1 ], + "midpoints" : [ 541.5, 1389.5, 488.0, 1389.5 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-31", 0 ], + "destination" : [ "obj-32", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-32", 0 ], + "destination" : [ "obj-256", 0 ], + "order" : 2 + } + + } +, { + "patchline" : { + "source" : [ "obj-32", 0 ], + "destination" : [ "obj-257", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-32", 0 ], + "destination" : [ "obj-31", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-198", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 429.869415000000004, 954.5, 429.869415000000004 ], + "order" : 3 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-201", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 429.869415000000004, 1104.5, 429.869415000000004 ], + "order" : 2 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-203", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 431.333496000000025, 1254.5, 431.333496000000025 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-205", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 428.405304000000001, 1404.5, 428.405304000000001 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-224", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 429.0, 313.5, 429.0 ], + "order" : 6 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-231", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 429.0, 613.5, 429.0 ], + "order" : 4 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-238", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 429.0, 463.5, 429.0 ], + "order" : 5 + } + + } +, { + "patchline" : { + "source" : [ "obj-35", 0 ], + "destination" : [ "obj-45", 1 ], + "color" : [ 0.917647, 0.937255, 0.670588, 1.0 ], + "midpoints" : [ 1134.5, 429.0, 163.5, 429.0 ], + "order" : 7 + } + + } +, { + "patchline" : { + "source" : [ "obj-4", 0 ], + "destination" : [ "obj-35", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-40", 0 ], + "destination" : [ "obj-30", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-40", 0 ], + "destination" : [ "obj-45", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-41", 0 ], + "destination" : [ "obj-224", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-41", 0 ], + "destination" : [ "obj-229", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-42", 0 ], + "destination" : [ "obj-231", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-42", 0 ], + "destination" : [ "obj-236", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-43", 0 ], + "destination" : [ "obj-238", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-43", 0 ], + "destination" : [ "obj-243", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-44", 0 ], + "destination" : [ "obj-32", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-45", 0 ], + "destination" : [ "obj-44", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-5", 0 ], + "destination" : [ "obj-227", 2 ], + "midpoints" : [ 549.5, 534.0, 231.5, 534.0 ], + "order" : 2 + } + + } +, { + "patchline" : { + "source" : [ "obj-5", 0 ], + "destination" : [ "obj-234", 2 ], + "midpoints" : [ 549.5, 534.0, 531.5, 534.0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-5", 0 ], + "destination" : [ "obj-241", 2 ], + "midpoints" : [ 549.5, 534.0, 381.5, 534.0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-5", 0 ], + "destination" : [ "obj-32", 2 ], + "midpoints" : [ 549.5, 534.0, 81.50000399999999, 534.0 ], + "order" : 3 + } + + } +, { + "patchline" : { + "source" : [ "obj-51", 0 ], + "destination" : [ "obj-52", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-52", 0 ], + "destination" : [ "obj-107", 0 ], + "color" : [ 0.67451, 0.819608, 0.572549, 1.0 ], + "midpoints" : [ 684.5, 1149.5, 369.5, 1149.5 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-52", 0 ], + "destination" : [ "obj-121", 0 ], + "color" : [ 0.67451, 0.819608, 0.572549, 1.0 ], + "midpoints" : [ 684.5, 1149.5, 519.50006099999996, 1149.5 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-52", 0 ], + "destination" : [ "obj-86", 0 ], + "color" : [ 0.67451, 0.819608, 0.572549, 1.0 ], + "midpoints" : [ 684.5, 1149.5, 219.499968999999993, 1149.5 ], + "order" : 2 + } + + } +, { + "patchline" : { + "source" : [ "obj-62", 0 ], + "destination" : [ "obj-63", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-63", 0 ], + "destination" : [ "obj-64", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-63", 0 ], + "destination" : [ "obj-74", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-64", 0 ], + "destination" : [ "obj-67", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-67", 0 ], + "destination" : [ "obj-63", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-67", 0 ], + "destination" : [ "obj-72", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-7", 0 ], + "destination" : [ "obj-14", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-72", 0 ], + "destination" : [ "obj-74", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-74", 0 ], + "destination" : [ "obj-214", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-77", 0 ], + "destination" : [ "obj-102", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-79", 0 ], + "destination" : [ "obj-77", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-81", 0 ], + "destination" : [ "obj-79", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-81", 0 ], + "destination" : [ "obj-85", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-84", 0 ], + "destination" : [ "obj-81", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-85", 0 ], + "destination" : [ "obj-77", 1 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-85", 0 ], + "destination" : [ "obj-84", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-86", 0 ], + "destination" : [ "obj-85", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-88", 0 ], + "destination" : [ "obj-127", 0 ], + "order" : 0 + } + + } +, { + "patchline" : { + "source" : [ "obj-88", 0 ], + "destination" : [ "obj-95", 0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-95", 0 ], + "destination" : [ "obj-86", 1 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-98", 0 ], + "destination" : [ "obj-116", 0 ] + } + + } +, { + "patchline" : { + "source" : [ "obj-6", 0 ], + "destination" : [ "obj-88", 0 ], + "midpoints" : [ 340.75, 1037.0, 234.499968999999993, 1037.0 ], + "order" : 1 + } + + } +, { + "patchline" : { + "source" : [ "obj-6", 0 ], + "destination" : [ "obj-124", 0 ], + "midpoints" : [ 340.75, 1037.0, 339.5, 1037.0 ], + "order" : 0 + } + } ] } @@ -5020,7 +5312,7 @@ "outlettype" : [ "multichannelsignal" ], "patching_rect" : [ 287.0, 707.0, 112.0, 22.0 ], "text" : "mc.gen~ @chans 4", - "wrapper_uniquekey" : "u470014955" + "wrapper_uniquekey" : "u995010251" } } @@ -5036,7 +5328,7 @@ "appversion" : { "major" : 8, "minor" : 6, - "revision" : 4, + "revision" : 2, "architecture" : "x64", "modernui" : 1 } @@ -6161,7 +6453,7 @@ "numoutlets" : 4, "outlettype" : [ "multichannelsignal", "", "float", "list" ], "parameter_enable" : 1, - "patching_rect" : [ 287.0, 563.5, 98.0, 91.0 ], + "patching_rect" : [ 287.0, 596.5, 98.0, 91.0 ], "presentation" : 1, "presentation_rect" : [ 386.0, 185.0, 76.0, 106.0 ], "saved_attribute_attributes" : { @@ -6182,7 +6474,6 @@ } , - "textcolor" : [ 0.027450980392157, 0.027450980392157, 0.027450980392157, 1.0 ], "varname" : "gain" } @@ -6194,7 +6485,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "multichannelsignal", "" ], - "patching_rect" : [ 287.0, 537.0, 94.0, 22.0 ], + "patching_rect" : [ 287.0, 517.0, 94.0, 22.0 ], "text" : "mcs.matrix~ 8 4" } @@ -6247,7 +6538,7 @@ "appversion" : { "major" : 8, "minor" : 6, - "revision" : 4, + "revision" : 2, "architecture" : "x64", "modernui" : 1 } @@ -6615,6 +6906,13 @@ "source" : [ "obj-1", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-31", 1 ], + "source" : [ "obj-100", 0 ] + } + } , { "patchline" : { @@ -6625,7 +6923,7 @@ } , { "patchline" : { - "destination" : [ "obj-16", 0 ], + "destination" : [ "obj-31", 0 ], "source" : [ "obj-11", 0 ] } @@ -6809,6 +7107,13 @@ "source" : [ "obj-30", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-16", 0 ], + "source" : [ "obj-31", 0 ] + } + } , { "patchline" : { @@ -7033,6 +7338,13 @@ "source" : [ "obj-6", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-100", 0 ], + "source" : [ "obj-60", 0 ] + } + } , { "patchline" : { @@ -7225,6 +7537,13 @@ "source" : [ "obj-78", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-60", 0 ], + "source" : [ "obj-79", 0 ] + } + } , { "patchline" : { @@ -7524,7 +7843,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[42]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7545,7 +7864,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[41]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7566,7 +7885,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[40]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7587,7 +7906,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[39]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7608,7 +7927,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[38]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7629,7 +7948,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[37]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7650,7 +7969,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[36]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7671,7 +7990,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[35]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7692,7 +8011,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[34]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7713,7 +8032,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[21]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7734,7 +8053,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[20]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7755,7 +8074,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[19]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7776,7 +8095,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[18]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7797,7 +8116,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[17]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7818,7 +8137,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[16]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7839,7 +8158,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[15]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7860,7 +8179,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[14]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7881,7 +8200,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[13]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7902,7 +8221,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[12]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7923,7 +8242,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[11]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7944,7 +8263,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[33]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7965,7 +8284,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[10]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -7986,7 +8305,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[9]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8007,7 +8326,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[8]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8028,7 +8347,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[7]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8049,7 +8368,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[6]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8070,7 +8389,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[5]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8091,7 +8410,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[4]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8112,7 +8431,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[3]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8133,7 +8452,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[2]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8154,7 +8473,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[1]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8175,7 +8494,7 @@ "parameter_invisible" : 0, "parameter_longname" : "Instrument[32]", "parameter_modmode" : 0, - "parameter_range" : [ "", "Bell-1.instr", "Bell-2.instr", "Hi_Voweler.instr", "Dreamers.instr", "Kalimbell.instr", "Wave_4.instr", "Dark_Monkey.instr", "Digi_Vocal.instr", "Mini_Moog.instr", "Synth_1980.instr", "E-Pad.instr", "Equinox.instr", "Galaxis.instr", "Venus_Pad.instr", "Celeste.instr", "percussion_glockenspiel_Glockenspiel-beaters_ordinario.instr", "Marimba.instr", "Stopped_Piano.instr", "Cymbales_Antiques.instr", "FretSound.instr", "Bandoneon.instr" ], + "parameter_range" : [ "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "...", "..." ], "parameter_type" : 2, "parameter_unitstyle" : 10 } @@ -8206,117 +8525,97 @@ } , "dependency_cache" : [ { - "name" : "Sampler.json", - "bootpath" : "/Users/Shared/Max 8/Library/Summer 2021", - "patcherrelativepath" : "../Summer 2021", - "type" : "JSON", - "implicit" : 1 - } -, { "name" : "Scorepion-Tail-blue.svg", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/media/Images/svg", - "patcherrelativepath" : "../../Packages/MaxScore/media/Images/svg", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/media/Images/svg", "type" : "svg", "implicit" : 1 } , { "name" : "bank-waveform.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "maxscore.multisamples-player.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "maxscore.sample-player.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "maxscore.sampler.bank.js", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "TEXT", "implicit" : 1 } , { "name" : "maxscore.sampler.instrument.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "maxscore.sampler.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "maxscore.sampler.menus.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "my-LtoColl.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/extensions", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/extensions", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/extensions", "type" : "JSON", "implicit" : 1 } , { "name" : "panel_envelope2.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "panel_loop.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "panel_normalize.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { "name" : "poly-vbap.maxpat", - "bootpath" : "/Users/Shared/Max 8/Library/healing-soundscapes", + "bootpath" : "D:/projects/healing-soundscapes", "patcherrelativepath" : ".", "type" : "JSON", "implicit" : 1 } , { "name" : "samplerGUI3.maxpat", - "bootpath" : "/Users/Shared/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", - "patcherrelativepath" : "../../Packages/MaxScore/patchers/modules/MaxScore-Sampler", + "bootpath" : "~/OneDrive/Documents/Max 8/Packages/MaxScore/patchers/modules/MaxScore-Sampler", "type" : "JSON", "implicit" : 1 } , { - "name" : "shell.mxo", - "type" : "iLaX" + "name" : "shell.mxe64", + "type" : "mx64" } , { - "name" : "vbap.mxo", - "type" : "iLaX" + "name" : "vbap.mxe64", + "type" : "mx64" } ], "autosave" : 0