Project 1 – Matthew Xie

For Project 1, I created a self-generated melody & drone patch.

First off, a wav file of single piano notes played consecutively is analyzed. While Max randomly selects portions of the wav file to play in snippets, the frequency of the audio being played is analyzed and triggers the 1st higher-pitched drones in intervals. Meanwhile, the 2nd drone patch can be triggered by using the keyboard as a midi-keyboard.

The drone is achieved via subtractive synthesis. The pink noise generator is send through filters, only letting pass certain frequency bands. Then, the subtractive synthesis is done with a handful of inline reson~ objects.

The ‘analyzer~’ object is referenced from the maxobject.com website.

Delay is added to all sound effects. Piano melody can also go through a noise gate at will. The speed of the piano sampling can also be manipulated, which will immediately also effect the speed of the self-generated higher pitched drones.

Here is an example of the music being played:

Code is Here:

{
"boxes" : [ {
"box" : {
"maxclass" : "number~",
"id" : "obj-54",
"fontname" : "Arial",
"style" : "",
"fontface" : 0,
"fontsize" : 13.0,
"numinlets" : 2,
"sig" : 0.0,
"numoutlets" : 2,
"mode" : 2,
"outlettype" : [ "signal", "float" ],
"patching_rect" : [ 480.5, 649.0, 59.0, 23.0 ]
}
}
, {
"box" : {
"maxclass" : "toggle",
"id" : "obj-55",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"presentation_rect" : [ 285.0, 323.0, 24.0, 24.0 ],
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 559.0, 477.0, 24.0, 24.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "open",
"id" : "obj-56",
"fontname" : "Arial",
"style" : "",
"fontsize" : 13.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 480.5, 394.0, 38.0, 23.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "sfrecord~ 2",
"id" : "obj-57",
"fontname" : "Arial",
"style" : "",
"fontsize" : 13.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 480.5, 617.0, 176.0, 23.0 ]
}
}
, {
"box" : {
"maxclass" : "comment",
"text" : "Delay for Drone 1\n\n\n\n\n\n\n\n",
"linecount" : 8,
"id" : "obj-51",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1018.0, 226.0, 200.0, 114.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "delay~ 44100 44100",
"id" : "obj-46",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 1032.0, 244.0, 120.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "*~ 0.6667",
"id" : "obj-47",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 1148.0, 312.0, 62.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "tapout~ 300",
"id" : "obj-48",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 1032.0, 312.0, 74.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "tapin~ 300",
"id" : "obj-50",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "tapconnect" ],
"patching_rect" : [ 1109.0, 273.0, 67.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "cverb~ 1000",
"id" : "obj-40",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 940.5, 504.0, 77.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "comment",
"text" : "Delay for Drone 2\n\n\n\n\n\n\n\n",
"linecount" : 8,
"id" : "obj-39",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1005.0, 557.0, 200.0, 127.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "delay~ 44100 44100",
"id" : "obj-21",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 1019.0, 579.0, 120.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "*~ 0.6667",
"id" : "obj-23",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 1135.0, 647.0, 62.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "tapout~ 800",
"id" : "obj-34",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 1019.0, 647.0, 74.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "tapin~ 800",
"id" : "obj-38",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "tapconnect" ],
"patching_rect" : [ 1096.0, 608.0, 67.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "60000",
"id" : "obj-19",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 810.0, 89.0, 44.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "p keyboardtopiano",
"id" : "obj-16",
"style" : "",
"numinlets" : 1,
"numoutlets" : 3,
"outlettype" : [ "int", "int", "" ],
"patching_rect" : [ 378.0, 69.0, 109.0, 22.0 ],
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x86",
"modernui" : 1
}
,
"rect" : [ 59.0, 81.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" : "",
"boxes" : [ {
"box" : {
"maxclass" : "inlet",
"id" : "obj-112",
"style" : "",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 24.0, 14.0, 25.0, 25.0 ],
"comment" : "On/Off and Reset [int/message]",
"index" : 1
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "sel 0",
"id" : "obj-110",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 18.0, 137.0, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t 0",
"id" : "obj-109",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 18.0, 85.0, 24.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "sel reset",
"id" : "obj-108",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 18.0, 51.0, 59.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t b",
"id" : "obj-107",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 24.0, 323.0, 24.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "gate 1 1",
"id" : "obj-105",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 228.0, 51.0, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "toggle",
"id" : "obj-94",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 86.0, 75.0, 20.0, 20.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "gate 1 1",
"id" : "obj-92",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 126.5, 85.0, 56.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "outlet",
"id" : "obj-87",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 301.0, 426.0, 25.0, 25.0 ],
"comment" : "Scaled MIDI Note Number [int]",
"index" : 3
}
}
, {
"box" : {
"maxclass" : "outlet",
"id" : "obj-85",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 206.0, 426.0, 25.0, 25.0 ],
"comment" : "Velocity [int]",
"index" : 2
}
}
, {
"box" : {
"maxclass" : "outlet",
"id" : "obj-82",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 169.0, 433.0, 25.0, 25.0 ],
"comment" : "MIDI Note Number [int]",
"index" : 1
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "key",
"id" : "obj-13",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 0,
"numoutlets" : 4,
"outlettype" : [ "int", "int", "int", "int" ],
"patching_rect" : [ 379.5, 58.0, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t 1",
"id" : "obj-65",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 243.0, 153.0, 24.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "gate 1 1",
"id" : "obj-63",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 169.0, 179.0, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "sel 123 124",
"id" : "obj-59",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 3,
"numoutlets" : 3,
"outlettype" : [ "bang", "bang", "" ],
"patching_rect" : [ 228.0, 97.0, 73.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "pack 0 0",
"id" : "obj-57",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 301.0, 388.0, 56.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "flush",
"id" : "obj-19",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 169.0, 364.0, 56.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "i",
"id" : "obj-83",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 206.0, 317.0, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "i",
"id" : "obj-75",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 198.5, 254.0, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "+ 60",
"id" : "obj-53",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 169.0, 281.0, 34.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "prepend set",
"id" : "obj-51",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 69.25, 400.0, 74.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "clip 0 108",
"id" : "obj-52",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 3,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 85.5, 331.0, 62.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "accum 60",
"id" : "obj-50",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 3,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 85.5, 281.0, 63.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t b i",
"id" : "obj-49",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "int" ],
"patching_rect" : [ 88.25, 248.0, 40.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t i 0",
"id" : "obj-48",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 341.5, 223.0, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "keyup",
"id" : "obj-47",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 0,
"numoutlets" : 4,
"outlettype" : [ "int", "int", "int", "int" ],
"patching_rect" : [ 249.5, -2.0, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "coll #0_keymid",
"id" : "obj-46",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 4,
"outlettype" : [ "", "", "", "" ],
"patching_rect" : [ 284.0, 153.0, 90.0, 22.0 ],
"coll_data" : {
"count" : 20,
"data" : [ {
"key" : 0,
"value" : [ 0 ]
}
, {
"key" : 13,
"value" : [ 1 ]
}
, {
"key" : 1,
"value" : [ 2 ]
}
, {
"key" : 14,
"value" : [ 3 ]
}
, {
"key" : 2,
"value" : [ 4 ]
}
, {
"key" : 3,
"value" : [ 5 ]
}
, {
"key" : 17,
"value" : [ 6 ]
}
, {
"key" : 5,
"value" : [ 7 ]
}
, {
"key" : 16,
"value" : [ 8 ]
}
, {
"key" : 4,
"value" : [ 9 ]
}
, {
"key" : 32,
"value" : [ 10 ]
}
, {
"key" : 38,
"value" : [ 11 ]
}
, {
"key" : 40,
"value" : [ 12 ]
}
, {
"key" : 31,
"value" : [ 13 ]
}
, {
"key" : 37,
"value" : [ 14 ]
}
, {
"key" : 35,
"value" : [ 15 ]
}
, {
"key" : 41,
"value" : [ 16 ]
}
, {
"key" : 39,
"value" : [ 17 ]
}
, {
"key" : 30,
"value" : [ 18 ]
}
, {
"key" : 42,
"value" : [ 19 ]
}
]
}
,
"saved_object_attributes" : {
"embed" : 1
}
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "i 95",
"id" : "obj-45",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 249.0, 281.0, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t i b",
"id" : "obj-44",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "bang" ],
"patching_rect" : [ 169.0, 223.0, 55.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t -12 0",
"id" : "obj-40",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 37.0, 206.0, 45.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t 12 0",
"id" : "obj-37",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 105.5, 210.0, 43.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "sel 123 124",
"id" : "obj-35",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 3,
"numoutlets" : 3,
"outlettype" : [ "bang", "bang", "" ],
"patching_rect" : [ 86.0, 123.0, 137.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "key",
"id" : "obj-18",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 0,
"numoutlets" : 4,
"outlettype" : [ "int", "int", "int", "int" ],
"patching_rect" : [ 109.5, 10.0, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "coll #0_keymid",
"id" : "obj-9",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 4,
"outlettype" : [ "", "", "", "" ],
"patching_rect" : [ 243.0, 199.0, 90.0, 22.0 ],
"coll_data" : {
"count" : 20,
"data" : [ {
"key" : 0,
"value" : [ 0 ]
}
, {
"key" : 13,
"value" : [ 1 ]
}
, {
"key" : 1,
"value" : [ 2 ]
}
, {
"key" : 14,
"value" : [ 3 ]
}
, {
"key" : 2,
"value" : [ 4 ]
}
, {
"key" : 3,
"value" : [ 5 ]
}
, {
"key" : 17,
"value" : [ 6 ]
}
, {
"key" : 5,
"value" : [ 7 ]
}
, {
"key" : 16,
"value" : [ 8 ]
}
, {
"key" : 4,
"value" : [ 9 ]
}
, {
"key" : 32,
"value" : [ 10 ]
}
, {
"key" : 38,
"value" : [ 11 ]
}
, {
"key" : 40,
"value" : [ 12 ]
}
, {
"key" : 31,
"value" : [ 13 ]
}
, {
"key" : 37,
"value" : [ 14 ]
}
, {
"key" : 35,
"value" : [ 15 ]
}
, {
"key" : 41,
"value" : [ 16 ]
}
, {
"key" : 39,
"value" : [ 17 ]
}
, {
"key" : 30,
"value" : [ 18 ]
}
, {
"key" : 42,
"value" : [ 19 ]
}
]
}
,
"saved_object_attributes" : {
"embed" : 1
}
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 15.875",
"id" : "obj-36",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 393.0, 378.0, 55.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "prepend set",
"id" : "obj-32",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 455.0, 369.0, 74.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "clip 0 8",
"id" : "obj-28",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 3,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 393.5, 338.0, 49.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t b -1",
"id" : "obj-25",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "int" ],
"patching_rect" : [ 451.0, 169.0, 38.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "t b 1",
"id" : "obj-23",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "int" ],
"patching_rect" : [ 393.0, 176.0, 38.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "accum 5",
"id" : "obj-20",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 3,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 393.5, 248.0, 56.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "sel 126 125",
"id" : "obj-17",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 3,
"numoutlets" : 3,
"outlettype" : [ "bang", "bang", "" ],
"patching_rect" : [ 393.0, 123.0, 101.0, 22.0 ]
}
}
],
"lines" : [ {
"patchline" : {
"source" : [ "obj-94", 0 ],
"destination" : [ "obj-92", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-94", 0 ],
"destination" : [ "obj-110", 0 ],
"midpoints" : [ 95.5, 107.0, 27.5, 107.0 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-94", 0 ],
"destination" : [ "obj-105", 0 ],
"midpoints" : [ 95.5, 107.0, 237.5, 107.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-92", 0 ],
"destination" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-9", 0 ],
"destination" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-83", 0 ],
"destination" : [ "obj-57", 1 ],
"midpoints" : [ 215.5, 320.0, 347.5, 320.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-83", 0 ],
"destination" : [ "obj-19", 1 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-57", 0 ],
"midpoints" : [ 208.0, 270.0, 310.5, 270.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-53", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-63", 0 ],
"midpoints" : [ 252.5, 176.0, 178.5, 176.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-63", 0 ],
"destination" : [ "obj-9", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-59", 0 ],
"destination" : [ "obj-65", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-59", 1 ],
"destination" : [ "obj-65", 0 ],
"midpoints" : [ 264.5, 151.0, 252.5, 151.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-59", 2 ],
"destination" : [ "obj-46", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-57", 0 ],
"destination" : [ "obj-87", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-53", 0 ],
"destination" : [ "obj-19", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-52", 0 ],
"destination" : [ "obj-53", 1 ],
"midpoints" : [ 95.0, 270.0, 193.5, 270.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-52", 0 ],
"destination" : [ "obj-51", 0 ],
"midpoints" : [ 95.0, 251.0, 78.75, 251.0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-51", 0 ],
"destination" : [ "obj-50", 0 ],
"midpoints" : [ 78.75, 295.0, 81.0, 295.0, 81.0, 204.0, 95.0, 204.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-50", 0 ],
"destination" : [ "obj-52", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-49", 0 ],
"destination" : [ "obj-50", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-49", 1 ],
"destination" : [ "obj-50", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-48", 1 ],
"destination" : [ "obj-83", 0 ],
"midpoints" : [ 364.5, 295.0, 215.5, 295.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-48", 0 ],
"destination" : [ "obj-75", 0 ],
"midpoints" : [ 351.0, 245.0, 208.0, 245.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-47", 1 ],
"destination" : [ "obj-105", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-46", 0 ],
"destination" : [ "obj-48", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-45", 0 ],
"destination" : [ "obj-83", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-44", 0 ],
"destination" : [ "obj-75", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-44", 1 ],
"destination" : [ "obj-45", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-40", 1 ],
"destination" : [ "obj-63", 0 ],
"midpoints" : [ 72.5, 176.0, 178.5, 176.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-40", 0 ],
"destination" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-40", 1 ],
"destination" : [ "obj-107", 0 ],
"midpoints" : [ 72.5, 176.0, 33.5, 176.0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-37", 1 ],
"destination" : [ "obj-63", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-37", 0 ],
"destination" : [ "obj-49", 0 ],
"midpoints" : [ 115.0, 179.0, 97.75, 179.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-37", 1 ],
"destination" : [ "obj-107", 0 ],
"midpoints" : [ 139.0, 176.0, 33.5, 176.0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-36", 0 ],
"destination" : [ "obj-45", 1 ],
"midpoints" : [ 402.5, 270.0, 272.0, 270.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-35", 2 ],
"destination" : [ "obj-63", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-35", 0 ],
"destination" : [ "obj-40", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-35", 1 ],
"destination" : [ "obj-37", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-32", 0 ],
"destination" : [ "obj-20", 0 ],
"midpoints" : [ 464.5, 270.0, 529.0, 270.0, 529.0, 198.0, 403.0, 198.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-28", 0 ],
"destination" : [ "obj-36", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-28", 0 ],
"destination" : [ "obj-32", 0 ],
"midpoints" : [ 403.0, 245.0, 464.5, 245.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-25", 0 ],
"destination" : [ "obj-20", 0 ],
"midpoints" : [ 460.5, 198.0, 403.0, 198.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-25", 1 ],
"destination" : [ "obj-20", 1 ],
"midpoints" : [ 479.5, 198.0, 421.5, 198.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-23", 0 ],
"destination" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-23", 1 ],
"destination" : [ "obj-20", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-20", 0 ],
"destination" : [ "obj-28", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-19", 1 ],
"destination" : [ "obj-85", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-19", 0 ],
"destination" : [ "obj-82", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-18", 1 ],
"destination" : [ "obj-92", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-17", 1 ],
"destination" : [ "obj-25", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-17", 0 ],
"destination" : [ "obj-23", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-13", 1 ],
"destination" : [ "obj-17", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-112", 0 ],
"destination" : [ "obj-108", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-110", 0 ],
"destination" : [ "obj-107", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-109", 0 ],
"destination" : [ "obj-110", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-108", 1 ],
"destination" : [ "obj-94", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-108", 0 ],
"destination" : [ "obj-109", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-107", 0 ],
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 33.5, 320.0, 178.5, 320.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-105", 0 ],
"destination" : [ "obj-59", 0 ]
}
}
]
}
,
"saved_object_attributes" : {
"description" : "",
"digest" : "",
"globalpatchername" : "",
"style" : "",
"tags" : ""
}
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadmess 0.",
"id" : "obj-42",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 190.0, 405.0, 75.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "flonum",
"id" : "obj-44",
"fontname" : "Arial",
"parameter_enable" : 0,
"style" : "",
"fontsize" : 11.595187,
"numinlets" : 1,
"minimum" : 0.0,
"numoutlets" : 2,
"triscale" : 0.9,
"format" : 6,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 190.0, 435.0, 50.0, 21.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "pfft~ ngate~ 1024 2",
"id" : "obj-11",
"fontname" : "Arial",
"style" : "",
"color" : [ 1.0, 0.890196, 0.090196, 1.0 ],
"fontsize" : 11.595187,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 38.0, 449.0, 131.0, 21.0 ]
}
}
, {
"box" : {
"maxclass" : "comment",
"text" : "noise gate threshhold.",
"id" : "obj-45",
"fontname" : "Arial",
"style" : "",
"fontsize" : 11.595187,
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 244.0, 435.0, 125.0, 19.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "s keys",
"id" : "obj-8",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 378.0, 205.0, 45.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "stripnote",
"id" : "obj-32",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 378.0, 174.0, 336.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "kslider",
"id" : "obj-27",
"hkeycolor" : [ 0.501961, 0.501961, 0.501961, 1.0 ],
"parameter_enable" : 0,
"blackkeycolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"style" : "",
"numinlets" : 2,
"presentation_rect" : [ 30.0, 30.0, 336.0, 53.0 ],
"whitekeycolor" : [ 1.0, 1.0, 1.0, 1.0 ],
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 378.0, 99.0, 336.0, 53.0 ]
}
}
, {
"box" : {
"maxclass" : "live.gain~",
"varname" : "live.gain~[2]",
"id" : "obj-72",
"parameter_enable" : 1,
"numinlets" : 2,
"numoutlets" : 5,
"outlettype" : [ "signal", "signal", "", "float", "list" ],
"patching_rect" : [ 940.5, 600.0, 48.0, 136.0 ],
"saved_attribute_attributes" : {
"valueof" : {
"parameter_longname" : "live.gain~[2]",
"parameter_shortname" : "live.gain~",
"parameter_type" : 0,
"parameter_mmin" : -70.0,
"parameter_mmax" : 6.0,
"parameter_initial" : [ 0.0 ],
"parameter_unitstyle" : 4
}
}
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "receive~ signal1",
"id" : "obj-67",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 940.5, 423.0, 98.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "nfilters 4",
"id" : "obj-68",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1040.5, 423.0, 56.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "filtergraph~",
"nfilters" : 4,
"hcurvecolor" : [ 1.0, 0.086275, 0.086275, 1.0 ],
"id" : "obj-69",
"parameter_enable" : 0,
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"markercolor" : [ 0.509804, 0.509804, 0.509804, 1.0 ],
"style" : "",
"fontface" : 0,
"fontsize" : 8.998901,
"domain" : [ 20.0, 22050.0 ],
"numinlets" : 8,
"bgcolor" : [ 0.823529, 0.823529, 0.823529, 1.0 ],
"curvecolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"numoutlets" : 7,
"dbdisplay" : 0,
"outlettype" : [ "list", "float", "float", "float", "float", "list", "int" ],
"patching_rect" : [ 1053.0, 463.0, 146.0, 66.0 ],
"setfilter" : [ 3, 5, 1, 0, 0, 8134.679688, 0.720662, 0.88888, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2, 5, 1, 0, 0, 1540.591553, 0.122866, 2.489427, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 5, 1, 0, 0, 10314.762695, 0.311047, 0.679446, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, 5, 1, 0, 0, 13714.972656, 0.145556, 0.744254, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "cascade~",
"id" : "obj-70",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 940.5, 463.0, 62.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "p hDronenormal",
"id" : "obj-71",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 0,
"numoutlets" : 0,
"patching_rect" : [ 942.5, 386.0, 100.0, 22.0 ],
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x86",
"modernui" : 1
}
,
"rect" : [ -30.0, 70.0, 1276.0, 709.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" : "",
"boxes" : [ {
"box" : {
"maxclass" : "newobj",
"text" : "- 24",
"id" : "obj-14",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 528.0, 65.0, 31.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "flonum",
"id" : "obj-4",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 2,
"format" : 6,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 527.0, 34.0, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "r keys",
"id" : "obj-2",
"style" : "",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 527.0, 5.0, 43.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadmess 41",
"id" : "obj-1",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 379.0, 5.0, 79.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "send~ signal1",
"id" : "obj-5",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 416.0, 483.906128, 85.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "mtof",
"id" : "obj-83",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 384.0, 169.406128, 34.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "kslider",
"id" : "obj-82",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 2,
"presentation_rect" : [ 0.0, 0.0, 336.0, 53.0 ],
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 384.0, 106.406128, 336.0, 53.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-75",
"fontname" : "Arial",
"parameter_enable" : 0,
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 207.0, 106.406128, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadbang",
"id" : "obj-71",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 50.0, 166.406128, 60.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "min 0",
"id" : "obj-70",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 50.0, 212.406128, 40.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-68",
"fontname" : "Arial",
"parameter_enable" : 0,
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"minimum" : 0,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 110.0, 212.406128, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadmess 6000",
"id" : "obj-66",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 110.0, 166.406128, 92.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadmess 25",
"id" : "obj-65",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 566.0, 379.406128, 79.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "pink~",
"id" : "obj-64",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 50.0, 483.906128, 40.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 6",
"id" : "obj-60",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 502.0, 266.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-61",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 502.0, 330.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-62",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 416.0, 439.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-63",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 502.0, 358.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 5",
"id" : "obj-56",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 443.0, 246.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-57",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 443.0, 310.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-58",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 357.0, 419.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-59",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 443.0, 338.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 4",
"id" : "obj-52",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 384.0, 226.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-53",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 384.0, 290.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-54",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 298.0, 399.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-55",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 384.0, 318.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 3",
"id" : "obj-48",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 325.0, 206.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-49",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 325.0, 270.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-50",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 239.0, 379.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-51",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 325.0, 298.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 2",
"id" : "obj-44",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 266.0, 186.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-45",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 266.0, 250.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-46",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 180.0, 359.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-47",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 266.0, 278.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 1",
"id" : "obj-31",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 207.0, 166.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-23",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 207.0, 230.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-19",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 121.0, 339.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-18",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 207.0, 258.406128, 36.0, 22.0 ]
}
}
],
"lines" : [ {
"patchline" : {
"source" : [ "obj-83", 0 ],
"destination" : [ "obj-75", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-82", 0 ],
"destination" : [ "obj-83", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-60", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-56", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-52", 0 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-48", 0 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-44", 0 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-31", 0 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-71", 0 ],
"destination" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-70", 0 ],
"destination" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-62", 3 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-58", 3 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-54", 3 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-50", 3 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-46", 3 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-19", 3 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-66", 0 ],
"destination" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-62", 1 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-58", 1 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-54", 1 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-50", 1 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-46", 1 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-19", 1 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-62", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-58", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-54", 0 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-50", 0 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-46", 0 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-19", 0 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-63", 0 ],
"destination" : [ "obj-62", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-62", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-61", 0 ],
"destination" : [ "obj-63", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-60", 0 ],
"destination" : [ "obj-61", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-59", 0 ],
"destination" : [ "obj-58", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-58", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-57", 0 ],
"destination" : [ "obj-59", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-56", 0 ],
"destination" : [ "obj-57", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-55", 0 ],
"destination" : [ "obj-54", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-54", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-53", 0 ],
"destination" : [ "obj-55", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-52", 0 ],
"destination" : [ "obj-53", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-51", 0 ],
"destination" : [ "obj-50", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-50", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-49", 0 ],
"destination" : [ "obj-51", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-48", 0 ],
"destination" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-47", 0 ],
"destination" : [ "obj-46", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-46", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-45", 0 ],
"destination" : [ "obj-47", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-44", 0 ],
"destination" : [ "obj-45", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-4", 0 ],
"destination" : [ "obj-14", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-31", 0 ],
"destination" : [ "obj-23", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-23", 0 ],
"destination" : [ "obj-18", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-2", 0 ],
"destination" : [ "obj-4", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-19", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-18", 0 ],
"destination" : [ "obj-19", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-14", 0 ],
"destination" : [ "obj-82", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-1", 0 ],
"destination" : [ "obj-82", 0 ]
}
}
]
}
,
"saved_object_attributes" : {
"description" : "",
"digest" : "",
"globalpatchername" : "",
"style" : "",
"tags" : ""
}
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "s pitchz",
"id" : "obj-66",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1161.0, 188.0, 51.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "/ 4",
"id" : "obj-65",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 865.0, 127.0, 29.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "s b",
"id" : "obj-64",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 966.276733, 351.0, 27.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "button",
"id" : "obj-22",
"style" : "",
"numinlets" : 1,
"presentation_rect" : [ 73.0, 184.0, 24.0, 24.0 ],
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 775.0, 80.0, 24.0, 24.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-25",
"fontname" : "Arial",
"parameter_enable" : 0,
"style" : "",
"fontsize" : 13.0,
"numinlets" : 1,
"presentation_rect" : [ 45.0, 45.0, 50.0, 21.0 ],
"numoutlets" : 2,
"triscale" : 0.9,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 861.276733, 217.0, 54.0, 23.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "/ 5",
"id" : "obj-63",
"fontname" : "Arial",
"style" : "",
"fontsize" : 13.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 808.776733, 181.0, 71.5, 23.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "stop",
"id" : "obj-61",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 809.276733, 218.0, 33.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "button",
"id" : "obj-49",
"style" : "",
"numinlets" : 1,
"presentation_rect" : [ 15.0, 15.0, 24.0, 24.0 ],
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 966.276733, 317.0, 24.0, 24.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "metro 1000",
"id" : "obj-59",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 809.276733, 252.0, 71.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-26",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 1161.0, 152.0, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "analyzer~",
"id" : "obj-24",
"style" : "",
"numinlets" : 1,
"numoutlets" : 8,
"outlettype" : [ "list", "float", "float", "float", "list", "bang", "list", "FullPacket" ],
"patching_rect" : [ 1053.0, 156.0, 92.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "filtergraph~",
"nfilters" : 4,
"hcurvecolor" : [ 1.0, 0.086275, 0.086275, 1.0 ],
"id" : "obj-4",
"parameter_enable" : 0,
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"markercolor" : [ 0.509804, 0.509804, 0.509804, 1.0 ],
"style" : "",
"fontface" : 0,
"fontsize" : 8.998901,
"domain" : [ 20.0, 22050.0 ],
"numinlets" : 8,
"bgcolor" : [ 0.823529, 0.823529, 0.823529, 1.0 ],
"curvecolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"numoutlets" : 7,
"dbdisplay" : 0,
"outlettype" : [ "list", "float", "float", "float", "float", "list", "int" ],
"patching_rect" : [ 1018.0, 69.0, 146.0, 66.0 ],
"setfilter" : [ 3, 5, 1, 0, 0, 4527.753418, 1.0, 0.88888, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2, 5, 1, 0, 0, 68.358467, 0.000637, 4.021444, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 5, 1, 0, 0, 9836.394531, 1.296305, 0.679446, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, 5, 1, 0, 0, 13714.972656, 1.0, 0.744254, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "receive~ signal",
"id" : "obj-6",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 910.0, 69.0, 91.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "nfilters 4",
"id" : "obj-31",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1014.0, 36.0, 56.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "cascade~",
"id" : "obj-33",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 910.0, 109.0, 62.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "p hDrone1",
"id" : "obj-17",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 0,
"numoutlets" : 0,
"patching_rect" : [ 897.0, 33.0, 67.0, 22.0 ],
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x86",
"modernui" : 1
}
,
"rect" : [ 34.0, 56.0, 1212.0, 709.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" : "",
"boxes" : [ {
"box" : {
"maxclass" : "number",
"id" : "obj-15",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 290.0, 154.0, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "- 12",
"id" : "obj-13",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 524.75, 147.0, 31.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-10",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 524.75, 101.0, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "r pitchz",
"id" : "obj-9",
"style" : "",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 290.0, 101.0, 49.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-6",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 540.5, 544.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 10",
"id" : "obj-2",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 607.0, 292.406128, 32.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-3",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 607.0, 335.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-4",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 607.0, 363.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadmess 41",
"id" : "obj-1",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 188.0, 163.0, 79.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "send~ signal",
"id" : "obj-5",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 387.0, 650.906128, 78.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "mtof",
"id" : "obj-83",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 191.0, 199.406128, 34.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "kslider",
"id" : "obj-82",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 2,
"presentation_rect" : [ 0.0, 0.0, 336.0, 53.0 ],
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 290.0, 199.406128, 336.0, 53.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-75",
"fontname" : "Arial",
"parameter_enable" : 0,
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 191.0, 230.406128, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadbang",
"id" : "obj-71",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 22.0, 317.406128, 60.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "min 0",
"id" : "obj-70",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 22.0, 363.406128, 40.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-68",
"fontname" : "Arial",
"parameter_enable" : 0,
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"minimum" : 0,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 82.0, 363.406128, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadmess 6000",
"id" : "obj-66",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 82.0, 317.406128, 92.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadmess 25",
"id" : "obj-65",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 641.0, 466.406128, 79.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "pink~",
"id" : "obj-64",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 32.0, 650.906128, 40.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 6",
"id" : "obj-60",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 535.0, 292.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-61",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 535.0, 335.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-62",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 439.5, 544.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-63",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 535.0, 363.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 5",
"id" : "obj-56",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 471.5, 292.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-57",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 471.5, 335.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-58",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 349.0, 544.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-59",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 471.5, 363.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 4",
"id" : "obj-52",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 403.0, 292.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-53",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 403.0, 335.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-54",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 266.0, 544.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-55",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 403.0, 363.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 3",
"id" : "obj-48",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 334.0, 292.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-49",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 334.0, 335.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-50",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 188.0, 544.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-51",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 334.0, 363.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 2",
"id" : "obj-44",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 270.0, 292.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-45",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 270.0, 335.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-46",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 110.0, 544.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-47",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 270.0, 363.406128, 36.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "* 1",
"id" : "obj-31",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 192.0, 292.406128, 32.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "$1 40",
"id" : "obj-23",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 192.0, 335.406128, 54.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "reson~",
"id" : "obj-19",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 32.0, 544.406128, 59.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "line~",
"id" : "obj-18",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "bang" ],
"patching_rect" : [ 192.0, 363.406128, 36.0, 22.0 ]
}
}
],
"lines" : [ {
"patchline" : {
"source" : [ "obj-9", 0 ],
"destination" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-83", 0 ],
"destination" : [ "obj-75", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-82", 0 ],
"destination" : [ "obj-83", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-60", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-56", 0 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-52", 0 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-48", 0 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-44", 0 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-31", 0 ],
"order" : 6
}
}
, {
"patchline" : {
"source" : [ "obj-75", 0 ],
"destination" : [ "obj-2", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-71", 0 ],
"destination" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-70", 0 ],
"destination" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-62", 3 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-6", 3 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-58", 3 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-54", 3 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-50", 3 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-46", 3 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-19", 3 ],
"order" : 6
}
}
, {
"patchline" : {
"source" : [ "obj-66", 0 ],
"destination" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-62", 1 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-6", 1 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-58", 1 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-54", 1 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-50", 1 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-46", 1 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-19", 1 ],
"order" : 6
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-62", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-6", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-58", 0 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-54", 0 ],
"order" : 3
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-50", 0 ],
"order" : 4
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-46", 0 ],
"order" : 5
}
}
, {
"patchline" : {
"source" : [ "obj-64", 0 ],
"destination" : [ "obj-19", 0 ],
"order" : 6
}
}
, {
"patchline" : {
"source" : [ "obj-63", 0 ],
"destination" : [ "obj-62", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-62", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-61", 0 ],
"destination" : [ "obj-63", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-60", 0 ],
"destination" : [ "obj-61", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-6", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-59", 0 ],
"destination" : [ "obj-58", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-58", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-57", 0 ],
"destination" : [ "obj-59", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-56", 0 ],
"destination" : [ "obj-57", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-55", 0 ],
"destination" : [ "obj-54", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-54", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-53", 0 ],
"destination" : [ "obj-55", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-52", 0 ],
"destination" : [ "obj-53", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-51", 0 ],
"destination" : [ "obj-50", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-50", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-49", 0 ],
"destination" : [ "obj-51", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-48", 0 ],
"destination" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-47", 0 ],
"destination" : [ "obj-46", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-46", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-45", 0 ],
"destination" : [ "obj-47", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-44", 0 ],
"destination" : [ "obj-45", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-4", 0 ],
"destination" : [ "obj-6", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-31", 0 ],
"destination" : [ "obj-23", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-3", 0 ],
"destination" : [ "obj-4", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-23", 0 ],
"destination" : [ "obj-18", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-2", 0 ],
"destination" : [ "obj-3", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-19", 0 ],
"destination" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-18", 0 ],
"destination" : [ "obj-19", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-15", 0 ],
"destination" : [ "obj-82", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-13", 0 ],
"destination" : [ "obj-15", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-10", 0 ],
"destination" : [ "obj-13", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-1", 0 ],
"destination" : [ "obj-82", 0 ]
}
}
]
}
,
"saved_object_attributes" : {
"description" : "",
"digest" : "",
"globalpatchername" : "",
"style" : "",
"tags" : ""
}
}
}
, {
"box" : {
"maxclass" : "comment",
"text" : "Delay for Piano \n\n\n\n\n\n\n\n\n\n\n",
"linecount" : 11,
"id" : "obj-29",
"style" : "",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 132.0, 226.0, 230.0, 154.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "delay~ 44100 44100",
"id" : "obj-43",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 138.0, 252.0, 120.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "*~ 0.6667",
"id" : "obj-37",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 263.0, 351.0, 62.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "tapout~ 500",
"id" : "obj-36",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 149.0, 335.0, 74.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "tapin~ 500",
"id" : "obj-35",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "tapconnect" ],
"patching_rect" : [ 226.0, 296.0, 67.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "ezdac~",
"id" : "obj-73",
"style" : "",
"numinlets" : 2,
"numoutlets" : 0,
"patching_rect" : [ 32.0, 712.0, 45.0, 45.0 ]
}
}
, {
"box" : {
"maxclass" : "live.gain~",
"varname" : "live.gain~[1]",
"id" : "obj-20",
"parameter_enable" : 1,
"numinlets" : 2,
"numoutlets" : 5,
"outlettype" : [ "signal", "signal", "", "float", "list" ],
"patching_rect" : [ 32.0, 504.0, 48.0, 136.0 ],
"saved_attribute_attributes" : {
"valueof" : {
"parameter_longname" : "live.gain~[1]",
"parameter_shortname" : "live.gain~",
"parameter_type" : 0,
"parameter_mmin" : -70.0,
"parameter_mmax" : 6.0,
"parameter_initial" : [ 0.0 ],
"parameter_unitstyle" : 4
}
}
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "sfplay~ 2",
"id" : "obj-15",
"style" : "",
"numinlets" : 2,
"numoutlets" : 3,
"outlettype" : [ "signal", "signal", "bang" ],
"patching_rect" : [ 32.0, 258.0, 59.0, 22.0 ],
"saved_object_attributes" : {
"basictuning" : 440,
"followglobaltempo" : 0,
"formantcorrection" : 0,
"mode" : "basic",
"originallength" : [ 17247.085938, "ticks" ],
"originaltempo" : 120.0,
"pitchcorrection" : 0,
"quality" : "basic",
"timestretch" : [ 0 ]
}
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "open pianokeys.wav",
"id" : "obj-30",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 120.0, 186.0, 119.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "loadbang",
"id" : "obj-28",
"fontname" : "Arial",
"style" : "",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 120.0, 156.0, 60.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "seek $1",
"id" : "obj-14",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 32.0, 186.0, 53.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-12",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 32.0, 156.0, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "random 50000",
"id" : "obj-10",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 34.0, 127.0, 88.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "button",
"id" : "obj-9",
"style" : "",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 34.0, 94.0, 24.0, 24.0 ]
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "4",
"id" : "obj-7",
"style" : "",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 120.0, 18.0, 29.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "number",
"id" : "obj-5",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"patching_rect" : [ 59.0, 18.0, 50.0, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "tempo",
"id" : "obj-3",
"style" : "",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 34.0, 63.0, 50.5, 22.0 ]
}
}
, {
"box" : {
"maxclass" : "toggle",
"id" : "obj-2",
"parameter_enable" : 0,
"style" : "",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 32.0, 18.0, 24.0, 24.0 ]
}
}
],
"lines" : [ {
"patchline" : {
"source" : [ "obj-72", 1 ],
"destination" : [ "obj-57", 1 ],
"midpoints" : [ 957.25, 746.0, 802.125, 746.0, 802.125, 606.0, 647.0, 606.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-72", 0 ],
"destination" : [ "obj-57", 0 ],
"midpoints" : [ 950.0, 746.0, 801.0, 746.0, 801.0, 606.0, 490.0, 606.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-20", 1 ],
"destination" : [ "obj-57", 1 ],
"midpoints" : [ 48.75, 650.0, 265.875, 650.0, 265.875, 606.0, 647.0, 606.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-20", 0 ],
"destination" : [ "obj-57", 0 ],
"midpoints" : [ 41.5, 650.0, 265.75, 650.0, 265.75, 606.0, 490.0, 606.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-55", 0 ],
"destination" : [ "obj-57", 0 ],
"midpoints" : [ 568.5, 569.0, 490.0, 569.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-56", 0 ],
"destination" : [ "obj-57", 0 ],
"midpoints" : [ 490.0, 527.0, 490.0, 527.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-57", 0 ],
"destination" : [ "obj-54", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-48", 0 ],
"destination" : [ "obj-72", 1 ],
"midpoints" : [ 1041.5, 544.5, 979.0, 544.5 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-46", 0 ],
"destination" : [ "obj-72", 0 ],
"midpoints" : [ 1041.5, 546.5, 950.0, 546.5 ]
}
}
, {
"patchline" : {
"source" : [ "obj-33", 0 ],
"destination" : [ "obj-72", 1 ],
"midpoints" : [ 919.5, 593.0, 979.0, 593.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-33", 0 ],
"destination" : [ "obj-72", 0 ],
"midpoints" : [ 919.5, 593.0, 950.0, 593.0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-47", 0 ],
"destination" : [ "obj-50", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-50", 0 ],
"destination" : [ "obj-48", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-48", 0 ],
"destination" : [ "obj-46", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-48", 0 ],
"destination" : [ "obj-47", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-40", 0 ],
"destination" : [ "obj-72", 1 ],
"midpoints" : [ 950.0, 543.5, 979.0, 543.5 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-40", 0 ],
"destination" : [ "obj-72", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-70", 0 ],
"destination" : [ "obj-40", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-21", 0 ],
"destination" : [ "obj-72", 0 ],
"midpoints" : [ 1028.5, 611.0, 1008.25, 611.0, 1008.25, 589.0, 950.0, 589.0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-34", 0 ],
"destination" : [ "obj-72", 1 ],
"midpoints" : [ 1028.5, 679.0, 1010.75, 679.0, 1010.75, 589.0, 979.0, 589.0 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-23", 0 ],
"destination" : [ "obj-38", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-38", 0 ],
"destination" : [ "obj-34", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-34", 0 ],
"destination" : [ "obj-21", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-34", 0 ],
"destination" : [ "obj-23", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-19", 0 ],
"destination" : [ "obj-63", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-9", 0 ],
"destination" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-72", 0 ],
"destination" : [ "obj-73", 0 ],
"midpoints" : [ 950.0, 746.0, 802.75, 746.0, 802.75, 701.0, 41.5, 701.0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-72", 1 ],
"destination" : [ "obj-73", 1 ],
"midpoints" : [ 957.25, 746.0, 802.375, 746.0, 802.375, 701.0, 67.5, 701.0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-7", 0 ],
"destination" : [ "obj-3", 2 ]
}
}
, {
"patchline" : {
"source" : [ "obj-69", 0 ],
"destination" : [ "obj-70", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-68", 0 ],
"destination" : [ "obj-69", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-67", 0 ],
"destination" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-65", 0 ],
"destination" : [ "obj-63", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-63", 0 ],
"destination" : [ "obj-25", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-61", 0 ],
"destination" : [ "obj-59", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-6", 0 ],
"destination" : [ "obj-33", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-59", 0 ],
"destination" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-5", 0 ],
"destination" : [ "obj-65", 0 ],
"midpoints" : [ 68.5, 48.0, 874.5, 48.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-5", 0 ],
"destination" : [ "obj-3", 1 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-49", 0 ],
"destination" : [ "obj-64", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-49", 0 ],
"destination" : [ "obj-26", 0 ],
"midpoints" : [ 975.776733, 351.0, 998.138428, 351.0, 998.138428, 141.0, 1170.5, 141.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-44", 0 ],
"destination" : [ "obj-11", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-43", 0 ],
"destination" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-42", 0 ],
"destination" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-4", 0 ],
"destination" : [ "obj-33", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-37", 0 ],
"destination" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-36", 0 ],
"destination" : [ "obj-43", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-36", 0 ],
"destination" : [ "obj-37", 0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-36", 0 ],
"destination" : [ "obj-20", 1 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-35", 0 ],
"destination" : [ "obj-36", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-32", 0 ],
"destination" : [ "obj-8", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-31", 0 ],
"destination" : [ "obj-4", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-30", 0 ],
"destination" : [ "obj-15", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-3", 0 ],
"destination" : [ "obj-9", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-28", 0 ],
"destination" : [ "obj-30", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-27", 0 ],
"destination" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-27", 1 ],
"destination" : [ "obj-32", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-26", 0 ],
"destination" : [ "obj-66", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-25", 0 ],
"destination" : [ "obj-59", 1 ]
}
}
, {
"patchline" : {
"source" : [ "obj-24", 0 ],
"destination" : [ "obj-26", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-22", 0 ],
"destination" : [ "obj-63", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-20", 0 ],
"destination" : [ "obj-73", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-20", 1 ],
"destination" : [ "obj-73", 1 ],
"midpoints" : [ 48.75, 651.5, 67.5, 651.5 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-2", 0 ],
"destination" : [ "obj-59", 0 ],
"midpoints" : [ 41.5, 49.5, 818.776733, 49.5 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-2", 0 ],
"destination" : [ "obj-3", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-16", 0 ],
"destination" : [ "obj-27", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-15", 0 ],
"destination" : [ "obj-35", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-15", 0 ],
"destination" : [ "obj-24", 0 ],
"midpoints" : [ 41.5, 290.0, 107.0, 290.0, 107.0, 59.0, 1062.5, 59.0 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-15", 0 ],
"destination" : [ "obj-11", 0 ],
"order" : 2
}
}
, {
"patchline" : {
"source" : [ "obj-15", 1 ],
"destination" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-14", 0 ],
"destination" : [ "obj-15", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-12", 0 ],
"destination" : [ "obj-14", 0 ]
}
}
, {
"patchline" : {
"source" : [ "obj-11", 0 ],
"destination" : [ "obj-20", 0 ],
"order" : 1
}
}
, {
"patchline" : {
"source" : [ "obj-11", 0 ],
"destination" : [ "obj-20", 1 ],
"order" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-10", 0 ],
"destination" : [ "obj-12", 0 ]
}
}
],
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x86",
"modernui" : 1
}
,
"styles" : [ {
"name" : "mystyle",
"default" : {
"fontname" : [ "Monaco" ],
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
"bgfillcolor" : {
"type" : "gradient",
"color" : [ 0.290196, 0.309804, 0.301961, 1.0 ],
"color1" : [ 0.85109, 0.842249, 0.830042, 1.0 ],
"color2" : [ 1.0, 1.0, 1.0, 1.0 ],
"angle" : 270.0,
"proportion" : 0.39,
"autogradient" : 0
}
,
"bgcolor" : [ 1.0, 0.999974, 0.999991, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
, {
"name" : "newobjYellow-1",
"default" : {
"fontsize" : [ 12.059008 ],
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
, {
"name" : "white monospace",
"default" : {
"fontname" : [ "Monaco" ],
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
"bgfillcolor" : {
"type" : "gradient",
"color" : [ 0.290196, 0.309804, 0.301961, 1.0 ],
"color1" : [ 1.0, 0.999974, 0.999991, 1.0 ],
"color2" : [ 0.813701, 0.827634, 0.818829, 1.0 ],
"angle" : 270.0,
"proportion" : 0.39,
"autogradient" : 0
}
,
"color" : [ 0.18882, 0.288104, 0.351331, 1.0 ],
"bgcolor" : [ 0.982943, 0.978557, 0.972212, 1.0 ],
"accentcolor" : [ 0.85109, 0.842249, 0.830042, 1.0 ],
"elementcolor" : [ 0.780914, 0.800218, 0.843168, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
]
}

Reactive Visuals in Max for Live (Project 1) — Jonathan Cavell

For our first longer term project, I created a patch which resulted in a more stylistic visual which reacted to midi and audio data from Ableton Live session information. Within the patch, gl objects are set to render and erase based of midi information from each instrument and are manipulate by the amplitude of the audio signal generated by each instrument. The end result is a set of shapes/objects, each assigned to their own instrument, which are turned on and off by that instrument and manipulated by its audio signal.

The patch automates the movement, transparency, and rotation of objects within the video window in direct proportion to the amplitude signal of each midi instrument in Live. For the shapes associate with the synth, I created an image in Adobe Illustrator which was then imported into Max and layered to create a new object. The drum kit uses clearly defined geometric shapes to contrast the more amorphous shape generated by the synth.

Midi Send Portions of the Patch

Synth Visual Portion of the Patch

Drum Visual Portion of the Patch

The patch itself, while it is rather large (and divided into a set of four patches within the Live session) is built on a series of smaller patches to execute a simple, but polished concept. My personal goal for this project was to become familiar with a set of techniques which I had not utilized in a previous project and familiarize myself with the Max for Live environment which operates with a unique set of limitations. I wanted to create a patch that generated a stylistic visual element which could be replicated for live performance which came across as a more polished visualization with smoother transitions than what I was able to achieve in previous projects.

Of these techniques, the ones I was most concerned about ended up being the easiest (ex. creating a unique shape/image in Adobe Illustrator and converting it into an .obj for use by jit.gl since I do not have a visual media background) and the ones I thought I should be able to complete easily proved more complicated when working in the Max for Live environment (ex. automating the transparency of different jit.gl objects and creating smooth movement across the video window).

I would like to experiment further with the automation to create a much more experimental version of the visual elements, but I am pleased with how this first version turned out.

Drum Visualization Patch

{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x64",
"modernui" : 1
}
,
"rect" : [ 512.0, 104.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" : "",
"boxes" : [ {
"box" : {
"id" : "obj-19",
"linecount" : 2,
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1187.916626, 391.5, 123.0, 34.0 ],
"style" : "",
"text" : "Drum Visualization Patch"
}
}
, {
"box" : {
"id" : "obj-17",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1339.5, 513.0, 61.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-30",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 1059.75, 747.0, 57.0, 22.0 ],
"style" : "",
"text" : "select 27"
}
}
, {
"box" : {
"id" : "obj-29",
"linecount" : 2,
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1059.75, 814.0, 72.0, 20.0 ],
"style" : "",
"text" : "fullscreen $1"
}
}
, {
"box" : {
"id" : "obj-20",
"maxclass" : "toggle",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 1059.75, 777.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-11",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 4,
"outlettype" : [ "int", "int", "int", "int" ],
"patching_rect" : [ 1059.75, 722.0, 50.5, 22.0 ],
"style" : "",
"text" : "key"
}
}
, {
"box" : {
"id" : "obj-45",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "erase" ],
"patching_rect" : [ 1736.0, 608.0, 56.0, 22.0 ],
"style" : "",
"text" : "t b erase"
}
}
, {
"box" : {
"id" : "obj-37",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 1736.0, 579.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-27",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 1222.5, 552.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-118",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1444.166626, 581.0, 29.5, 22.0 ],
"style" : "",
"text" : "0.5"
}
}
, {
"box" : {
"id" : "obj-114",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1498.666626, 591.685791, 29.5, 22.0 ],
"style" : "",
"text" : "1"
}
}
, {
"box" : {
"id" : "obj-102",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 1498.666626, 540.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 1"
}
}
, {
"box" : {
"id" : "obj-98",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 1437.666626, 540.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 0"
}
}
, {
"box" : {
"id" : "obj-93",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 1549.0, 652.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-89",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 1573.666626, 587.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-87",
"maxclass" : "newobj",
"numinlets" : 5,
"numoutlets" : 4,
"outlettype" : [ "int", "", "", "int" ],
"patching_rect" : [ 1549.0, 621.0, 61.0, 22.0 ],
"style" : "",
"text" : "counter 1"
}
}
, {
"box" : {
"id" : "obj-70",
"maxclass" : "toggle",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 1573.666626, 552.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-67",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1573.666626, 521.0, 69.0, 22.0 ],
"style" : "",
"text" : "r synthmidi"
}
}
, {
"box" : {
"id" : "obj-107",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 1664.5, 618.685791, 67.0, 22.0 ],
"style" : "",
"text" : "peakamp~"
}
}
, {
"box" : {
"id" : "obj-106",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 1125.0, 521.0, 67.0, 22.0 ],
"style" : "",
"text" : "peakamp~"
}
}
, {
"box" : {
"id" : "obj-105",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 1272.666626, 572.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-68",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 1398.5, 572.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 4"
}
}
, {
"box" : {
"id" : "obj-66",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 1339.5, 572.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 0"
}
}
, {
"box" : {
"id" : "obj-49",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1349.166626, 626.0, 29.5, 22.0 ],
"style" : "",
"text" : "2"
}
}
, {
"box" : {
"id" : "obj-44",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1308.666626, 626.0, 29.5, 22.0 ],
"style" : "",
"text" : "0"
}
}
, {
"box" : {
"id" : "obj-39",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1291.5, 713.0, 103.0, 22.0 ],
"style" : "",
"text" : "color $1 $2 $3 $4"
}
}
, {
"box" : {
"id" : "obj-34",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1305.5, 677.0, 83.0, 22.0 ],
"style" : "",
"text" : "pak 0. 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-32",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1437.666626, 626.0, 34.0, 22.0 ],
"style" : "",
"text" : "0.95"
}
}
, {
"box" : {
"id" : "obj-3",
"maxclass" : "newobj",
"numinlets" : 5,
"numoutlets" : 4,
"outlettype" : [ "int", "", "", "int" ],
"patching_rect" : [ 1339.5, 536.0, 61.0, 22.0 ],
"style" : "",
"text" : "counter 7"
}
}
, {
"box" : {
"id" : "obj-35",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1398.5, 626.0, 29.5, 22.0 ],
"style" : "",
"text" : "0"
}
}
, {
"box" : {
"id" : "obj-31",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1395.666626, 677.0, 82.0, 22.0 ],
"style" : "",
"text" : "pak 0. 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-28",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1395.666626, 712.0, 143.0, 22.0 ],
"style" : "",
"text" : "erase_color $1 $2 $3 0.7"
}
}
, {
"box" : {
"id" : "obj-5",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1662.5, 521.0, 70.0, 22.0 ],
"style" : "",
"text" : "r snaremidi"
}
}
, {
"box" : {
"id" : "obj-12",
"maxclass" : "toggle",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 1662.5, 552.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-13",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1664.5, 677.0, 95.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. -4. 1."
}
}
, {
"box" : {
"id" : "obj-14",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1664.5, 702.0, 115.0, 22.0 ],
"style" : "",
"text" : "pak position 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-15",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 1663.5, 598.0, 65.0, 22.0 ],
"style" : "",
"text" : "qmetro 22"
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-16",
"maxclass" : "flonum",
"maximum" : 1.0,
"minimum" : 0.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 1664.5, 649.685791, 61.0, 22.0 ],
"style" : "",
"triscale" : 0.9
}
}
, {
"box" : {
"id" : "obj-23",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 1280.0, 820.0, 744.0, 36.0 ],
"style" : "",
"text" : "jit.gl.gridshape drumviz @shape cube @dim 50 50 @scale 0.5 @smooth_shading 1 @lighting_enable 1 @position -1 0 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-10",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1049.5, 521.0, 59.0, 22.0 ],
"style" : "",
"text" : "r kickmidi"
}
}
, {
"box" : {
"id" : "obj-8",
"maxclass" : "toggle",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 1067.0, 552.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-76",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1119.5, 608.0, 101.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. -1.9 0."
}
}
, {
"box" : {
"id" : "obj-75",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1131.5, 647.0, 115.0, 22.0 ],
"style" : "",
"text" : "pak position 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-63",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 1056.5, 582.685791, 64.0, 22.0 ],
"style" : "",
"text" : "qmetro 22"
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-97",
"maxclass" : "flonum",
"maximum" : 1.0,
"minimum" : 0.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 1119.5, 582.685791, 61.0, 22.0 ],
"style" : "",
"triscale" : 0.9
}
}
, {
"box" : {
"id" : "obj-42",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 1059.75, 844.0, 171.0, 20.0 ],
"style" : "",
"text" : "jit.window drumviz @floating 1"
}
}
, {
"box" : {
"id" : "obj-41",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "erase" ],
"patching_rect" : [ 1056.5, 663.0, 57.0, 22.0 ],
"style" : "",
"text" : "t b erase"
}
}
, {
"box" : {
"id" : "obj-40",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 1053.0, 695.0, 114.0, 22.0 ],
"style" : "",
"text" : "jit.gl.render drumviz"
}
}
, {
"box" : {
"id" : "obj-36",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 1280.0, 754.0, 753.0, 36.0 ],
"style" : "",
"text" : "jit.gl.gridshape drumviz @shape circle @dim 50 50 @scale 0.75 @smooth_shading 1 @lighting_enable 1 @position -1 0 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-25",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1150.0, 447.0, 17.0, 18.0 ],
"style" : "",
"text" : "R",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-26",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1078.0, 447.0, 17.0, 18.0 ],
"style" : "",
"text" : "L",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-24",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1150.0, 367.0, 17.0, 18.0 ],
"style" : "",
"text" : "R",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-22",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1078.0, 366.0, 17.0, 18.0 ],
"style" : "",
"text" : "L",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 10.0,
"hidden" : 1,
"id" : "obj-9",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1048.0, 505.0, 117.0, 18.0 ],
"style" : "",
"text" : "Device vertical limit"
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-7",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1084.0, 466.0, 81.0, 19.0 ],
"style" : "",
"text" : "Audio to Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-6",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1078.0, 346.0, 96.0, 19.0 ],
"style" : "",
"text" : "Audio from Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 1096.0, 447.0, 53.0, 20.0 ],
"style" : "",
"text" : "plugout~"
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 1096.0, 367.0, 53.0, 20.0 ],
"style" : "",
"text" : "plugin~"
}
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-106", 0 ],
"midpoints" : [ 1105.5, 434.0, 1063.0, 434.0, 1063.0, 491.0, 1134.5, 491.0 ],
"order" : 1,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-107", 0 ],
"midpoints" : [ 1105.5, 434.0, 1177.0, 434.0, 1177.0, 500.0, 1648.0, 500.0, 1648.0, 614.0, 1674.0, 614.0 ],
"order" : 0,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-2", 1 ],
"midpoints" : [ 1139.5, 389.0, 1139.5, 389.0 ],
"source" : [ "obj-1", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"midpoints" : [ 1105.5, 389.0, 1105.5, 389.0 ],
"order" : 2,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 1059.0, 542.0, 1207.0, 542.0, 1207.0, 548.0, 1232.0, 548.0 ],
"order" : 0,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"midpoints" : [ 1059.0, 548.0, 1076.5, 548.0 ],
"order" : 1,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-118", 0 ],
"midpoints" : [ 1508.166626, 575.0, 1453.666626, 575.0 ],
"source" : [ "obj-102", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-97", 0 ],
"midpoints" : [ 1134.5, 578.0, 1129.0, 578.0 ],
"source" : [ "obj-106", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-16", 0 ],
"midpoints" : [ 1674.0, 641.0, 1674.0, 641.0 ],
"source" : [ "obj-107", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-30", 0 ],
"midpoints" : [ 1069.25, 743.0, 1069.25, 743.0 ],
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 3 ],
"midpoints" : [ 1508.166626, 662.0, 1379.0, 662.0 ],
"source" : [ "obj-114", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 3 ],
"midpoints" : [ 1453.666626, 611.0, 1379.0, 611.0 ],
"source" : [ "obj-118", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 1672.0, 578.0, 1673.0, 578.0 ],
"order" : 1,
"source" : [ "obj-12", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-37", 0 ],
"midpoints" : [ 1672.0, 578.0, 1732.0, 578.0, 1732.0, 575.0, 1745.5, 575.0 ],
"order" : 0,
"source" : [ "obj-12", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-14", 3 ],
"midpoints" : [ 1674.0, 698.0, 1770.0, 698.0 ],
"source" : [ "obj-13", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-23", 0 ],
"midpoints" : [ 1674.0, 725.0, 1549.0, 725.0, 1549.0, 683.0, 1489.0, 683.0, 1489.0, 662.0, 1267.0, 662.0, 1267.0, 806.0, 1289.5, 806.0 ],
"source" : [ "obj-14", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-107", 0 ],
"midpoints" : [ 1673.0, 620.0, 1674.0, 620.0 ],
"order" : 0,
"source" : [ "obj-15", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-41", 0 ],
"midpoints" : [ 1673.0, 620.0, 1621.0, 620.0, 1621.0, 683.0, 1489.0, 683.0, 1489.0, 662.0, 1258.0, 662.0, 1258.0, 677.0, 1114.0, 677.0, 1114.0, 650.0, 1066.0, 650.0 ],
"order" : 1,
"source" : [ "obj-15", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 1674.0, 671.0, 1674.0, 671.0 ],
"source" : [ "obj-16", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-32", 0 ],
"midpoints" : [ 1349.0, 533.0, 1336.0, 533.0, 1336.0, 611.0, 1447.166626, 611.0 ],
"order" : 0,
"source" : [ "obj-17", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-49", 0 ],
"midpoints" : [ 1349.0, 533.0, 1336.0, 533.0, 1336.0, 611.0, 1358.666626, 611.0 ],
"order" : 1,
"source" : [ "obj-17", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-29", 0 ],
"midpoints" : [ 1069.25, 803.0, 1069.25, 803.0 ],
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 1232.0, 578.0, 1258.0, 578.0, 1258.0, 533.0, 1349.0, 533.0 ],
"source" : [ "obj-27", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-40", 0 ],
"midpoints" : [ 1405.166626, 734.0, 1177.0, 734.0, 1177.0, 680.0, 1114.0, 680.0, 1114.0, 686.0, 1062.5, 686.0 ],
"source" : [ "obj-28", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-42", 0 ],
"midpoints" : [ 1069.25, 836.0, 1069.25, 836.0 ],
"source" : [ "obj-29", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-105", 0 ],
"midpoints" : [ 1349.0, 557.0, 1282.166626, 557.0 ],
"order" : 2,
"source" : [ "obj-3", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-66", 0 ],
"midpoints" : [ 1349.0, 557.0, 1349.0, 557.0 ],
"order" : 1,
"source" : [ "obj-3", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-68", 0 ],
"midpoints" : [ 1349.0, 563.0, 1408.0, 563.0 ],
"order" : 0,
"source" : [ "obj-3", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-20", 0 ],
"midpoints" : [ 1069.25, 770.0, 1069.25, 770.0 ],
"source" : [ "obj-30", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-28", 0 ],
"midpoints" : [ 1405.166626, 698.0, 1405.166626, 698.0 ],
"source" : [ "obj-31", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 2 ],
"midpoints" : [ 1447.166626, 647.0, 1447.166626, 647.0 ],
"order" : 0,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 1 ],
"midpoints" : [ 1447.166626, 662.0, 1426.166626, 662.0 ],
"order" : 1,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 0 ],
"midpoints" : [ 1447.166626, 662.0, 1405.166626, 662.0 ],
"order" : 2,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-39", 0 ],
"midpoints" : [ 1315.0, 698.0, 1301.0, 698.0 ],
"source" : [ "obj-34", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 2 ],
"midpoints" : [ 1408.0, 662.0, 1447.166626, 662.0 ],
"order" : 0,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 1 ],
"midpoints" : [ 1408.0, 662.0, 1426.166626, 662.0 ],
"order" : 1,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 0 ],
"midpoints" : [ 1408.0, 671.0, 1405.166626, 671.0 ],
"order" : 2,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-45", 0 ],
"midpoints" : [ 1745.5, 605.0, 1745.5, 605.0 ],
"source" : [ "obj-37", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-23", 0 ],
"midpoints" : [ 1301.0, 734.0, 1267.0, 734.0, 1267.0, 806.0, 1289.5, 806.0 ],
"order" : 0,
"source" : [ "obj-39", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-36", 0 ],
"midpoints" : [ 1301.0, 734.0, 1289.5, 734.0 ],
"order" : 1,
"source" : [ "obj-39", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-40", 0 ],
"midpoints" : [ 1104.0, 686.0, 1062.5, 686.0 ],
"source" : [ "obj-41", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-40", 0 ],
"midpoints" : [ 1066.0, 686.0, 1062.5, 686.0 ],
"source" : [ "obj-41", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 2 ],
"midpoints" : [ 1318.166626, 662.0, 1357.666667, 662.0 ],
"order" : 0,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 1 ],
"midpoints" : [ 1318.166626, 662.0, 1336.333333, 662.0 ],
"order" : 1,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 0 ],
"midpoints" : [ 1318.166626, 671.0, 1315.0, 671.0 ],
"order" : 2,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-40", 0 ],
"midpoints" : [ 1782.5, 644.0, 1621.0, 644.0, 1621.0, 683.0, 1489.0, 683.0, 1489.0, 662.0, 1258.0, 662.0, 1258.0, 680.0, 1114.0, 680.0, 1114.0, 686.0, 1062.5, 686.0 ],
"source" : [ "obj-45", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 2 ],
"midpoints" : [ 1358.666626, 647.0, 1357.666667, 647.0 ],
"order" : 0,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 1 ],
"midpoints" : [ 1358.666626, 662.0, 1336.333333, 662.0 ],
"order" : 1,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 0 ],
"midpoints" : [ 1358.666626, 662.0, 1315.0, 662.0 ],
"order" : 2,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-12", 0 ],
"midpoints" : [ 1672.0, 542.0, 1672.0, 542.0 ],
"source" : [ "obj-5", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-106", 0 ],
"midpoints" : [ 1066.0, 605.0, 1192.0, 605.0, 1192.0, 551.0, 1204.0, 551.0, 1204.0, 500.0, 1134.5, 500.0 ],
"order" : 0,
"source" : [ "obj-63", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-41", 0 ],
"midpoints" : [ 1066.0, 605.0, 1066.0, 605.0 ],
"order" : 1,
"source" : [ "obj-63", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-32", 0 ],
"midpoints" : [ 1349.0, 611.0, 1447.166626, 611.0 ],
"order" : 0,
"source" : [ "obj-66", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-44", 0 ],
"midpoints" : [ 1349.0, 611.0, 1318.166626, 611.0 ],
"order" : 1,
"source" : [ "obj-66", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-70", 0 ],
"midpoints" : [ 1583.166626, 542.0, 1583.166626, 542.0 ],
"source" : [ "obj-67", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-35", 0 ],
"midpoints" : [ 1408.0, 593.0, 1408.0, 593.0 ],
"order" : 0,
"source" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-49", 0 ],
"midpoints" : [ 1408.0, 611.0, 1358.666626, 611.0 ],
"order" : 1,
"source" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-89", 0 ],
"midpoints" : [ 1583.166626, 578.0, 1583.166626, 578.0 ],
"source" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-36", 0 ],
"midpoints" : [ 1141.0, 680.0, 1276.0, 680.0, 1276.0, 746.0, 1289.5, 746.0 ],
"source" : [ "obj-75", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-75", 2 ],
"midpoints" : [ 1129.0, 641.0, 1205.0, 641.0 ],
"source" : [ "obj-76", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-63", 0 ],
"midpoints" : [ 1076.5, 578.0, 1066.0, 578.0 ],
"source" : [ "obj-8", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-93", 0 ],
"midpoints" : [ 1558.5, 644.0, 1558.5, 644.0 ],
"source" : [ "obj-87", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-87", 0 ],
"midpoints" : [ 1583.166626, 614.0, 1558.5, 614.0 ],
"source" : [ "obj-89", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-102", 0 ],
"midpoints" : [ 1558.5, 674.0, 1489.0, 674.0, 1489.0, 623.0, 1483.0, 623.0, 1483.0, 536.0, 1508.166626, 536.0 ],
"order" : 0,
"source" : [ "obj-93", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-98", 0 ],
"midpoints" : [ 1558.5, 674.0, 1489.0, 674.0, 1489.0, 623.0, 1483.0, 623.0, 1483.0, 527.0, 1447.166626, 527.0 ],
"order" : 1,
"source" : [ "obj-93", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-76", 0 ],
"midpoints" : [ 1129.0, 605.0, 1129.0, 605.0 ],
"source" : [ "obj-97", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-114", 0 ],
"midpoints" : [ 1447.166626, 563.0, 1483.0, 563.0, 1483.0, 578.0, 1508.166626, 578.0 ],
"source" : [ "obj-98", 0 ]
}
}
],
"dependency_cache" : [ ],
"autosave" : 0,
"styles" : [ {
"name" : "newobjBrown-1",
"default" : {
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
, {
"name" : "newobjYellow-1",
"default" : {
"fontsize" : [ 12.059008 ],
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
]
}
}
view raw dumviz.maxpat hosted with ❤ by GitHub

Synth Visualization Patch

{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x64",
"modernui" : 1
}
,
"rect" : [ 663.0, 85.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" : "",
"boxes" : [ {
"box" : {
"id" : "obj-30",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 431.0, 160.666672, 150.0, 20.0 ],
"style" : "",
"text" : "Synth Visualization Patch"
}
}
, {
"box" : {
"id" : "obj-36",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 208.0, 318.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-118",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 305.166687, 396.0, 29.5, 22.0 ],
"style" : "",
"text" : "0.5"
}
}
, {
"box" : {
"id" : "obj-114",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 551.166626, 420.0, 29.5, 22.0 ],
"style" : "",
"text" : "1"
}
}
, {
"box" : {
"id" : "obj-102",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 551.166626, 389.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 1"
}
}
, {
"box" : {
"id" : "obj-98",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 305.166687, 365.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 0"
}
}
, {
"box" : {
"id" : "obj-93",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 404.5, 421.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-89",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 429.166687, 356.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-87",
"maxclass" : "newobj",
"numinlets" : 5,
"numoutlets" : 4,
"outlettype" : [ "int", "", "", "int" ],
"patching_rect" : [ 404.5, 390.0, 61.0, 22.0 ],
"style" : "",
"text" : "counter 1"
}
}
, {
"box" : {
"id" : "obj-78",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 477.0, 519.0, 115.0, 22.0 ],
"style" : "",
"text" : "jit.gl.render drumviz"
}
}
, {
"box" : {
"id" : "obj-77",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "erase" ],
"patching_rect" : [ 477.0, 485.0, 57.0, 22.0 ],
"style" : "",
"text" : "t b erase"
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-74",
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 477.0, 449.5, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-72",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 477.0, 421.0, 67.0, 22.0 ],
"style" : "",
"text" : "peakamp~"
}
}
, {
"box" : {
"id" : "obj-71",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 477.0, 390.0, 65.0, 22.0 ],
"style" : "",
"text" : "qmetro 22"
}
}
, {
"box" : {
"id" : "obj-70",
"maxclass" : "toggle",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 477.0, 356.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-67",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 477.0, 321.0, 69.0, 22.0 ],
"style" : "",
"text" : "r synthmidi"
}
}
, {
"box" : {
"id" : "obj-64",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1369.0, 385.0, 97.0, 22.0 ],
"style" : "",
"text" : "color $1 $2 $3 1"
}
}
, {
"box" : {
"id" : "obj-60",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1250.0, 385.0, 107.0, 22.0 ],
"style" : "",
"text" : "color $1 $2 $3 0.5"
}
}
, {
"box" : {
"id" : "obj-111",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1103.0, 616.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-110",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1105.0, 429.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-109",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1103.0, 385.0, 132.0, 22.0 ],
"style" : "",
"text" : "pak position 0. -0.02 0."
}
}
, {
"box" : {
"id" : "obj-108",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 895.0, 303.0, 99.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. 0.5 0."
}
}
, {
"box" : {
"id" : "obj-3",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 1105.0, 575.0, 481.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-5",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 1103.0, 704.0, 475.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-8",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1103.0, 644.0, 114.0, 22.0 ],
"style" : "",
"text" : "read flipsynthy2.obj"
}
}
, {
"box" : {
"id" : "obj-103",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1105.0, 466.0, 114.0, 22.0 ],
"style" : "",
"text" : "read flipsynthy1.obj"
}
}
, {
"box" : {
"id" : "obj-101",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 958.0, 389.0, 132.0, 22.0 ],
"style" : "",
"text" : "pak position 0. -0.02 0."
}
}
, {
"box" : {
"id" : "obj-100",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 598.0, 463.0, 122.0, 22.0 ],
"style" : "",
"text" : "read mirrorsynthy.obj"
}
}
, {
"box" : {
"id" : "obj-99",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 602.0, 656.0, 127.0, 20.0 ],
"style" : "",
"text" : "read whitesynthy3.obj"
}
}
, {
"box" : {
"id" : "obj-96",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 821.0, 650.0, 127.0, 22.0 ],
"style" : "",
"text" : "read whitesynthy3.obj"
}
}
, {
"box" : {
"id" : "obj-10",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 786.0, 303.0, 92.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. 1. 0."
}
}
, {
"box" : {
"id" : "obj-83",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 817.0, 389.0, 128.0, 22.0 ],
"style" : "",
"text" : "pak position 0. 0.02 0."
}
}
, {
"box" : {
"id" : "obj-11",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 705.5, 389.0, 98.0, 22.0 ],
"style" : "",
"text" : "rotate $1 0. 0. 1."
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-61",
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 705.5, 337.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-59",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 705.5, 314.0, 29.5, 22.0 ],
"style" : "",
"text" : "* -1"
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-57",
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 593.0, 337.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-12",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 821.0, 616.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-13",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 821.0, 680.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-17",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 602.0, 616.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-19",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 602.0, 704.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-18",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 817.0, 417.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-14",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 817.0, 448.0, 122.0, 22.0 ],
"style" : "",
"text" : "read mirrorsynthy.obj"
}
}
, {
"box" : {
"id" : "obj-15",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 817.0, 534.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-16",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 598.0, 417.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-20",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 593.0, 372.0, 98.0, 22.0 ],
"style" : "",
"text" : "rotate $1 0. 0. 1."
}
}
, {
"box" : {
"id" : "obj-27",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 613.0, 575.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-29",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 593.0, 303.0, 103.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. 0. 500."
}
}
, {
"box" : {
"id" : "obj-105",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 149.166687, 397.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-68",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 266.0, 397.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 4"
}
}
, {
"box" : {
"id" : "obj-66",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 207.0, 397.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 0"
}
}
, {
"box" : {
"id" : "obj-49",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 216.666687, 451.0, 29.5, 22.0 ],
"style" : "",
"text" : "2"
}
}
, {
"box" : {
"id" : "obj-44",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 177.166687, 451.0, 29.5, 22.0 ],
"style" : "",
"text" : "0"
}
}
, {
"box" : {
"id" : "obj-34",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 173.0, 502.0, 83.0, 22.0 ],
"style" : "",
"text" : "pak 0. 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-32",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 336.166687, 449.5, 29.5, 22.0 ],
"style" : "",
"text" : "1"
}
}
, {
"box" : {
"id" : "obj-21",
"maxclass" : "newobj",
"numinlets" : 5,
"numoutlets" : 4,
"outlettype" : [ "int", "", "", "int" ],
"patching_rect" : [ 207.0, 361.0, 61.0, 22.0 ],
"style" : "",
"text" : "counter 7"
}
}
, {
"box" : {
"id" : "obj-35",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 266.0, 451.0, 29.5, 22.0 ],
"style" : "",
"text" : "0"
}
}
, {
"box" : {
"id" : "obj-31",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 263.166687, 502.0, 82.0, 22.0 ],
"style" : "",
"text" : "pak 0. 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-28",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 263.166687, 537.0, 143.0, 22.0 ],
"style" : "",
"text" : "erase_color $1 $2 $3 0.7"
}
}
, {
"box" : {
"id" : "obj-23",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 208.0, 290.0, 59.0, 22.0 ],
"style" : "",
"text" : "r kickmidi"
}
}
, {
"box" : {
"id" : "obj-40",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 263.166687, 581.0, 114.0, 20.0 ],
"style" : "",
"text" : "jit.gl.render drumviz"
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-25",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 245.0, 206.0, 17.0, 18.0 ],
"style" : "",
"text" : "R",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-26",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 173.0, 206.0, 17.0, 18.0 ],
"style" : "",
"text" : "L",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-24",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 245.0, 126.0, 17.0, 18.0 ],
"style" : "",
"text" : "R",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-22",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 173.0, 125.0, 17.0, 18.0 ],
"style" : "",
"text" : "L",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 10.0,
"hidden" : 1,
"id" : "obj-9",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 143.0, 264.0, 117.0, 18.0 ],
"style" : "",
"text" : "Device vertical limit"
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-7",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 179.0, 225.0, 81.0, 19.0 ],
"style" : "",
"text" : "Audio to Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-6",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 173.0, 105.0, 96.0, 19.0 ],
"style" : "",
"text" : "Audio from Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 191.0, 206.0, 53.0, 20.0 ],
"style" : "",
"text" : "plugout~"
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 191.0, 126.0, 53.0, 20.0 ],
"style" : "",
"text" : "plugin~"
}
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-2", 1 ],
"midpoints" : [ 234.5, 148.0, 234.5, 148.0 ],
"source" : [ "obj-1", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"midpoints" : [ 200.5, 148.0, 200.5, 148.0 ],
"order" : 1,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-72", 0 ],
"midpoints" : [ 200.5, 193.0, 272.0, 193.0, 272.0, 277.0, 464.0, 277.0, 464.0, 385.0, 473.0, 385.0, 473.0, 412.0, 486.5, 412.0 ],
"order" : 0,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-101", 3 ],
"midpoints" : [ 795.5, 376.0, 1080.5, 376.0 ],
"order" : 0,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-83", 3 ],
"midpoints" : [ 795.5, 376.0, 935.5, 376.0 ],
"order" : 1,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 607.5, 562.0, 622.5, 562.0 ],
"source" : [ "obj-100", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 967.5, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ],
"order" : 1,
"source" : [ "obj-101", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 967.5, 520.0, 622.5, 520.0 ],
"order" : 0,
"source" : [ "obj-101", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-114", 0 ],
"midpoints" : [ 560.666626, 412.0, 560.666626, 412.0 ],
"source" : [ "obj-102", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 1114.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ],
"source" : [ "obj-103", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-109", 3 ],
"midpoints" : [ 904.5, 370.0, 1225.5, 370.0 ],
"source" : [ "obj-108", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 1112.5, 415.0, 1304.0, 415.0, 1304.0, 568.0, 1114.5, 568.0 ],
"order" : 0,
"source" : [ "obj-109", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 1112.5, 415.0, 1598.0, 415.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ],
"order" : 1,
"source" : [ "obj-109", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 715.0, 448.0, 803.0, 448.0, 803.0, 520.0, 826.5, 520.0 ],
"order" : 1,
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 622.5, 562.0 ],
"order" : 2,
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 587.0, 562.0, 587.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ],
"order" : 0,
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-103", 0 ],
"midpoints" : [ 1114.5, 451.0, 1114.5, 451.0 ],
"source" : [ "obj-110", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"midpoints" : [ 1112.5, 637.0, 1112.5, 637.0 ],
"source" : [ "obj-111", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 3 ],
"midpoints" : [ 560.666626, 472.0, 305.0, 472.0, 305.0, 487.0, 246.5, 487.0 ],
"source" : [ "obj-114", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 3 ],
"midpoints" : [ 314.666687, 487.0, 246.5, 487.0 ],
"source" : [ "obj-118", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-96", 0 ],
"midpoints" : [ 830.5, 637.0, 830.5, 637.0 ],
"source" : [ "obj-12", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 826.5, 469.0, 826.5, 469.0 ],
"source" : [ "obj-14", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-100", 0 ],
"midpoints" : [ 607.5, 439.0, 607.5, 439.0 ],
"source" : [ "obj-16", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-99", 0 ],
"midpoints" : [ 611.5, 637.0, 611.5, 637.0 ],
"source" : [ "obj-17", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-14", 0 ],
"midpoints" : [ 826.5, 439.0, 826.5, 439.0 ],
"source" : [ "obj-18", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ],
"order" : 1,
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ],
"order" : 2,
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 602.5, 403.0, 692.0, 403.0, 692.0, 448.0, 803.0, 448.0, 803.0, 571.0, 1114.5, 571.0 ],
"order" : 0,
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-105", 0 ],
"midpoints" : [ 216.5, 382.0, 158.666687, 382.0 ],
"order" : 2,
"source" : [ "obj-21", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-66", 0 ],
"midpoints" : [ 216.5, 382.0, 216.5, 382.0 ],
"order" : 1,
"source" : [ "obj-21", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-68", 0 ],
"midpoints" : [ 216.5, 388.0, 275.5, 388.0 ],
"order" : 0,
"source" : [ "obj-21", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-36", 0 ],
"midpoints" : [ 217.5, 313.0, 217.5, 313.0 ],
"source" : [ "obj-23", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-40", 0 ],
"midpoints" : [ 272.666687, 559.0, 272.666687, 559.0 ],
"source" : [ "obj-28", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-57", 0 ],
"midpoints" : [ 602.5, 325.0, 602.5, 325.0 ],
"order" : 1,
"source" : [ "obj-29", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-59", 0 ],
"midpoints" : [ 602.5, 325.0, 590.0, 325.0, 590.0, 289.0, 715.0, 289.0 ],
"order" : 0,
"source" : [ "obj-29", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-28", 0 ],
"midpoints" : [ 272.666687, 523.0, 272.666687, 523.0 ],
"source" : [ "obj-31", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 2 ],
"midpoints" : [ 345.666687, 487.0, 314.666687, 487.0 ],
"order" : 0,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 1 ],
"midpoints" : [ 345.666687, 487.0, 293.666687, 487.0 ],
"order" : 1,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 0 ],
"midpoints" : [ 345.666687, 487.0, 272.666687, 487.0 ],
"order" : 2,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-60", 0 ],
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1259.5, 370.0 ],
"order" : 1,
"source" : [ "obj-34", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-64", 0 ],
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1378.5, 370.0 ],
"order" : 0,
"source" : [ "obj-34", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 2 ],
"midpoints" : [ 275.5, 487.0, 314.666687, 487.0 ],
"order" : 0,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 1 ],
"midpoints" : [ 275.5, 487.0, 293.666687, 487.0 ],
"order" : 1,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 0 ],
"midpoints" : [ 275.5, 496.0, 272.666687, 496.0 ],
"order" : 2,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-21", 0 ],
"midpoints" : [ 217.5, 343.0, 216.5, 343.0 ],
"source" : [ "obj-36", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 2 ],
"midpoints" : [ 186.666687, 487.0, 225.166667, 487.0 ],
"order" : 0,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 1 ],
"midpoints" : [ 186.666687, 487.0, 203.833333, 487.0 ],
"order" : 1,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 0 ],
"midpoints" : [ 186.666687, 496.0, 182.5, 496.0 ],
"order" : 2,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 2 ],
"midpoints" : [ 226.166687, 472.0, 225.166667, 472.0 ],
"order" : 0,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 1 ],
"midpoints" : [ 226.166687, 487.0, 203.833333, 487.0 ],
"order" : 1,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 0 ],
"midpoints" : [ 226.166687, 487.0, 182.5, 487.0 ],
"order" : 2,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-20", 0 ],
"midpoints" : [ 602.5, 358.0, 602.5, 358.0 ],
"source" : [ "obj-57", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-61", 0 ],
"midpoints" : [ 715.0, 337.0, 715.0, 337.0 ],
"source" : [ "obj-59", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ],
"order" : 3,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 622.5, 520.0 ],
"order" : 2,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 1259.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ],
"order" : 0,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 1259.5, 520.0, 1598.0, 520.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ],
"order" : 1,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-11", 0 ],
"midpoints" : [ 715.0, 358.0, 715.0, 358.0 ],
"source" : [ "obj-61", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 1378.5, 562.0, 1091.0, 562.0, 1091.0, 607.0, 959.0, 607.0, 959.0, 676.0, 830.5, 676.0 ],
"order" : 0,
"source" : [ "obj-64", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 1378.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 826.5, 520.0 ],
"order" : 1,
"source" : [ "obj-64", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-32", 0 ],
"midpoints" : [ 216.5, 433.0, 345.666687, 433.0 ],
"order" : 0,
"source" : [ "obj-66", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-44", 0 ],
"midpoints" : [ 216.5, 436.0, 186.666687, 436.0 ],
"order" : 1,
"source" : [ "obj-66", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-70", 0 ],
"midpoints" : [ 486.5, 343.0, 486.5, 343.0 ],
"source" : [ "obj-67", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-35", 0 ],
"midpoints" : [ 275.5, 418.0, 275.5, 418.0 ],
"order" : 0,
"source" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-49", 0 ],
"midpoints" : [ 275.5, 436.0, 226.166687, 436.0 ],
"order" : 1,
"source" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-71", 0 ],
"midpoints" : [ 486.5, 382.0, 486.5, 382.0 ],
"order" : 0,
"source" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-89", 0 ],
"midpoints" : [ 486.5, 382.0, 464.0, 382.0, 464.0, 352.0, 438.666687, 352.0 ],
"order" : 1,
"source" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-72", 0 ],
"midpoints" : [ 486.5, 412.0, 486.5, 412.0 ],
"source" : [ "obj-71", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-74", 0 ],
"midpoints" : [ 486.5, 442.0, 486.5, 442.0 ],
"source" : [ "obj-72", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-10", 0 ],
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 298.0, 795.5, 298.0 ],
"order" : 1,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-108", 0 ],
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 289.0, 904.5, 289.0 ],
"order" : 0,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-29", 0 ],
"midpoints" : [ 486.5, 472.0, 548.0, 472.0, 548.0, 352.0, 578.0, 352.0, 578.0, 298.0, 602.5, 298.0 ],
"order" : 2,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-77", 0 ],
"midpoints" : [ 486.5, 472.0, 486.5, 472.0 ],
"order" : 3,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-78", 0 ],
"midpoints" : [ 524.5, 508.0, 488.0, 508.0, 488.0, 514.0, 486.5, 514.0 ],
"source" : [ "obj-77", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-78", 0 ],
"midpoints" : [ 486.5, 508.0, 486.5, 508.0 ],
"source" : [ "obj-77", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 1112.5, 667.0, 1298.0, 667.0, 1298.0, 700.0, 1112.5, 700.0 ],
"source" : [ "obj-8", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 562.0, 587.0, 562.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ],
"order" : 0,
"source" : [ "obj-83", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 520.0, 826.5, 520.0 ],
"order" : 1,
"source" : [ "obj-83", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-93", 0 ],
"midpoints" : [ 414.0, 412.0, 414.0, 412.0 ],
"source" : [ "obj-87", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-87", 0 ],
"midpoints" : [ 438.666687, 382.0, 414.0, 382.0 ],
"source" : [ "obj-89", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-102", 0 ],
"midpoints" : [ 414.0, 451.0, 464.0, 451.0, 464.0, 412.0, 548.0, 412.0, 548.0, 385.0, 560.666626, 385.0 ],
"order" : 0,
"source" : [ "obj-93", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-98", 0 ],
"midpoints" : [ 414.0, 442.0, 377.0, 442.0, 377.0, 352.0, 314.666687, 352.0 ],
"order" : 1,
"source" : [ "obj-93", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 830.5, 673.0, 830.5, 673.0 ],
"source" : [ "obj-96", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-118", 0 ],
"midpoints" : [ 314.666687, 388.0, 314.666687, 388.0 ],
"source" : [ "obj-98", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 611.5, 679.0, 611.5, 679.0 ],
"source" : [ "obj-99", 0 ]
}
}
],
"dependency_cache" : [ ],
"autosave" : 0,
"styles" : [ {
"name" : "newobjBrown-1",
"default" : {
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
, {
"name" : "newobjYellow-1",
"default" : {
"fontsize" : [ 12.059008 ],
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
]
}
}
view raw gistfile1.txt hosted with ❤ by GitHub
{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x64",
"modernui" : 1
}
,
"rect" : [ 663.0, 85.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" : "",
"boxes" : [ {
"box" : {
"id" : "obj-30",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 431.0, 160.666672, 150.0, 20.0 ],
"style" : "",
"text" : "Synth Visualization Patch"
}
}
, {
"box" : {
"id" : "obj-36",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 208.0, 318.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-118",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 305.166687, 396.0, 29.5, 22.0 ],
"style" : "",
"text" : "0.5"
}
}
, {
"box" : {
"id" : "obj-114",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 551.166626, 420.0, 29.5, 22.0 ],
"style" : "",
"text" : "1"
}
}
, {
"box" : {
"id" : "obj-102",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 551.166626, 389.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 1"
}
}
, {
"box" : {
"id" : "obj-98",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 305.166687, 365.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 0"
}
}
, {
"box" : {
"id" : "obj-93",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 404.5, 421.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-89",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 429.166687, 356.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-87",
"maxclass" : "newobj",
"numinlets" : 5,
"numoutlets" : 4,
"outlettype" : [ "int", "", "", "int" ],
"patching_rect" : [ 404.5, 390.0, 61.0, 22.0 ],
"style" : "",
"text" : "counter 1"
}
}
, {
"box" : {
"id" : "obj-78",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 477.0, 519.0, 115.0, 22.0 ],
"style" : "",
"text" : "jit.gl.render drumviz"
}
}
, {
"box" : {
"id" : "obj-77",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "erase" ],
"patching_rect" : [ 477.0, 485.0, 57.0, 22.0 ],
"style" : "",
"text" : "t b erase"
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-74",
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 477.0, 449.5, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-72",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 477.0, 421.0, 67.0, 22.0 ],
"style" : "",
"text" : "peakamp~"
}
}
, {
"box" : {
"id" : "obj-71",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 477.0, 390.0, 65.0, 22.0 ],
"style" : "",
"text" : "qmetro 22"
}
}
, {
"box" : {
"id" : "obj-70",
"maxclass" : "toggle",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 477.0, 356.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-67",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 477.0, 321.0, 69.0, 22.0 ],
"style" : "",
"text" : "r synthmidi"
}
}
, {
"box" : {
"id" : "obj-64",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1369.0, 385.0, 97.0, 22.0 ],
"style" : "",
"text" : "color $1 $2 $3 1"
}
}
, {
"box" : {
"id" : "obj-60",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1250.0, 385.0, 107.0, 22.0 ],
"style" : "",
"text" : "color $1 $2 $3 0.5"
}
}
, {
"box" : {
"id" : "obj-111",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1103.0, 616.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-110",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1105.0, 429.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-109",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1103.0, 385.0, 132.0, 22.0 ],
"style" : "",
"text" : "pak position 0. -0.02 0."
}
}
, {
"box" : {
"id" : "obj-108",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 895.0, 303.0, 99.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. 0.5 0."
}
}
, {
"box" : {
"id" : "obj-3",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 1105.0, 575.0, 481.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-5",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 1103.0, 704.0, 475.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-8",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1103.0, 644.0, 114.0, 22.0 ],
"style" : "",
"text" : "read flipsynthy2.obj"
}
}
, {
"box" : {
"id" : "obj-103",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1105.0, 466.0, 114.0, 22.0 ],
"style" : "",
"text" : "read flipsynthy1.obj"
}
}
, {
"box" : {
"id" : "obj-101",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 958.0, 389.0, 132.0, 22.0 ],
"style" : "",
"text" : "pak position 0. -0.02 0."
}
}
, {
"box" : {
"id" : "obj-100",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 598.0, 463.0, 122.0, 22.0 ],
"style" : "",
"text" : "read mirrorsynthy.obj"
}
}
, {
"box" : {
"id" : "obj-99",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 602.0, 656.0, 127.0, 20.0 ],
"style" : "",
"text" : "read whitesynthy3.obj"
}
}
, {
"box" : {
"id" : "obj-96",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 821.0, 650.0, 127.0, 22.0 ],
"style" : "",
"text" : "read whitesynthy3.obj"
}
}
, {
"box" : {
"id" : "obj-10",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 786.0, 303.0, 92.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. 1. 0."
}
}
, {
"box" : {
"id" : "obj-83",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 817.0, 389.0, 128.0, 22.0 ],
"style" : "",
"text" : "pak position 0. 0.02 0."
}
}
, {
"box" : {
"id" : "obj-11",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 705.5, 389.0, 98.0, 22.0 ],
"style" : "",
"text" : "rotate $1 0. 0. 1."
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-61",
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 705.5, 337.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-59",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 705.5, 314.0, 29.5, 22.0 ],
"style" : "",
"text" : "* -1"
}
}
, {
"box" : {
"format" : 6,
"id" : "obj-57",
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 593.0, 337.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-12",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 821.0, 616.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-13",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 821.0, 680.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-17",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 602.0, 616.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-19",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 602.0, 704.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-18",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 817.0, 417.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-14",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 817.0, 448.0, 122.0, 22.0 ],
"style" : "",
"text" : "read mirrorsynthy.obj"
}
}
, {
"box" : {
"id" : "obj-15",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 817.0, 534.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-16",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 598.0, 417.0, 62.0, 22.0 ],
"style" : "",
"text" : "loadmess"
}
}
, {
"box" : {
"id" : "obj-20",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 593.0, 372.0, 98.0, 22.0 ],
"style" : "",
"text" : "rotate $1 0. 0. 1."
}
}
, {
"box" : {
"id" : "obj-27",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 613.0, 575.0, 477.0, 22.0 ],
"style" : "",
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0"
}
}
, {
"box" : {
"id" : "obj-29",
"maxclass" : "newobj",
"numinlets" : 6,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 593.0, 303.0, 103.0, 22.0 ],
"style" : "",
"text" : "scale 0. 1. 0. 500."
}
}
, {
"box" : {
"id" : "obj-105",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 149.166687, 397.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"id" : "obj-68",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 266.0, 397.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 4"
}
}
, {
"box" : {
"id" : "obj-66",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 207.0, 397.0, 36.0, 22.0 ],
"style" : "",
"text" : "sel 0"
}
}
, {
"box" : {
"id" : "obj-49",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 216.666687, 451.0, 29.5, 22.0 ],
"style" : "",
"text" : "2"
}
}
, {
"box" : {
"id" : "obj-44",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 177.166687, 451.0, 29.5, 22.0 ],
"style" : "",
"text" : "0"
}
}
, {
"box" : {
"id" : "obj-34",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 173.0, 502.0, 83.0, 22.0 ],
"style" : "",
"text" : "pak 0. 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-32",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 336.166687, 449.5, 29.5, 22.0 ],
"style" : "",
"text" : "1"
}
}
, {
"box" : {
"id" : "obj-21",
"maxclass" : "newobj",
"numinlets" : 5,
"numoutlets" : 4,
"outlettype" : [ "int", "", "", "int" ],
"patching_rect" : [ 207.0, 361.0, 61.0, 22.0 ],
"style" : "",
"text" : "counter 7"
}
}
, {
"box" : {
"id" : "obj-35",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 266.0, 451.0, 29.5, 22.0 ],
"style" : "",
"text" : "0"
}
}
, {
"box" : {
"id" : "obj-31",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 263.166687, 502.0, 82.0, 22.0 ],
"style" : "",
"text" : "pak 0. 0. 0. 0."
}
}
, {
"box" : {
"id" : "obj-28",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 263.166687, 537.0, 143.0, 22.0 ],
"style" : "",
"text" : "erase_color $1 $2 $3 0.7"
}
}
, {
"box" : {
"id" : "obj-23",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 208.0, 290.0, 59.0, 22.0 ],
"style" : "",
"text" : "r kickmidi"
}
}
, {
"box" : {
"id" : "obj-40",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 263.166687, 581.0, 114.0, 20.0 ],
"style" : "",
"text" : "jit.gl.render drumviz"
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-25",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 245.0, 206.0, 17.0, 18.0 ],
"style" : "",
"text" : "R",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-26",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 173.0, 206.0, 17.0, 18.0 ],
"style" : "",
"text" : "L",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-24",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 245.0, 126.0, 17.0, 18.0 ],
"style" : "",
"text" : "R",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 10.0,
"id" : "obj-22",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 173.0, 125.0, 17.0, 18.0 ],
"style" : "",
"text" : "L",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 10.0,
"hidden" : 1,
"id" : "obj-9",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 143.0, 264.0, 117.0, 18.0 ],
"style" : "",
"text" : "Device vertical limit"
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-7",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 179.0, 225.0, 81.0, 19.0 ],
"style" : "",
"text" : "Audio to Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-6",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 173.0, 105.0, 96.0, 19.0 ],
"style" : "",
"text" : "Audio from Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 191.0, 206.0, 53.0, 20.0 ],
"style" : "",
"text" : "plugout~"
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 191.0, 126.0, 53.0, 20.0 ],
"style" : "",
"text" : "plugin~"
}
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-2", 1 ],
"midpoints" : [ 234.5, 148.0, 234.5, 148.0 ],
"source" : [ "obj-1", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"midpoints" : [ 200.5, 148.0, 200.5, 148.0 ],
"order" : 1,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-72", 0 ],
"midpoints" : [ 200.5, 193.0, 272.0, 193.0, 272.0, 277.0, 464.0, 277.0, 464.0, 385.0, 473.0, 385.0, 473.0, 412.0, 486.5, 412.0 ],
"order" : 0,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-101", 3 ],
"midpoints" : [ 795.5, 376.0, 1080.5, 376.0 ],
"order" : 0,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-83", 3 ],
"midpoints" : [ 795.5, 376.0, 935.5, 376.0 ],
"order" : 1,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 607.5, 562.0, 622.5, 562.0 ],
"source" : [ "obj-100", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 967.5, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ],
"order" : 1,
"source" : [ "obj-101", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 967.5, 520.0, 622.5, 520.0 ],
"order" : 0,
"source" : [ "obj-101", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-114", 0 ],
"midpoints" : [ 560.666626, 412.0, 560.666626, 412.0 ],
"source" : [ "obj-102", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 1114.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ],
"source" : [ "obj-103", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-109", 3 ],
"midpoints" : [ 904.5, 370.0, 1225.5, 370.0 ],
"source" : [ "obj-108", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 1112.5, 415.0, 1304.0, 415.0, 1304.0, 568.0, 1114.5, 568.0 ],
"order" : 0,
"source" : [ "obj-109", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 1112.5, 415.0, 1598.0, 415.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ],
"order" : 1,
"source" : [ "obj-109", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 715.0, 448.0, 803.0, 448.0, 803.0, 520.0, 826.5, 520.0 ],
"order" : 1,
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 622.5, 562.0 ],
"order" : 2,
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 587.0, 562.0, 587.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ],
"order" : 0,
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-103", 0 ],
"midpoints" : [ 1114.5, 451.0, 1114.5, 451.0 ],
"source" : [ "obj-110", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"midpoints" : [ 1112.5, 637.0, 1112.5, 637.0 ],
"source" : [ "obj-111", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 3 ],
"midpoints" : [ 560.666626, 472.0, 305.0, 472.0, 305.0, 487.0, 246.5, 487.0 ],
"source" : [ "obj-114", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 3 ],
"midpoints" : [ 314.666687, 487.0, 246.5, 487.0 ],
"source" : [ "obj-118", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-96", 0 ],
"midpoints" : [ 830.5, 637.0, 830.5, 637.0 ],
"source" : [ "obj-12", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 826.5, 469.0, 826.5, 469.0 ],
"source" : [ "obj-14", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-100", 0 ],
"midpoints" : [ 607.5, 439.0, 607.5, 439.0 ],
"source" : [ "obj-16", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-99", 0 ],
"midpoints" : [ 611.5, 637.0, 611.5, 637.0 ],
"source" : [ "obj-17", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-14", 0 ],
"midpoints" : [ 826.5, 439.0, 826.5, 439.0 ],
"source" : [ "obj-18", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ],
"order" : 1,
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ],
"order" : 2,
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 602.5, 403.0, 692.0, 403.0, 692.0, 448.0, 803.0, 448.0, 803.0, 571.0, 1114.5, 571.0 ],
"order" : 0,
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-105", 0 ],
"midpoints" : [ 216.5, 382.0, 158.666687, 382.0 ],
"order" : 2,
"source" : [ "obj-21", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-66", 0 ],
"midpoints" : [ 216.5, 382.0, 216.5, 382.0 ],
"order" : 1,
"source" : [ "obj-21", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-68", 0 ],
"midpoints" : [ 216.5, 388.0, 275.5, 388.0 ],
"order" : 0,
"source" : [ "obj-21", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-36", 0 ],
"midpoints" : [ 217.5, 313.0, 217.5, 313.0 ],
"source" : [ "obj-23", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-40", 0 ],
"midpoints" : [ 272.666687, 559.0, 272.666687, 559.0 ],
"source" : [ "obj-28", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-57", 0 ],
"midpoints" : [ 602.5, 325.0, 602.5, 325.0 ],
"order" : 1,
"source" : [ "obj-29", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-59", 0 ],
"midpoints" : [ 602.5, 325.0, 590.0, 325.0, 590.0, 289.0, 715.0, 289.0 ],
"order" : 0,
"source" : [ "obj-29", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-28", 0 ],
"midpoints" : [ 272.666687, 523.0, 272.666687, 523.0 ],
"source" : [ "obj-31", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 2 ],
"midpoints" : [ 345.666687, 487.0, 314.666687, 487.0 ],
"order" : 0,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 1 ],
"midpoints" : [ 345.666687, 487.0, 293.666687, 487.0 ],
"order" : 1,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 0 ],
"midpoints" : [ 345.666687, 487.0, 272.666687, 487.0 ],
"order" : 2,
"source" : [ "obj-32", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-60", 0 ],
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1259.5, 370.0 ],
"order" : 1,
"source" : [ "obj-34", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-64", 0 ],
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1378.5, 370.0 ],
"order" : 0,
"source" : [ "obj-34", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 2 ],
"midpoints" : [ 275.5, 487.0, 314.666687, 487.0 ],
"order" : 0,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 1 ],
"midpoints" : [ 275.5, 487.0, 293.666687, 487.0 ],
"order" : 1,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-31", 0 ],
"midpoints" : [ 275.5, 496.0, 272.666687, 496.0 ],
"order" : 2,
"source" : [ "obj-35", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-21", 0 ],
"midpoints" : [ 217.5, 343.0, 216.5, 343.0 ],
"source" : [ "obj-36", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 2 ],
"midpoints" : [ 186.666687, 487.0, 225.166667, 487.0 ],
"order" : 0,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 1 ],
"midpoints" : [ 186.666687, 487.0, 203.833333, 487.0 ],
"order" : 1,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 0 ],
"midpoints" : [ 186.666687, 496.0, 182.5, 496.0 ],
"order" : 2,
"source" : [ "obj-44", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 2 ],
"midpoints" : [ 226.166687, 472.0, 225.166667, 472.0 ],
"order" : 0,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 1 ],
"midpoints" : [ 226.166687, 487.0, 203.833333, 487.0 ],
"order" : 1,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-34", 0 ],
"midpoints" : [ 226.166687, 487.0, 182.5, 487.0 ],
"order" : 2,
"source" : [ "obj-49", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-20", 0 ],
"midpoints" : [ 602.5, 358.0, 602.5, 358.0 ],
"source" : [ "obj-57", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-61", 0 ],
"midpoints" : [ 715.0, 337.0, 715.0, 337.0 ],
"source" : [ "obj-59", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ],
"order" : 3,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-27", 0 ],
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 622.5, 520.0 ],
"order" : 2,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"midpoints" : [ 1259.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ],
"order" : 0,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 1259.5, 520.0, 1598.0, 520.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ],
"order" : 1,
"source" : [ "obj-60", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-11", 0 ],
"midpoints" : [ 715.0, 358.0, 715.0, 358.0 ],
"source" : [ "obj-61", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 1378.5, 562.0, 1091.0, 562.0, 1091.0, 607.0, 959.0, 607.0, 959.0, 676.0, 830.5, 676.0 ],
"order" : 0,
"source" : [ "obj-64", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 1378.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 826.5, 520.0 ],
"order" : 1,
"source" : [ "obj-64", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-32", 0 ],
"midpoints" : [ 216.5, 433.0, 345.666687, 433.0 ],
"order" : 0,
"source" : [ "obj-66", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-44", 0 ],
"midpoints" : [ 216.5, 436.0, 186.666687, 436.0 ],
"order" : 1,
"source" : [ "obj-66", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-70", 0 ],
"midpoints" : [ 486.5, 343.0, 486.5, 343.0 ],
"source" : [ "obj-67", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-35", 0 ],
"midpoints" : [ 275.5, 418.0, 275.5, 418.0 ],
"order" : 0,
"source" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-49", 0 ],
"midpoints" : [ 275.5, 436.0, 226.166687, 436.0 ],
"order" : 1,
"source" : [ "obj-68", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-71", 0 ],
"midpoints" : [ 486.5, 382.0, 486.5, 382.0 ],
"order" : 0,
"source" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-89", 0 ],
"midpoints" : [ 486.5, 382.0, 464.0, 382.0, 464.0, 352.0, 438.666687, 352.0 ],
"order" : 1,
"source" : [ "obj-70", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-72", 0 ],
"midpoints" : [ 486.5, 412.0, 486.5, 412.0 ],
"source" : [ "obj-71", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-74", 0 ],
"midpoints" : [ 486.5, 442.0, 486.5, 442.0 ],
"source" : [ "obj-72", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-10", 0 ],
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 298.0, 795.5, 298.0 ],
"order" : 1,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-108", 0 ],
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 289.0, 904.5, 289.0 ],
"order" : 0,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-29", 0 ],
"midpoints" : [ 486.5, 472.0, 548.0, 472.0, 548.0, 352.0, 578.0, 352.0, 578.0, 298.0, 602.5, 298.0 ],
"order" : 2,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-77", 0 ],
"midpoints" : [ 486.5, 472.0, 486.5, 472.0 ],
"order" : 3,
"source" : [ "obj-74", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-78", 0 ],
"midpoints" : [ 524.5, 508.0, 488.0, 508.0, 488.0, 514.0, 486.5, 514.0 ],
"source" : [ "obj-77", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-78", 0 ],
"midpoints" : [ 486.5, 508.0, 486.5, 508.0 ],
"source" : [ "obj-77", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"midpoints" : [ 1112.5, 667.0, 1298.0, 667.0, 1298.0, 700.0, 1112.5, 700.0 ],
"source" : [ "obj-8", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 562.0, 587.0, 562.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ],
"order" : 0,
"source" : [ "obj-83", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 520.0, 826.5, 520.0 ],
"order" : 1,
"source" : [ "obj-83", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-93", 0 ],
"midpoints" : [ 414.0, 412.0, 414.0, 412.0 ],
"source" : [ "obj-87", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-87", 0 ],
"midpoints" : [ 438.666687, 382.0, 414.0, 382.0 ],
"source" : [ "obj-89", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-102", 0 ],
"midpoints" : [ 414.0, 451.0, 464.0, 451.0, 464.0, 412.0, 548.0, 412.0, 548.0, 385.0, 560.666626, 385.0 ],
"order" : 0,
"source" : [ "obj-93", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-98", 0 ],
"midpoints" : [ 414.0, 442.0, 377.0, 442.0, 377.0, 352.0, 314.666687, 352.0 ],
"order" : 1,
"source" : [ "obj-93", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"midpoints" : [ 830.5, 673.0, 830.5, 673.0 ],
"source" : [ "obj-96", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-118", 0 ],
"midpoints" : [ 314.666687, 388.0, 314.666687, 388.0 ],
"source" : [ "obj-98", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"midpoints" : [ 611.5, 679.0, 611.5, 679.0 ],
"source" : [ "obj-99", 0 ]
}
}
],
"dependency_cache" : [ ],
"autosave" : 0,
"styles" : [ {
"name" : "newobjBrown-1",
"default" : {
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
, {
"name" : "newobjYellow-1",
"default" : {
"fontsize" : [ 12.059008 ],
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
]
}
}

Midi Send Patches

{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x64",
"modernui" : 1
}
,
"rect" : [ 512.0, 104.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" : "",
"boxes" : [ {
"box" : {
"id" : "obj-13",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 186.0, 304.0, 90.0, 22.0 ],
"style" : "",
"text" : "send snaremidi"
}
}
, {
"box" : {
"id" : "obj-12",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 97.0, 304.0, 81.0, 22.0 ],
"style" : "",
"text" : "send kickmidi"
}
}
, {
"box" : {
"id" : "obj-11",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 186.0, 271.0, 57.0, 22.0 ],
"style" : "",
"text" : "select 47"
}
}
, {
"box" : {
"id" : "obj-17",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "bang", "" ],
"patching_rect" : [ 97.0, 271.0, 57.0, 22.0 ],
"style" : "",
"text" : "select 40"
}
}
, {
"box" : {
"id" : "obj-8",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 3,
"outlettype" : [ "int", "int", "int" ],
"patching_rect" : [ 98.0, 214.0, 42.0, 22.0 ],
"style" : "",
"text" : "notein"
}
}
, {
"box" : {
"id" : "obj-18",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 98.0, 243.0, 50.0, 22.0 ],
"style" : ""
}
}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 10.0,
"hidden" : 1,
"id" : "obj-9",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 61.0, 193.0, 118.0, 18.0 ],
"style" : "",
"text" : "Device vertical limit"
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-7",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 97.0, 154.0, 73.0, 19.0 ],
"style" : "",
"text" : "MIDI to Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-6",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 91.0, 34.0, 88.0, 19.0 ],
"style" : "",
"text" : "MIDI from Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 109.0, 135.0, 47.0, 20.0 ],
"style" : "",
"text" : "midiout"
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 109.0, 55.0, 40.0, 20.0 ],
"style" : "",
"text" : "midiin"
}
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"order" : 0,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"order" : 1,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"source" : [ "obj-11", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-12", 0 ],
"source" : [ "obj-17", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-11", 0 ],
"order" : 0,
"source" : [ "obj-18", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-17", 0 ],
"order" : 1,
"source" : [ "obj-18", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-18", 0 ],
"source" : [ "obj-8", 0 ]
}
}
],
"dependency_cache" : [ ],
"autosave" : 0,
"styles" : [ {
"name" : "newobjBrown-1",
"default" : {
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
, {
"name" : "newobjYellow-1",
"default" : {
"fontsize" : [ 12.059008 ],
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
]
}
}
{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 7,
"minor" : 3,
"revision" : 4,
"architecture" : "x64",
"modernui" : 1
}
,
"rect" : [ 512.0, 104.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" : "",
"boxes" : [ {
"box" : {
"id" : "obj-4",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 73.0, 38.0, 150.0, 20.0 ],
"style" : "",
"text" : "Synth Midi Send"
}
}
, {
"box" : {
"id" : "obj-19",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 47.0, 93.0, 70.0, 22.0 ],
"style" : "",
"text" : "s synthmidi"
}
}
, {
"box" : {
"id" : "obj-10",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 47.0, 63.0, 24.0, 24.0 ],
"style" : ""
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-7",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 12.0, 137.0, 73.0, 19.0 ],
"style" : "",
"text" : "MIDI to Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold Italic",
"fontsize" : 11.0,
"id" : "obj-6",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 6.0, 17.0, 88.0, 19.0 ],
"style" : "",
"text" : "MIDI from Live",
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ]
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 24.0, 118.0, 47.0, 20.0 ],
"style" : "",
"text" : "midiout"
}
}
, {
"box" : {
"fontname" : "Arial Bold",
"fontsize" : 10.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 24.0, 38.0, 40.0, 20.0 ],
"style" : "",
"text" : "midiin"
}
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-10", 0 ],
"order" : 0,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"order" : 1,
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"source" : [ "obj-10", 0 ]
}
}
],
"dependency_cache" : [ ],
"autosave" : 0,
"styles" : [ {
"name" : "newobjBrown-1",
"default" : {
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
, {
"name" : "newobjYellow-1",
"default" : {
"fontsize" : [ 12.059008 ],
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ]
}
,
"parentstyle" : "",
"multi" : 0
}
]
}
}

Project 1 – 3x Oscillator – Will Walters

For this project, I created a synthesizer instrument called a 3x Oscillator. It does more or less what it says on the tin, the user can control three oscillators which can be played via midi input. When a note is played, the oscillators produce sound in tandem, creating a far fuller sound than a single tone. The oscillators can be tuned and equalized relative to each other, and the waveform of each can be selected – sinusoid, sawtooth, or square. Other options for customization include total gain of the instrument; independent control of the attack, decay, sustain, and release; and a filter with both type and parameters customizable.

Here’s a video of me noodling around with it:

(sorry about the audio in some places, it’s my capture, not the patch itself)

The main patch can be found here.

The patch used inside poly~ can be found here.

Project 1 – Kinect Depth Projection Mapping – Adam J. Thompson

This project was an exploration of how the Kinect might be used to map pre-rendered and generative audio-responsive projections onto the faces of instruments.

The patch uses adjustable maximum and minimum Kinect depth map thresholds to isolate the desired object/projection surface, and subsequently uses the created depth map as a mask. This forces the video content to show through only in the shape of the isolated surface.

The patch is less precise on instruments which expose a large part of the body, as, for example, legs tend to inhabit similar depth thresholds as the face of a guitar; it is better suited to instruments with larger faces that obscure most of the body, such as cellos and upright basses.

In attempting to map to the surface of a guitar, I also toyed around with other uses for the patch, which include this animated depth shadow, which places the video mapped shadow of the performer on the wall, creating the potential for visual duets between any number of performers and mediated versions of their bodies.

I plan to continue exploring how to make this patch more precise on a variety of instruments, possibly by pairing this existing process with computer vision, motion tracking, and/or IR sensor elements.

The gist is here.

Jonathan Namovic Project 1- Launch Pad

For my project 1 I decided to try and make an instrument out of my computer. I separated out the keys into distinct regions and assigned them midi values based on where they were on the keyboard. I then used these note values in different modes to produce different sounds. I also included a boomerang effect that allows the user to record a short piece of audio and then the patch loops it and repeatedly plays it. I created ten drum sound effects by filtering noise in different ways. The main instrument portion is a square wave filtered in a similar way to make the note sound less harsh. The last mode is a saw tooth tremolo that repeated plays the same not so long as it is held. The launch pad is polyphonic and can export the sound in the loop buffer.

A short example piece that has been layered three times

Audio Player

main patch code:

<pre><code>
----------begin_max5_patcher----------
5518.3oc0cszbbqakdsSU4+.KUYUhhBN3MxT2EypY6Ty1bSkpUKJ49590zMk
s0M03e6CIAeJ0M4gV3PPswRMkk.vGO367F3e+G+Ce5l6O78zy2j72S9GIe5S
+67m7oxmU7jOU+fOcytUee81UmK+Ody9zuc39e6laq9YYoeOq74mS91oMYoM
+fiqxV+4M6e5ecJccleHLNycray+hn3KRUw+x42wR9m0+RmydYaZ4etl+N6e
d2l8aSyJGcnySO7bV8iY0OdyCk+x4Sv+JXM2T9z+u+3en3q4e4VzKxcomOu5
oz2tJKWiea0WQsNkkqSs7sqS+bO6kio9eiatAOFvuLF.WDCfedL3ZunOM9KZ
PqcEKZqQW9lVDVDfMADvH94Qf0G1sKce1UjBNmjcHI6yoImSWeX+CImROu42
SeH49me7wzSM+Ra2rO+m+79rdu6tDnYLk3j0VJv.JVwWDRp1eH0DfLqOktpD
ZZwEOdjrJ+aWe33lpeX9OJK+uv4jCOV94G2b5b1kAMwPflhWtWSXT2ITF.LE
HWIyhzRExIzjKSUBGIqNc+lrSqNsY6KIaOr+oedYKPatyn5HbonU3RHCOwy1
Cqd39U6eZPp278PBI2Jj2lnp3eYHXeJ+69tghKw.4rTrM6y4y2pcRknPxtCO
LHkrVIuK+8OH4cHW3Lhd+yYDrnOmdL8TC6xWReImxca5pyoIUpqOOnNIlDJV
ytVhBNXIEE.wrfBGy07bFGFnLM6Nx2hNa.ghBqPJzfb5v1AWuRc96bGOmUHm
5iUx4ojwyXDsK7.wS4xB+HgiGFjkuqU.BX37lm1uJGga9t2sUp7KAKJSbTVv
sVuRQgbAnn.juCi0u+4rrC6GTHvxqLFWUnHf62FHi0hUXhEmfkUJ5KYlBbHl
zABNMzAivFTC.lR4cIJ.31P3h5k17KHQLH2rfSX1LHrhBg.Y7DB3LWbP.k16
sYtUQwFAHfJ373HfAj24DJMylS8azMFCI0jFWJNSG9kaVx8I2O3qadtE+7B9
NuhegDqttaCkZ.9EACYrTCjK1Up7WCtXaVnihnzktNcyWysLb6giCqNv.kQP
wxrEDAVNd6Bowx.KADhmS2+.Bn.JrMtwN4RjvvHNJ0JZe2CivJnes+QK.A.I
gB.CiGrB8.x4U.PDKFPlU1rXMFdrYAsr33bL.uYOvRx4XabbRfmiJE1Kn8gK
HxdI.FMs9F6SFohKVB9FaHf.7ukuemwFDDbLsmCPh1ifMEodfjLWpsTPKd+y
OVjjtgkET7NtGqzQLbgD3XzCqV+igW99ryay8WPUjWsoq8iOkjPZncesewnL
tkv9ZEA6q+yIRFFHPKKC2kfG0c0JBr18gyGOmUnmGEL.kg6PKPBC4Zzdb6gU
keS0mmF5bE4C4EQm2gRtrCO8z1TLw8Sosn2L7StVOt5zpcoYom9Wo6Wcu+2Y
JDeJKAkty4rCGwfO5bJ+hcJh3U1NJBbA93guT5Q3X9.WgBU7+lehfgIl.+ul
.i9Otc0KSYk5C7ggOIa9oKlXfl.OBOuZWNK4gcm+AFHwHJYIMtIAIdhRhvDB
TcVV4LnvCssT4ozPQnQljUwJJBMx1DFJT.JybnPOgPGSj6fZMAJHFwgXSaXB
TdiI3dqJigJB26QP34c2mNbxgzBuW+lRpQECoy++rjhSvdgKJN3Xj5EQQXAp
hN.K9dQXov3H.clxX7HK5CVMI4Kb7Hl1CGjWM7.gL5vFajVq836zBXVVrTTw
9mSyR9SCG0eMW4izeo8Nhx+sHqfAVz9wbTuL5S4OrXL57384zek+I9uR2m90
U2fe2fjBWERS+BFCnqJg.iszgIe4SMBtMUaDEjBdffBza0WRXIr6PAchRdTq
5ijHGHYTTACaR1LBjo7VgJa8MYDH68Ewl2M3cQaUjRJH4xmlixx4soqtfe3e
rD4Hvwm+xHt8TKvo5XwCBAtkClQfsCO+6aPYpruJBz.BgrdUYzswCCEWLRbL
JUuBnj+7ZG9HpdUQPtq2cN6PYzr9AF1NkvqsPh.7BPjrnQkglf5Cy2IYXrxq
BIccybBJwv2Q.AHBG4D4ewnfnR5tSqLbtIWAreasxEu7K3dGQXtn4me7voc+
.8505WoduG0RbRNC7Ma2bNahwVTcYvQeQvQ172vuIoQhy+ZlxHM0Tktfos4r
hcVqEjtjASNuRcbUWRKaBHcy1raj.uVW1UUQXVfIiCMaLHJX6RWrJEmJqIkh
1pyOl0iijhDygBHZpFOi2pFKsAhSXiSC4AxbB.IO2E+h2zpNgUJZckmwQfMC
hA0clquDpzcZj9lSfEOaEXDvC9WF11As2jcG5DMPWAKw3Trk+qG1rd3N0tFD
rrqUV1Ac+NiBFdDqRipwLQCTUBtQreLAJJ6lsu7ijyq919CYoIvfQbpnMsUM
oVBXxIU9EzT4EN27WCphb884LffVWzXBpqYHT.qCUGEYdhMVoYxzcRwlAhLS
uSSXmHc+gC4l9Nl5eH2vlZeApZKMfyhb+HQQ244aGITfRwYyQylAaEy.s1+Q
QG38m+A5Nuy3ObhPo4mxpsRRvFhhSroeLRdG5hEZefzkZJKNwI3L36Id3Wkn
7OAiwT1CR7miORHZLkJ9bWAN8hRhznhbI3PR8YyPEYrp1xIlKdGM0fofiC.p
JMOQzqBSMDEfn2VAew5rD.CBbT7Kou77QbBE9pxyWy93Zqk29k2sSUWpoVnn
X1ywE7RHLwREYhQ2808j.yArYv0p2SibhH8AciXXcsoF2LGX3QnK+jEM1Wiq
jkZHhaq9YDwpS+5IQ3sRbQ1teFJJDrwO0i5d.opsM4UAUllHRTQSXZ4ATG.f
QOk7umReFUF4aVperxFuwNTx3AR6WVQQbXq4Tmfpk3zzrVVL5Y1dXTkdm303
rVhKTph3TLxonQW905.4CSJK9z0YoTbTxz1Vw.ZAkpifVh6sXJNXkZas3IrZ
8moPKl9KljiWKbsWbWXoJJuKmdLlh1JCQKF2CS7LEQuOislXzlw8zk3MbeAz
qwjztkCV.HxbphlL9D8B.QIl45+P5is6hn9OnnvHvT9G0XvrT9Gbcbp1KAqy
sQfdAbBrqm6z5zEATwtupswQTuKFXcyQ0NohSwNIU1hhcxSqG8hchz5X2BsN
AwUKmZ51PRWDNVU9v02YqNlUE1NQbKtGvhTDl5wvBtv4SWEvWLv.I2PdeI8k
BMBCx6Yaqqm5apJUDum7nnQGOkdLc+CI617vlhxeD81DoBZuM2XANdRSgvf6
hKpzrgoSj5iKfPhUBH1tzW9v1dIdoMzZs.2PwQDw5xyHB7KXPQVGvLoxgetc
FD39ygXgRzZEQjaI.4LiAcslZIgCp4VVnmkTKHff1yl7pc.KI6nYzdpM2887
hZYSQn.4iT2iNd4gtHyLMwcpj0cyckeZ0Pgvfm8agfB.E4ZEXnuZRVL3.ANO
86aSN+78nrInCJH4w89o.3w.I5YYvRBMDQQtnm8AKI3PRTLF9eFNhicEO.cG
OHrwKNCTD8ULIavwjW7pON1W5q.EIc32S9dx5julbex9jcI+5udaxcI+MznS
GIEvejXVbLLP3wDGHtxQ7y+4oMq1NkCbJvPCwSAPgMd2f9NCH4BQc9LFC8tM
RH3k4prwgqpG48hgrxEoyAiptdcIQTwovl2UImSdH4wjmR9bxuk7kjs4jU+G
nPldjT7OTjTbHJjT8cq9iMKEmGIVpJWOVJDTbQjHnDB0hifhh9o3+M4aIoIm
RxRdI44jMIGRNhBW5QOo+XQOohC8TcbNYpOzLS5HkfrlTE5zyVtwXLxxMFvv
UIA4esY0Fu12wM24DRpz2IY9pGPXLKjTg3l6zCxUkM0zBBA3yMBTsQXAAADP
JrI6vpQ5q415oSxBdEEIlPYTpHRAv+8oQz.nEMIJwq37RDhAj9W6nLKfcY33
VXojDPEoI6sd27RZACjtf8D3Kn0qjO6I4Uwj24pUlKfkPp8Lr4NOuFoWO1BY
8CydFdq6P6EBBn0wHGd8rqsCPD4T3IhRhtqstc4fCTTOrHvgZabWN.gjpxFe
Tq7pDJ.qaP27ms5FOVYHQ6gAkcwD.R6RHStM.SG4iOZYwUGk.PVaJZt6iebi
+HOd7RUjzKEhIVjZpUAuw.lkD4DrDxdaOvoGA0GqL3JiCAUcvA9XyPwiECUW
eKVHrTQp9RTRyRjjZIjA2dPSOJpOTYwMRIwsWPa4tOxzTFhBi+XUXhOSFUAv
mQa.7Uw3LK1u.8G3GKwikW4bed+XDrlNAWZ6bUmEuC8m2yAkvUAg5FdNmisS
quVbiHTdLY0aJdwiEIYy4mgxZaOVjJNjnl+iEICU2UPEPztUeI8DejqKHQtG
qcttf3hEv0EDE2bbdX4gSOu67Ki.If+3jqBRbtHe0wHdGbIqOraW59rKjEgj
eoDK9087eoTXI+6D+RwULUR1ozcoa2d3xatDCxJ2r2RmuqpwpG+NrhyqQh5t
dB.ncGdHMYryH9NqWtWgTEcKinkJA9L9zpbxzAUsHfpqic+cFgDaLyCRbyuz
EptgBm+Ntc05TLvf+XVQFO+8zjbdxM55Wqk9swsFWHos1PTJJqZfp0Su1fMx
UIAAau+qIbLff2IUlUG6B+RZixlai2y7t3PD2gKiT+MxkssI+h3vTTJm6SSw
tPPzOMEo4thdzMCcw.eLDHlnWL2mBL05xj7ER8tJhRytWy9KUKlZjIZA1uBK
VHwzWDoiSWi3MslVjUAHn3V08ej6y69zj+IBnfCsBDUGprePBeuvEkv2WsQh
a9HmfQIa1uw45T48K13ZSQqhNVaYzAWVBslwaO7J8CSYXxN6G8FHob4T7CdE
vb9vymVWOU808UtUoIcVPOjdNay9UYaxchs6+Mi++10eKfeHMBTColGrgzYw
LhFc3FPGlAzY5++5voGROU99edmBvElBrYaJXcWAE3gZJ.iJqwBnrlBkzsIb
anbRTiH2FtQD2NXyq3V1s4giGxIHqXqj4F6U24HRP1IZX9dIn8YgYRyCwjVn
pNDv0WX9pC57EEyrT6EvCw.xlD.EhQDy.xC2NEqECafMvC33LfgCQsFTCnlP
EOHmBBBU77502UlBxvA6nH80pvMfRzfLYumwo1Q8JKLdEeJHjtl66Za0APhr
pNht7GULd+eCpjhPQ.GR1BTDv1voG2h6MXvFOCJBeS3LFyfhKxDND0fi4gek
8krYaJvYTpC.2b.tpdnPX5uQhQYesyngX.En4KBiAaFTVzZBmZNCJFwRCsCz
JDEinSDtAL+uDezwyENDEiLphRmzQMCDVJIKv7NVDNoXMpALfgeRihMrz8qv
HEqwYcX3TrqQQ8oCmeNZTTepvoXWih5SENlAMJpuvY7INCWB1voPYJnhOXvX
.txUF5Ek+ZpF3rpLXbwOl6KRiiCkOiHBMbqMPIHzJPkMD3KXgla0XE.dTzmd
5W+Qq7sXrURGFiz2EfRLF0dFQ3X8Tn30EgSykBEMqSeE6SfYaJnXT9dFWjXC
36YF5P+FlAThiwRxFltPKjk27yUEygxva9XXlln1zKBmKcRj9wFNOdjJzKwq
GTshan2hDRv6TSQd941GElYKJBIY.egfxPSQ3rrUhh9gGN69j.ZmEBz.hhr4
0pdBJGOtoffOnPu1HJqaEW2CUWcSyIdsmK51B44OW08QDoPQfhtUxHzsebSA
wv1GZjdHuy0Yng0dy.esmKDlN05X4eh1GQjHlvF8JxXBSAxdqaidEYHPkCVQ
332D3huT3XvEZz6tCz.JiursL9x1x3Kaix5DihRT.0TPonTV.kISxvEKIAfN
KAAZ.QYuBOb9mIPUEaALbmbG5L8DnADklIc3Xo43RMLCcIrw0skvlBjsGkLZ
IsVShaknnLWq3lBk6SAjfYq05Rq8BOmHxKtZJwz6JqDkR2dlXyZ8un6Jr84Q
ckvoTkLGkJYd37VmiR6W.qDVNJccuNAfuRbot.R6JzycV+4k2PB7rYaEb03n
ymsofbX1iFPzHuSUChF3UOip8Znr.AWoE2UJvJdkfAUBA3hvMmRg..cf1fQg
Pit6MbW+GQkH.CWLzEgKksblYt6jFNCmidp.Ohia7qzErXviiQjxBXF0LPvH
Lsa.xd7vEt5xAv0wCP.6SK.YOOnAB8WF6jPpHLGmfEG8kNbgsBrHygeHGRbI
zKfUDL7yUp9uoRWxccnsn2MU2eot9OKPSXNJB2.V9XfEWuYMFHA7tfj+jQiY
UMWbvV+osXPlwL7YFdfYLyIZmcL+YgXuUAiErYLt82ArOewsWSDv8ZFbMeIH
B3PhrMXnrBZQOIjTpAAW4nCrPB93h7a.sQwftrLg.MfnbKJb0dDnc36qqPMj
HMDPENXEWQf+lMVgcaKxIg1R41VsFk59.17h.tBhGBX0T2L8GaUR66aEdarA
xdeiSWgNfzzZwj7sfj3KgcRHMjJALgIAcR..tzIxFtycMrxx6rpJOyUHHa9X
fDalRo2ccGm7W+dcNtUqhRX6iH6sMZc2j8tFYuHDR1cjkluNftZnv0RWjZC9
DlCz81FmtbUHeaqvKfEHa2TH81IjBX35sWFx1URpdS.bJeFYxE3xKJiTqev0
IGfbD0NU5YL7xZ0MWips4iA5cMDh208ZcJK+suusbBeeiKR5R2DVCJmum5pt
pIK+LYhJLL8gMHCni8HaAFS3Nuk.IR2d4AbUpl6LF5eIMpNIoKviHBo+.F3Q
IxrkQYapgcRXI0LHb8uhwD+4vaRwYfeafKCABGoHwDlDjYUpbJsO40prCIzV
5bforWR5d3609LxfRTlPwoDHQ1JCgSCEtR4NfQJBWob6OuNIqzGvNIH0wcbU
fMDvSGQ.WMXCr.lOdNtHACC25ePQmlUd4B2d7wCEU7UumQk3Bx0.ar.UUuF5
bClIptaoadFYRaHWCFJiPKtJV1OWoaemBuDIani0vRuT4VYGIxp2vVI0RjHO
QfCXXfvU40P.6IF.WYCCfbXtClPemnpDL3Em88MWZx4d391e.YuyPtZfQJnj
tqltzgcqClA4DYy3pgYIkOAmdbZsYC4j30lW91RaxeOA4DMl91+ccyOfLATb
tRDxRQ.b3eAFpgDmMPFEkBtHmDvvmBHVNu4FrfqZuworR0EdNUhMXWKCGN0d
qkNzZVCTrE3UOmp8x3JFG+RFh8jX3ZkzAsWuI4+aKf1EnadNYBGHM+OfN4.J
7uCC0PhybLV.sMBvYNFKfV.BHU4GvX1C.dfMPQDAX3A1PMj3hlc3fUjcxTci
4DjgzNIqjBxPZljidAYHQ18AgbHUy+PJm+gDo2mALISLbzcA7frAG0yULFt5
xBa0wieM8z4peE+XcytU+1gRc5la8edyd+m8WOY2bJ8qap+U72Na2r5z5OuI
Kcc1ym72uYeunrB8+1GxsPX+yapMRnbNj+O++ncrTl.
-----------end_max5_patcher-----------
</code></pre>

note maker code:

<pre><code>
----------begin_max5_patcher----------
1282.3oc0Z01aihCD9yYk1+CH93cYY86Fe+UVspxk31xdIPDP51pUW9seFaH
caaJYHmcSuJEHwDX7yyLyy3wo+5yeZQ500OXZSS9qjukrXwurirvMV+HKFGX
Q5F8CEq0stuXZk4m0W+izkCWqy7Pma7005UWqqt8vU1p6Jtqr51qZLEcdafE
xLzxDJVzeRf5ORHYnjuOdS065Va55dbqweGotG4SWus6w0tKkdvNU61TVYuI
2zC+ai5eVOe3xUta1hfuHSci8Oe9S8msmVBlC1XZa02ZdMIfIHH3m4Nwgf+Y
fcBbryOereqtrZ+jfjgcfLWMBuk1wPShx1xaqzqSWljVV0cNt6s5F8FSmo4J
Sk9Z+8fNNePNBeHXmOg7VID+YB9DACdpQw7wD.BFlG4Li3AFIBICbwTvWJy3
V.mStvoBLb3c86p1pK96oPeNsGvJ2QlBnq+7SONcF.MBY.s+Tu8zj.ll6R.h
FKPlAKvi.KXVaQrULXR0.hRjIsIDRmNffCsz3xPjWbLpfINep35ccc0UPfKF
6x+IrwiWjkBPTg2s+GSVjjw7JdJuiV4zBIPpQFEQPEJBw8E50l8InDbhjaAG
JgLY8.DIiRoLknOPvWZzuNwPyKhYvKjvyKqKqL6AyDH+pClAQrb1YJyPUPQO
eB4lcUEckSqKH587HDNmdn+.j6DFM8JHuw1+gq1v3qyUsXFqjjcLBhc34qWs
ZassT0PCVBZVNIOGyVlfxHJqG1hQKxxQzLrBwwh9KfD1+j12k78fG40XZqq1
aWrkKaTxAHPQ49ZzHVLxDYyHSjGUEp9WSJOwsweuPdRcwUmDW.0omQDezTmx
iq5jKovpNw+eq5j5sTmn3LElpH8ZPti8NTZFCQYLmhkjdPwRRxyjDBW0+wLt
b3B+GTrdydH+BdJ+AEw6W3DSJAuJp3r9IrJFalzjP21uD4iA1YQqmIDHFf5V
CMmbwaYJBcQXsXBn3.N1wBT4qYgyrQIzw70O4QZ02aVckcP6T4JcWWSosqO+
lIu3ITZ0YrW5ph5MaLUdH4IoQVJnr0WSvDY1o2xABwUwxuQkmHjwKcGmLGY3
CXzqZa1aKKkvPVs479BTS1GN1Gvvk9FtxmUk7md2LSp3vKYgivhb5tqrca85
G2OcwEjKyZXir44e.1kNLOFaTwz5rC6m+vVUPIwXQuyHoQDEQ18SqxNvAbla
8tLVbEYSiPmeEcSueTX+1uRc3jghgSlNCkwHruKa5puA.Efyg+6wDmciDGg.
fxpoCv80E8+tjTzEC5rWou4MiqszW9CU6fQ+EdAgzVuqoXbdN10is+9CS3Ul
1txJsqaue6akmdhlXfavgG0ILnHbFT.xfHOODBCxgXv.BPFHWHMbFjBhQIgy
fDPFrm2IgwfHvFLPHDhKDqBp8NI9vrfYOID6EN5Tv.guvYOPY7giN4uy1iAB
fjvEex.gPZ.QHHIFF944o0MqLMtB1uaSAL94eqCSAT.lBTPz9KiFB+T3jRgr
vUbAFlwx2.ygvySAIWQCm9HEzRFFcEAvfDPEbTpHRx.mBrHFaigU1EEL+LFT
cWb3VKJV.csuwREE1L.yioaV3WHJroPHLHHMyvUcFyduiiIf6gKPFDCBgGuJ
zPe45sau2zzNbKdaktQ+iZWflbo+ykU9O62AnzFy8ki2heKeS0ME2U1YJ510
32JgGDC+iTjto1F1VsqbL4wMGrG9WyCwE8A
-----------end_max5_patcher-----------
</code></pre>

drum patch code:

<pre><code>
----------begin_max5_patcher----------
3187.3oc2cssaiajD8YGf7OHHf8kccH5aUeI+JAACnsYbTVaICI4ISPv5u8s
uPIQ40RrnmpU2ZeXrGSJwhc0UcpCqpql+8O9C2L+tUeqay7Y+7reY1M2729i
bS7XgibytCby7ma+18O0tI9Amur6OWc2eL+19yss6aaiG+eMiu+fuzt89eew
xG+x5t62lt7Vosgc6LAO8KWC3+ongM6W28kV851m51t8udoK8MluXo+6t+za
19WOEOy78hY4qOuXo+6DuwDCNZ5REOLe2gW7P7K6u2+INWNOdz+yO9Cge6+0
se2i++wLNCgBfaUge0qMJlBfQuB3oUsObW6xGOmRfKk5v.WAgepYHTBwKIds
.eJZAymWK7b2lMsO18+pF3L37Z.+303M9Mtnc.GgJHWFA7O+v+w1EKe6riSg
iE7w8lZ6Fg9+PwN6.cyhGW19z7ampoO+vMx51m611s9KcKauK8cXerJQ7gpD
A89E+yyqmzVQix4rFqW+vjBzvi8Jq7Xavx..wltkO71r65Z2hWgvS.klO.o3
ShDv9vgKOCC26aep6sYrY7YFveuylIN631oTMVoTZT2NykPG3bMB3gIaHnmh
gPF7HdZwxt2vqKTQLR4DTE2N4vFhI.Rv9NXO7aut79sKVs7ridqmi.vXbgHD
lHEgfE8.3ryCf9a9fvaCC+c+6yF8bB.opOTGo1Kf1Gd3kUd77ddlgX.NPabd
2aViwOD6CLb3fbqVqMwS33lF.DfRF+zFuMQ3+M6WI2nbc2lUKeaFvhtpFXBf
1t94FUNbVUSwYExJLV3emGCynDuGCyUdHLM8ZkkqVroCef8dcgJK5hoP4kYJ
Ab9QlEUGbtMyv4ACgqc3b2ofy8TU8nyLAOfOGvs6Atk9PXFIW6BGGT6OdORO
WEQ5Y77AnOBuagwFbOMfth3c6JGs6izGWFZ2tJf0s21M.MI.QEw51UDR2GoJ
pLTZWt4bqrwzUbchO6NMaatqwSqFByowQVXR0SISXzfSG4Ty5wlKMm5iAjqE
N0tRSoV5gheG.UwoT6JCi5gVH0BiZWQHTejQQsAUma9zAyfqWn5+uiIs0npO
hz1hQj9H0wkgGssB3Qy83OUGOZaQ3Qejpnx.ms4lGMynudAmsmlGsDZzRqHk
fZsMh.qjxFf4jpCbqMbnQI.PJheNWcju5ignqEp01BSs1OwUcLqsEgY8P6iZ
gXssDDqOxjn1ftyLu5fQ.vXLM+pE9lNt0RVijasBUjacInUq7jFC9jBnhnUq
KFs5iTGWFZ05xSq1HiENi63UDqZcIXUejlnxPl0YlTs1Htd4TalTtoUJUCWY
cxXtos63Oe6LMnabgyrmrcg4TeL9bsvo1TXN0fj8d.qhyo1TDN0CsOpEN0lR
vo9HShJC41jYN08FAt.AyqT3ax3TGVNTJsyvKFkZsN5QZqoDUCtRwndn13xP
n1Tb9zRQptYVQUsFqK.p7QZhJCUVxxKprPaiY5Pd0loCfMIR0uOO0El57Q3v
0ByYfW3E5gP+dnohybFfRvbdf4QsPbFzknPhCsHpLHZvj4TdDsAbJyUKBskr
bQarM9GdxXj8DmEeGv2mrsUOeuKqSsuIKNS.rh0ypfhd+vWW9R68+6yWTals
IjIJteJPahHRNj8u8muWVQz5BY.UZye19x40E7C5h9l6UlMkwT5iCUQ6X0P9
YAwknpDppoUUUgUPL3jURYIfB1opIUA.0UcIzWvFUUwfqvvzZyoBSmxQUiUE
CB6i4AgTXB6RdUxcWCNvnNbLmyOqK3BiIiI4ZxcpZ.aJ87Uk+wrz1hrCK3UA
59mhn30P2UQMoaO5c4qQCqX8nKrWKT95yvKc24VagvLhKQy4dsF8xHOYZ.EM
JN2+Tlg3PwF8JtcKIrRGKFuxLnvLlFiFLt3yWpRKsUNKXSXXodDS.6qCe+Ji
xYSQ3RQGU9KMmok1zkPr+Re7IxYOJLgtbMDNTYtDaqLlpo+VSN2VacPUWTx9
asGmiUU3bhKT+sdchyIN8ZHJrmv3waNTrCgrwI07H7jhuG2JDg2BdrnHPzAD
JIHaLBohopEF68PTZmqNXrKbyKwdyPjwNuJXrqL0QO.ODDu3L1U1h0CvvdsP
wYrqbEr8eqxHYf3xz9uWmQxfIwX+niYzePlnD4aya.e6tdwHTK00UitVMDpk
lR2nq0FLjzdYZz0qSXHoCOg5zS763pTgo62vFcCWm9pCqS+iOwt7CDV.Rw7.
DylPe1H77aisJ6fzmezmKmfaSs6YqIB4J17BrEOTS7w4UQiCGKAd0PGWTpFG
tlXiKKWOCmrFprnfJ0EnmguVCBpfyV628ITZPUd6i9kxXt+fwvYpgA9zbwg3
YRudIlzoAkHtOk3LvlwDN8S9ojyZy5BI0+1P4OP+VHHeuMJxfW6isa6F4Exg
ya6xrI+19WKIdFsHBsMzz8j+66WS8QO.jHGQ95dxqSBdsmmuaXUdYS4bn2rQ
CXe+cPhF4CA3zkrgz22DAWlxIIJVqB41mtoKzPMC149gS2hu1gnHgb+i1EdE
s.wUEfUV5sXP50EdI914eeMsWIvEQubkJuagY6uBaZ+Z2CeweL+sxWZ2tc8h
6dca5kT0MGFl9P19S8k6W87ycKSiojVZmZpB5xrJqlqP45xr5rjq5KWWlckV
1UyDxRjv0n7S2J9QapvgYZngaLPpeGTG52AAXZbFqQHGjcaoKroVZTpH0Z6g
52BZt+xvXoc6RchysM8oicHS+txVoassCQJqmB3dwWxkC0BURNij0Q68IC9L
0RNijEImQCLNpk7FIkkq89RVD0V0STYu89ttCMJgw5afCkDY2QrC+qAKRRtP
03bNqLVRWt4PsT7w7jJej1T5ibCVLS9PmJ+obYLGRetspr5hzK2VtsprpjzK
2cQ1pxtR46xFwo1cXQSqbdRnflE4oJYC1U1G9x0fK5as2iV8go1GxyKLx9sl
aengI4pZ3yxg4EXu3buZnRHzpqhM5spZIIBkZedamsQ0TGzxsMuUkQ8x.89E
KGI+oLldeexm1qwjDuuILACBQUjdUr6XdW2OZ.+SuBO6OTXGbxxz1TqW02OV
os+TiHw3+PVzbdaKsPwXvIoLjTAQO396j8SXwIfvId2z1lUut99cJ1TAYjyi
W6cisG51rcwx13z4gOlfOeDRKSPhLLRb+MFEhThShLxjX3sAjOR6HRzYoSfV
LCQmlNAZPIPBUoZzBjSi.ATBjNOiva6ODFMz4W3P4W3DzIPAJAFT7BZDHCs.
IZDhCogNUpEERikNjFKJjFKcHMVTHMV5PZrZzBjFjFKJjFKcHMVTHMV5PZrn
PZrD5VfBowRGRikgVfzLBMnb7Mz43aP43anyw2fxwWSmiuQiVfz33aP43qoy
w2fxwWSmieXmr.gUJcN9FTN9FBMZ3nlCczIPFZARiUpFEoFMcHMZTHMZEcBz
fxsfNnMMNjF5hVnAzygzDOTiJhulNGeMNGe5h3qYnEHQiPTOaAcxCP42CzEc
Jr25NtaHXnSfnXX.DpRQMGBzEr..zBjlfE.p.9.c98.J+dEcQm.TA7IzHkgQ
iJoiQCtPEjYwnPAynnSgprnEHQiPTvLB575UZzI0mnQHfwFUQGiscWpQDHcv
LJT7YTzELTIPKPhlCQgqonCmQgh.kjNV2Jr.azHNIpLzHoKxjDEvljNjToAs
ICMbtknvYjzgyHQYyHoCmQhBmQRGNiTfVfzfyHQgyHHzs.WAmoCXC0THcOTg
.WQmnysWXwUkK5DHp7yHnC5Vfi.Egyg.ZmBZPREnxDrftLAKvsPSnCIUHPy5
lHUZvf2NZwlem25p0OzsNtNktb2BpSbKvn5VvLZgvxtVX7agrqEziljfrqEF
+VH6ZA0n2BxbqEF8VPaxsV.FkOfM2ZA4n2BYehXbs.K2SDhQebEH2ZgQuEjt
bqEFmve10BiGZN6Nki5QHxN533TvxtGga7GMJ6woPbOT9oBdN0BnxxOmtbDi
hcLmtGohi6oTo6w94Vz0KkF9+bbEnktjSw0nrYTjk5FNpmRkvU2JGU52f28r
rj5Xh6V38UbgTzINpmUmxFlfavkgGJaKDbqXSBEH+RuVsSwQGehjQ3njgCEj
QHPOCmwCiQnH03EIQPgLbXgLBcQX3vAXDBDvv05TLJcRvwLgQXfaFCuHoZTh
dsUQzXDUgylel9Lr8kW9Z25M8eijjl+b6erJFmyba5uWrL82xzeut6qK18UR
MU47102+6K11c+1WWmZayuo6eMPM+4U9nlKecwtX2w6A+O9u.BVtZdB
-----------end_max5_patcher-----------
</code></pre>

saw tooth tremolo code:

<pre><code>
----------begin_max5_patcher----------
1063.3ocyXE1aaCBD8yYR6+.xebJyiCvX79qLMEQbnsdyAGYS5Z0zxu8gg3j
s0LGbGVYUJl5CiOdu633g+9aeyhj0MOo5RPeD8IzhEe2ZYgyVukECFVjrU9T
Ysry8fIZ02ZV+kjkG6yndx3ruUYZaPPF9TW6jlxGpz2upUUZ7NgvHoYKQTRQ
JdIhm0ekPRwnOOLnl8lZkw77NkeDIqk56SN2em44ZWWIm7id+1JscPt4G4Wr
5eWNyvf4pMtAagv6oPhy3Od6a5asMKClEVu2XZziAUfI5QGP4NPxFtFOnBgC
Uh30C0+V.+cGFC9BVJwFoIYTGvK5C6WIR2UcuVVOOwZBDeBnqTVqNfvHv8iL
FcPY4trgBWSAOfD+ISG7IPG33SG0UZ0gP3.NougNANXYrJCPt.W.+CqMtaut
zTMdg.hfmxs+kwsvEbfFicDQeyHf+t5FooG6C+ds0G1Iak1xyp1UJsbseL3K
SPrKPPhSud4lM6ZpzliaYXQCImmUXAFNsPXwXtEbKQ4Eo4hbBk0aOicxNgwR
4BrHC56fRbFy7jANE39A+aOD3eHgfjV3dmtWo2XgMEBxwDvYLevOnO+pCmaU
ccx6UuL298vXQXlu5N8XzMjZcySUNnHI9XeTnSKf+SfNaFJvqps.EgCf.H4N
EMYjPUzrLFDwkJmUDednE8XSUoUn3XxcndENhv4gIfeb3IByPdf0infVEj4.
OM+kf+UpkCeoL8y4icxGUaVYMZmIqjFSakUWpWP+hyfzV2110pxlsaUZOh7b
z.IEUx5CGPvnqXDNEgTe9BULGJglxg.he5xGP.IOcTIAXW9BPbKSXP.bfWLv
7T5LO9bfbSW6AKNQLrcuYQujmQIDf6kF5UHBhIoM77+MwxpYgKBB3wmjLOT0
sqo94QUMSNdXApuvZHLiUgVOQz27OWA5hJlyliSShBnpwwsWnjabUC9rrIyg
w2kwSALeISFad2jYFTSI+1g.hvXeDt3FGgAR7Yfsll6tNCLb9XVbkPMguVDL
CQ+85cxxudczKb6.vJ9OnL2LjAToCZItiCn3aVB.6EE38tw8Md9yuWrCF8c7
GDRWy91xg4o+jI1j6yy2MpNSkV597ImeHn+ovicF9I4O7U8GKZ9SDD9DQye7
PvGMZtylTDf+HwyegBOHJtiBAAu3E9nAkdFM2MLyG2ewCdjf3Sd77GNn3GDs
DFxTxWNU.ucip0I5JRyfqWvIOdTbPYrveAwPDlAPP0zo29o.fmw3NDzR4gED
wvg4Ag43sXF3gV7.lqvbPy.HaNCy8SARnSgX3vrPJnDOAZ.61uZlc6WMSBdi
qHQ6AsyLbYkbGOHfb2tGUscGGh2W1i.8kFGsjuzeek1eO0eeq5wpgg3+FaIx
V6QfL1y+ru0e1km3rjiitwRx58UCgZ2bvd4m.abXdEA
-----------end_max5_patcher-----------
</code></pre>

Project 1 – Isha Iyer

For project 1, I used a Kinect to control the motion of a particle system using my hand. I am very interested in different applications of motion tracking and I think this was a good introduction to help me learn how the Kinect works. Here is a download link to a video showing my project in real time: IMG_1479

I used this tutorial to help me create particles from an image that I would then control using input from the Kinect. To control the Kinect I used output from the object dp.kinect2. This took me a while to set up initially. I wanted to have the system use real-time image input from the Kinect as the image – that did not end up working quite like I wanted so I stuck to using one preset image.

Here is the gist for my code:

<pre><code>
----------begin_max5_patcher----------
3662.3oc6c01bahjD9ydqZ+OLkp7or1Nya71U2cU159Yr6VpvRijIAA5.jiS
159ueyaHAHALHCXLwURrhADSOO8L8zSyS272+5ubyhGhelkt.7O.+A3la9a9
QtQdLwQtI+.2rXm+yqB8SkW3hUw61whxVbq9jYrmyjmH8wfMYfUgAq9JHKFj
5+DC7je3AdCjesQG1EeHKjkIuUv7CGrVdChe3K2YgNdw68yV8XPz1kIrUYJY
zxCdO7V.11Q7AxR8a7eB9q7uUZ12CYxaWwVMHJuQQxC9+90eQ7I+iaMtiGw9
FWBOueGF6udGKMEfpoehtP+j50T+zFp6fXwGNxehwszMUsX122yT2jEKNc48
DDrOgkxxpoaRuT2z0ftIFRj8VnTcRgcselKUfEAQxOJef5PgiBl7pWt1OyOe
lvo9u5a8.Ko3WgevSWs0sptJVzdYwa2xk2ihB51imG4HN7lvX98S++7EWxcv
6cOcUX3kuJNnXA8v1EtRRs2OHB63T3Jst7UhtGRcbJdOonKek1VBMywqplVl
duUgKplFEiKcqbpq6h.+kFr0iPqQmfeWmLZ5DrKwPsB40SqbG5dOrEFYfZAd
uMkZ60tVQbgVDLc5OSQ++uFi6426KZbGeIi6NMYbmpVq1V1IfFsB1l3jc9xu
tc8Kpw66O3GssfY889I96XYrjkrH+GT2TXOuxW2AGqFAGjiXHvOsfCoIvgPI
+TOxoQWfwNRbAgmGnScNUu2+qbSaG+aG7rlznm0XNjIr8JgOWR+5XM8pggGN
jkEG0kdYiNViwdxAIxgJXZ9O6VurxngdRgK1oj+V14ZbVheJa4p3v3DvGPfO
fAef.9.sKXhcSXBRMwwUM8gB6WUO9pAD+rrjCAcoaRadOUhw2JMO5R1GDsWU
.ewq61JqyHP5J+PlvsOrv4StmccZK1jFWjA4IgHBFp16oS+Ndvd3Ai6s5Fbf
aDNTlBUfBB8FAM3qMHfg6DNAi6zhDMtFqixIdndng2TGLR.+nC8cbitsqBsF
0FVXoidqqCGft926RWu44.TWUmF8Vou+bG56NMu3Xg3pN8646AeMHhK72klc
XylNDdYZy6XUNSmHAAGWi.gxczR2bUjPJFgjEaBBYOwRRC395ULdhK72uuvw
qDVkc9eIVdubNEUEdqFWMRKIrmBxuEzSG1Og2Qy38xCIJg+Y6ivf3NEulkDw
8.43R3JkTtnUb9gxfnsbQBa0uQcKFuVtFcaX7puxVWDO3iU1yhBhjQZMJyOS
KjmN+Z1F+CgYK2DGkkF7CobJ2hyktfM9qX0+0i36YQ1M+8j.+viczEaSBVGG
IDjxPu334MIuOZobbpTeRdIQ96uzWmOphCP0c1Tdm8P5C9IBMidKTGiX4hr3
3vxm6z2LjsISe98AQQUAzr38Mb1jfsO1z29gX9Y203sWdpzkGhTmdIeNY1Rw
yzoxE5GFpmkVoEd1OJfuqSVVfRefgmNqZ+jOltJINLrb+VcpmtzoVyGeuh8s
f0YOJarRCO3egf84CrVbRsuNXKKMqxAy72lV4PmO2lerCOnmIuLisaeHu2T4
JJ87yJMqsnssxmnQabU7x4zB6pAEBqdwGhxJG46ZM8U07GBV51cIWefxI2Th
U9iViaPzt3rgZ.qZ1NvMmr7WNpw8NR88EcGO7ZCNrQx0BoZWBrOaMgIKb77U
.GtsAGVpMTRUAn6sCbHdDsxvYTOlfpASnsgIpvzq1+jMrSHRKgbYLPsxQmTG
svSqASJXjM+b0r.a8A27LqPnVm1w2GpkvSL4zN0OEi4LBUOOZmlFwyVi54rU
iX0tgPx6ZjwTiX2psXhyOsZjlr0y8X0e0WO6IGblZq31K5rZiTmZywT0FRt+
RWuW1BF4OE3p+mQcMjlzFIbQlABW9nezZPh7iwUiPZc8aBRnPvtVx.mibeYZ
DgNP9uFTAjdWETgTdk0A+y6tC7eNRKuL+jr5UAtcRE7vV0iOP10g26gbroNB
NI3QbvVVRhS3.sbckDa4LDw.WRac9DU59kshAYT0tVbdC3fNKj2E.P.ZbmNf
aCOQPW47.Uvusw8fCs2d5ywcVQkm0XYMvpv3T1v.90sWBKKSQehZi2uvUGZB
swiKZKCM13B1s5AExRErOMX67VBrax1xOBAoby8rgx1Rc9r5ZY5ZsTOIILb5
gkZmLntxSmCorDP5WYg.gqNhv+NP1Xn0oDL1gGcnt0qY9xc3oEsAcVruLZqi
wItuuS4QUiz5.dBz4cMxXpQPFZB58XWLkhcAgZpZ6mjXW7e4CSRh4yQ.O9iw
02UaSenCROWcQC6Scn+8iJO4O5tS8lAL1xGe.97zCrS3RojGaxa6X896UjhA
C9rvATVVbjxTI.c5HC0dBrqKfnFNRVmiizW3CP6KAYK483jfmE1SL+2Zy405
TkEHIh3YyWGU.j8awETiRNM9Pxp79P9Vo3psRBzZVZVPzQxy7GGiuI.dLCfL
XnV2kEhoxhTpGVgwV0BsKKnAWTrlRxh0DRVLUTt.9EmrVmpsSAAD2f.BGPAj
Zp.N7y2DNEBvlHKzQRXLxRDkLNBiQZI5vOmiXprjK0CrrXjRRlmuCqrfMUVx
MlOvxhYypG9YR4PuAJI6wQXLaDyHgLFYvCM7SqQF6hg6vKKFuro2vKKHiG9B
GdgQjP+FoiZdQo7Sbh78KD7sd8REEyWJRbufGNjo1kQo7JnizedaX7C9gZpM
ebKdMyE5STl9nTd0o0QskPnfnOw2RG3Oi1GmFjE7DC7u.AQ+YTDaqu9W4m+3
2qDcnIlmEHDnAIJpUdp.nSygwoHCUKzbX+mVG+snNjqKXZyI7mUgL9S+n3fu
xcRYdK7IQpOzg9Ixt8DajfkwHyxZJTvn9RP18pPO.dhEFCH.YfOIX.EBE+6x
CvwlWBAvMlc3JFNoSQXUsWpDE+MJYupD+jQKmfq.dcntJfarv.Pop7A1wqlP
p9VAUBiW0EPowIOXWocAhqbHiCcZBJctBafar1rfrT47Aj9SZAHA2bhyicKZ
Q8mP3AZv5MT57u9rvE6UrqoDsfnMW7RTbeCWnn.NEpQK0V4Rj3vuuaO3Ccod
LfHlXDhHGN43MUpVIMs.zVVctmRtT+uwUigpD.R8.Noj9XgGyVFBOuygaWcg
9.5pxWME9ZUNGtYq4a9hqOpRu6aK7Cz6Y886Y886Y88P7j7kqqCNtpREd.YF
QIZO+wH15R9ipTggHCG8mgiJQH9z0.WsyLeUpPfbU9iHIv7bfr3e7ZPq1YJl
BlPNj4EZExh1xsCcEPV6zxVgUHBsFWd5MHab4kzGAUp5DFBXXCALOUHJvyG7
h6ek00fXsx0JhJBNHWo6NzYCjIdlA3ECQ4PgnhXLw18JRQnWQD42thwOsVLT
PDcUPAMuLpeMfUqkJEjdO6jYFX8wiNldEnliodYoV9yANWrPc2PPBbMXo4g+
rYDVgs+.fh+LD7DWicTcPFslKa9InJCuMz2gVq+K5mVrbYP3LBsvWAZ0pqo5
pJ7bCtD9YgtB+rZc6hn7BMGbnbyZnHpumwj.c34oeW3mE5Uf20tckzViNwqM
mUjSnLcv4UhF8lm9CuV7nuqYhvTf7uiAqRslPrJk1oobngUXLlF8WRrGkIcc
TDQuBy5PlOVmLgXJr6vO7piDnd7Gb0E6kccnUA5MOdulbvM+tTRE6XO3z60j
Si7rH79crzGAYGxffOuNw+aKED..rONHJKE7Y06PGj5OcfXSnFIHIQsIYKUv
iwtjgjLfdCLCIafysFfSMxtVhkJheJpShbfyDRShbL30oilUwu848Vsj8J6w
D9bu3v0cjsWMR4TMcbzu+Mbbday1qKN5ow27JDcktq1m8YeNkYdSvKa0qxE8
y3yUsplE09cBd8NAudmfWSIBdcZkjqhgWsSnDuhOKMDBMWBC8SrUW8CFpcdw
4QUzOWY3b.q.qjQ941dGZXHFmNGgTDVG6MWdjsoeK3GM9Rk45YGmlVbDj87h
pWRH64AgcbtySD6tq6o01N23vZxDplNZMeHGGdPXFGV8ZuxdlAWaqV9gMDuf
sSEL0N707hiNWJc1+6SdkMDjBSwbNcrRlOra5pYEsig.1biSzQwI6FDFgo.J
0KsNh6bwg+Te9tzFjxEpJPkpQYTu4hUrghDXJzRO55cVMY1NIop4jukH0j6D
p5J4Lc3pfcWJKinIMibPScF43LgpsZzIDibP1COMEnSHVv0A9tLBEpPbmLLh
lJ0.O7viLvdg4TvogHRl57uwxzBI3PRihynPA3y9q82mA5DWJPF7bgQZxl.c
d6UUtzuROPfOGuYSJSVL9+xgc6AjtfRvlQI0i7knKk9NuUqcYc.Q7L.PTU1.
KqoIbTKCSB1sONIaW7SAraAEeqka.MSLgYRpW2NH3aiZJT38hWjZm18uAiMZ
tdPpJ4Mt3SPwUfAi6HBA+Jx5vn.KC..UluQdSP0nuEmDtVS2wM6SA1hOS88E
1RkqAw6g0xzwKU6oZrzaoWyQU4svDqqeHx4u0S6qgJkeA5XBQXauGqmLbkzf
szKKmW.E8T2ixwyPiIU8mJGYZIorLI1EWTGXb64ZR640aMmiIMGA2asmsQsW
u0bVlzb18VyQMZzB0s+ZPyzeBwhzOMnkwMHteZPhwMHpeZPjwMX+nCIFMngz
eiRIticCNxy5IFMlA2iMH1nFr+VkfXzfTrU+0fkBCccsWkAVUBzwHHAn5j.X
OHAXyL1h5MPGajwVT+MNFazDGDs2rtiMZhCoG6gFMwA0i5PnwPZ+r9Edbs0h
LZwDjWMyKwiqHPFHSCFJBCn4QjQFmP82JBHiLNgGz9rY1GwC3ZBUdDDF7hR7
E1djQt8LxbBp+1QCB0EcZezfvQdEAjQtR40qsW6ySur295HnTIa0jMU0rTqZ
FpcgrSqgLS6rrRSJC7e7+APqZOfB
-----------end_max5_patcher-----------
</code></pre>
view raw Project 1 hosted with ❤ by GitHub

 

Project 1 – Automated Lighting System

This patch analyzes audio in three ways and represents the information through a LED light pattern.
The 30 LED lights are grouped into three subgroups, where there’s an inner layer consist of two lights, a middle layer consist of a ring of 10 lights, and an outer layer of 18 lights. Changes of colors or brightness happen from the inner ring to the outer ring, so that the light propagates outwards.
The audio amplitude controls the brightness(saturation) of the colors. The ratio of lower frequency to higher frequency controls a color picker, which determines the RGB values. Then the values are being sent to the three layers with different amount of delay.

Code:


----------begin_max5_patcher----------
6718.3oc6csrjiiakccVeEJz3UyjEGbwaLgWXGyV2q7JGU3nBlRLyhcSIpQh
pdXG1e6C.3akjTfRfJUWIqtCUpHHE.N7fKtu.v+7COr7ozuGcX4h+mEeZwCO
7O+vCOXuj4BOT7ueX4lvuuJI7f81V9bR51iaV9XdQGx9QRj85kWQWX5wrjnL
6siKtZ9kx9wtn75Re6KV9T31WVt3uWbKOmteSXloXdwU1Els5Kwae4y6iVkk
+b.kSBjDBQPebAkfB3bk7wERT.5wEXR.p5mKdssYk9zu9Q7xpev8gahxh1+4
nsgOk2vQ0s63skMavbs+0G9f4iGcDX1F8MckUVUYQe21jWdXWTz5j3M5lNxU
TC5E0p5dcgMLFJPQkTI+wE.HDABEhgEOtPIFBd..srKP.OEf.ZxAAIKfV.BR
IwzwGt6yX2tdO9V16ADQSAvBrhcNLfJlZLHIMb8lnCGtAL.fRM8UNBEv3JAB
etdOWtbhEBb658JFZbcdFwacdSOL7knW06QKz+2z1swHIOPvQXF0P7AlVPHi
wzx9.BcPgeHo2n9C1+e+7ek8+j3sQqROt0BBzocLOBnAjB0B.rVHHlJTXsbO
lfYGOH690OY5E9uJLIZAJ.X5OjlOV.AudvP9S+2hRRR+1GgICaDBnPkIfisi
Kn8nyT2.C2i.yWe9euPnENcYfAsOv3P7KaCSL5WNv2FDvvHsrDMfYfIBkGnz
BRMhRD7gPLnGtDwmRRBVj++cQg76jnbcmkgPTkQdJhDnGKgER8jJbAEOf7Th
+Tl7oiYYoau5NZayL5nyxUTS2SRUAJsAFBR9K4AdUK71bluslSozuX45+HMr
aEDPvJNCzRMQCOmo3lXQ0aL1nZXoIEqoFm2RSffeGfLBAxLdQamQfPpXFBCe
XkrpmMYRgkdEaNwBKMxGKmgkgkAZAkTiPxgGFoldMO4josmKHJCSPSALczg6
tDvac2eMNK34cGd4X7XGB7b51rmCW0h1Yt1g3+g8ZfQonAFsLLZHUURL.BXG
R.BqZVjdz+jWII0zJ1pGZXK5WR2FtJ0aSxbimHUKEDJm9r+IQ4reRlDUp0Kr
bzOWwO+HAfPdGLKA.fzZ5kSPBV8V5j1rEvhmtZfJVap6iNLLQPspSqMLCryi
Nn+YHpo14TFoo5Wm6i+9hj3W9R1uj+c5hUeIb+BB5pwEcE747J3rhPKUEWJB
XRIn3F4GvfNuapgmCQIKVmtM50vv21fQ.CwvnvQhHVJxYmNImlnzhWLdyv3R
WtbPW4wmZmY7+oGXtOcAFu3OEtJK9qQKfK.Vt5IXD5+hhEVK0fyL7QN0Xx+H
YwK6SOtym7CWGm.HJOfiUXA9bjioOHOF4HwZ41W.PPFDHbDLTZkQwRPnTmEK
v9ym2GSxhOjDu1w9cshlnAoDGpggxa7oWVkljtOuOamMs9CnQG8LroUZEMWG
lE1bj3.LL.ICTLJkqM9khQ0J3BB824HdmdOzIGDn6iZzWCmM5RXFqQWYpjoG
uYWP39rsQYAF3XeZRRzdsLsiYoZMA9SG2FuJ7PViu943c5AaAh.fIC.I6MYv
Nlo+aoVUIkQogAY3X5TOs3+sO7AoVCUidjN68ZBDH4bIFzVToFVZ2jKt6+RS
XuI..gdp4EC22UpotquKb0uk6H5k2tv5H0BhLtpDoY+4w0uWUBIStiU9CvBb
Wgxc5BiSKqLaDcW1fFYyl9.6GuMpShfKPwkKSrEbnUBBJXFbXP3P5sPzzqXQ
yLXdlXbdoDMgCFGEPQDjfeN1A2eBIWGahuVgFFIw6ZMO+YPgRchvLd.ZRQFj
JPP3DoYBTq5FlO6DYf2TGVe6Eu.HA6BjuPk+jJeoMd3r.Fp5mTALsvC2kvvd
GHgoMz3rHFF7llVp1zR4i.OOocvL1akxLTtnH1p.cvwVDr2RIkjnuFkXg7+8
00s2Dt+2h1Wj.054SebgVjn9Chdjg1HL8GfVF5G0+Kimv62DciqiqJs3G83g
HamW5FNRTZKm0Bs4DigRVyD3ArNARxj6yTSt8nsAyZi.9dKAeTBbMp0H+d.X
vThhhlZY6ECJkj2hwj1zli7pTquL+I6S.+7XxgvQhDBjfKCJgoOOb0ZUB2Xs
JahEZi2cTqRr+7fwpzMahLwk6Dr3O9G+iK9e+R31WhV7zdSTu1ZRO6MgaOFl
j7iNSgU7EAbnAPGBoaaS.gchPhnmIBuAN26sQIylzElrFPNiQHz2AJY1BZbV
IS5sIwq5aT1e9353zEwa2cLao2G8.p5QOXkLfpjboYFqhTM.2CjL8QLtP2Zr
dNb9avD4MsGoo10xAmHeV65AAR2Uul4OwyQ+iv0q92WcBXLtzeGH0owFVZRB
VLh.ZpjckTPY8veT2tEQkfOwwcfigFqjRDTsZhNyxnCeyv.obpg.IsZkDp3j
ZDX3j7TL4BWWn6HcEr8wOARq0KKFp6i7Ay3H7j+Vd2h0QIg+3uD2UVGc4uk2
GcPOIcXVb511qYTZi0Lp1fEsZofDaW2GuBGN+5NVKVjh4DEtStRyFQy1cS7s
mzXpYKHZeApV.qOr74XyzN6Oz928gkg6103xOz3QLuK9077oP7X0kh2leIR0
k1G803xmmVc0v8ZbHSCBG2m+d46xx1s4mIccz9sGiqHFVVwGJ+AqhrOxFO27
X4yKTkS1PWNSVejjt52xmqBUdwzcQa0ZUcBVVU75nmCOlj84tyr41keR1P2t
vpDR9OuuVw3GV9x930oaMMhVPs4xkUmgVXSLEVyNi8N1FtqiGV+lWCK8T3Ac
m73gmB2adSTn7Jtrvrzzj1EU8bIQOmUT7t3saOAEyR20egViB6u3mR0EtYne
aaIG97ws4k94DSZjbH7qsQ6Ls4lERAZ+y+8vswaByhxhyeEfQUElq.+WNrxj
2Js5u4k70NJYslDuJ5awqy9hshZRFz2d7tRRzxp2xqieI5PV6qkE9xg1W4UB
lzW53SECR+bVzlcI5dQ6an0lNQyQjMkW155mH2zJUnZzVmshdEQdFwj8Ikif
sJ8An774GU9Yqmq4LgmzPpEjgZTPogSm1xi2tN56UFw9P4LKExQtPTKuSOVX
CMLt.4qJRR9blmGWv8hKvXvEvi3xa.axr6bLF1D3G1jOQsV5tzU9A0Z0feqv
UF0jjPBiYhXtMMoJV0t3AFpp5Eco2H.KdWT0BnWhFMnQGDzdri7ns+MXG6ZR
.iYM14TF.6f9wN1jhc2.tDsvOR4JxfPmEK38KaqCrnVsHial6Y9Pa6xTd2fz
gzi6WU1iJ4xKZ2B0SvmEusRKwOUIG1beN8NZzMBGaCFxyB5D0H.WQhRHa5ZE
fqsBXJaEXWaE3orUPbsUPlpVwXHmcSKpG4ZkB0yP2Jim17ibgUUUYoMVc2ha
km+PdJ9qz+w3Ot7uofVY7e0bI1m6ywaMF7Fct0IPQcosaNop9d3UsF8ObgHS
swagqiq8xeoJGMVRBXExtjsPADjRhn4eSeoW2dKdRn7QkLvjcU5uPwXZ92HH
jYUT28ShafOs9n88Ft8kByEE017T3Ihzco6qrcNfnZ8bGyRq5vlxqJqxN9SW
0tepZc61jz7XCh5d8OVWyakuJRZVMcQzq3Sc5B8yRqBWsRW8sdeIwLPXfZgD
jfkhvTLJ607jldR3SVeIvTHjbh6ney3gkEaR2ldXmwMEWQO0Y5UaFMHkFOgo
o1RITPnY.gzw.vnjnMmVsBIRA1mRqTGFj4s.BXVLMudnXqGUIwJJwNhWHsdk
z7MLFv+jM12UIbsG2qwQfHPVRqDK3jbTV+9BqdmHF30q3n4QFyiLd2Lxn32n
7GXow0pq+btaj+bXV193mNlkqaVy3DLJ2c9RR5SgIENyrZf2P99r1AoenVoQ
eE4qMwqWmD4kPe0ZeB0ji.EKwS.Kr1+225pi+yVru30Q4Tprg9xr5BcNzWMv
Q8Xyp0h8EF4KXNxWyQ9ZNxWyQ9ZNxWyQ9ZNxWyQ958UjunusQ9hZVjm4.3b3
ulC+0b3ulC+0b3ulC+0b3ulC+0b3ulcx+rS9mC+07Hi4QFyg+5MI7W6WX7l7
9IdYuIT5I2UHlYqMRprN9b3UCFz8NfAxmw8aTcbWC6mBjUG2MmoKRuAA8KLK
7uZV2z2vyHSs9e18M3AWQiztiIG7SXL4n3bGZinyAkaNnbyAkyY2y1d6unqM
CBi3sEOuOcyBzGgEYo5+pdWgvWAjhvsieU46hU3bmWOPnUXixes2UwdSq0c0
DYXg52sAf6tLTRs.WPo06F3l8bbGhmD9sNdR+mM24h7Cd0dy4o2AeJs5TDNh
Xbejcu5QfH06OlCAZ8GhS7O6fFGGf4JpwD7wAZX06WPSq6D.LvZv+3.M46VP
CyyS6fwgW72Z7RqtV0dseqcbe+Df7br6w9+hqvZ9VtUUHiG.RuMJc7FjXKEI
cAm+lmWKSSj0w2CQV20nWZasSUHTwpwzJlpvIaDl6dqXpBstQDo6shohWXjp
3Vn0gotU3RZFfUScqvkTtnj.McsBmDWvmxzOw0FAaNYGlS1g4jcXNYGlCo6b
HcmS1g4QFyiLlS1g2zjcXT6xsWbxNvB3HrPRdrXaeVp0N3ra.tpoNiG1OxU5
7k08wHNxr8dSMCXkTUc1PL3Qqpza899NmN9xgjElypiE+A7XQfVgXmTcLDbM
G6lZZAXN2M0zBAcvzDgWAM8Fr9o6HIceztnsqWTN+waNtAHDI+H5lMHnIviD
ztjzt4v2Ls1K3Lx6jClhCgYG2WuB1CPtRhzLmxQWXhFJz+wLknRzGpPG84VA
YB1k067javqxf.JKPnkAyrTF8zxBr.qXmamlGvnkS8g2weMJaQXRxXy6rVCk
XAXfS4pg2FFv3FRhA5qD3vGdWX3DPjRp1FF.TG+.meeX.5YiXvqai8W.zd19
Nln+GTvpxL8LDH7jedScPSf9CvDO.BS3AbSZaZ59ZQtBk1JIQUz85s6O8mQz
0BKmdTnEKnolbki.5EG72Ymzgj300pr90vZkn+OfOVCFeh726GLpOCkXi8LT
5ra1KsjxfIxJoL.1hQfZLhY.srMNVaOs4boW85m2EoLhaxgyT6I+O48x9Wd5
S7+90qYfKXt1P3SwbRySSF8DQZXO9o3j3rezDzZq1gA+c8kj4HmSBTyV5i70
UnSujjuOzDAjb87tLIRBiSSDOdvENjlH3O9x9zi6V1Ee6LGSe9WeEDQTsYK.
LvdbIwTk5qz5HR57PcS8U.0Eouxzmg9GN8Ev0rLDZ0+apyhXXak5YsV76McV
.kVnHB35gNiSokd1809cpRKsoAiQoEPbyUZA+VozRSQMXJpRTiiJsbBHe8Js
.x6CkVXSnRKMwbBhXwbJ8pTZwYwgdPkkpMkl2SNOQBx.JVXcwzYzXAguIZr.
2QZr.RfTqwBULRMVZgzBEDPvJNCtbEVP2.EV.uovRqtuRRBnTL0HP3L5qfX+
z4iEkVaWpBoP7ypsBh+SqKVzJpnERKsg58bJqfT2bkUf2HkUZIkwPZFoxJsw
XNQKlALqmlKUUE39PUE5zopRaDWolXUUZKHDnAXs95lkF1kpoB9ciyUzF4gL
oOyXzT4FDjmeIZcb3h+R3SKRLqv3ElkD8hUZELLKY2ZYM2b8UH1sdArRy1vX
CCCqbJVPB.BXHhgeRz7SgTwr5oHUuVOGWHn2DMEQ2QZJJjVJIUSRKgdm8pUM
GukNhDqKfIX43UTjvmd8DQ9zwV0Pf65IR+IwqVLskqbjvj0ZlSLb2TS7mq.w
0VPu6ZIdycn0aiBhbpLW3hcKJvcWX0.SuVsBI2E5DNYJDxYXSL1XlTOkR3Mf
Y+60pFx5vnqUUvahhfkaDHc8hYSR3SezpDzgOt663OgqUa+qwQeytet7J3J8
4m0xVamnwUc67cJm06CeodGPorqrJId0uk8E8DOu7klW+UalJsK3qutfmdwr
89z5Jo6WmukDgFdFrdz.fKMlTXoP5gZ4THqRAL44reSyIJbTf.AleEoco820
iedNgpx5fv8uTrvqL40b0RraYeu7Bzu02El4sL0bT7F16TdCmntTdChnucNG
3dh3P5f3Hu6IN72oDGlVc.kRIExwRb.EBEn.MuA7Cwg1AwQb2SbDuSINDI2X
YIlgGMwQXRvEl.i7jDGVGDG9cOwQ9Nk3fY1op3lWQij3X1VDKWyL9f3v6f3v
t6INp2oDmB+RNRNCCPUanZ9fyH5fyPu24L.d1dJ8bBWp8TbpJfwUBD9h4MRT
G7FxcOugLaO0X4MMsmxGDGnChCtwtLy8IwgNaO0HINsrmxGDmt7fCb2SbXy1
SMVhSS6o7AwoKO3ft6IN7Y6oFKwoo8T9f3zgGb.0cOwQ791dpQxYZZOkO3Lc
37F3t2cwfb1dJ8bBWp8TLkHfJvbF+x4Mc36F3t2awfZ1dpwxaZYOEJe89Y2j
OtPhSGNvA326SRgQy1SMRhCHUpZ0h8.wQ1Awg0XON89j3.y1SMVhSS6o7wTU
pNHNz6dhCd1dpwRbZZOkGHNpN7YrcYKeeSbHuysmBcw1S4CNSGtK1rgcdeqW
Le1bJ8TBWr4TTV.QvXzKOrlhtbcCbuSaDyVSMVZSSqo7AuoK22b26qX4rwTi
j2zJ3T9f2zg6at68TrZ1TpwRaZYJkGnMc37F4ce.FPyVRMVdSKKo7.uoCe2H
t64Mv6aCoFIkokgTdfxzgWat6SpX1rcTKjWpYTTEIPKwgRu7nYJ5H0It6SnX
5rUTijzzzHJevZ5HSst6SoXxrMTii0zxDJevZ5vSe28ITLd1DpQxZZZAkOXM
ckG528oMwrATij0zz9IOvZ3cEBy6bVy6ZamjizzIb4F2jOHKcDKAjOIK1en1
mu14bmSOhZKXPu5nok05.xsmykVy95c44R6qXotVSTWpIpWpIpC0TyC+3Kul
vtTS75C95Kul.GpoSdYtId8tz3sYUYnCu1s.RNKvr.OAlhFnZcwpmuZ3GbUM
chvEPB7.H09DQumZhSZdvT+JPxrAuUldTRDK..IVZ24jjhNJ3JawJWZw.B4A
vwoZBTCxfr86pSpONM.SnbadsqMBHfWu4QWVxU1lkN0lwC0lwHtc6nzdzens
4HPo+pxjBc.Sy1q1DIKK3Jawtv0AOH4g6BzPU4mD7WWMQboKwk9nS4hPNNxG
0DxEwoBeTStfdXOTQLWFfSQCN91bnmUdX4o+L.iPRkvrIBVmyn0W22ST3TO.
HsmjqVGwqqtcY7jZPoiRIqBj3RsZjxxifQJoiBdS5AZch6F8v2f5FgbG9f.l
VlB0NwKlzQAdm74hjalOjxwbQj.wGpmxbQQX1fSepU6oVeHJyHdfS31CTzNK
v6rZpSrZb2r5qjRPbkRbsywxbwNBkrkhq9pS5RUyfIQlqS1z3io6YtLcO0KC
tcohX9vzSkqSXANM1t8LVb2lwBl9t.fUNKepUev3xF1TNgK0YUvu520NYUA2
G0D3pCM7tNDtU0fyd3PILqHWpdRoS7xQcAdmQfZMbqGAZzg4y.tVUaAOf.JA
mbx7s0EbsuucQv3I5LdRKtksABV.WQsM3l5yUe8qr8RTNfvfOlxf3jJs9vBQ
hKpYPvtp6bSkz5959l16TG.vroPGMhKpuvmD0WbppIvTnzlK.tOnlXWl3wZP
N3az0opFSmBNE1Ie13EoLXlqdr9pqIWLjhKlhAJtU0Sh3ArSxVGbBYEmGfJO
OIT7pySBLRqfIm.RiBF8VfjgKOn..ofDfKO.AJu909Z0EslndQV.xcn7ppHP
3BegNrlfMcZjQCEd4A9MCwCjJjjqFn.yYiDAwY1yU4lQMq759dHha8YPfmBM
ucrxIngMl7DDWfDDqt2ThIXYZ6vflE36Q5mhM8LggvYVCfTLyAICiJLaWp4m
QH0W6pI4tHSzGil3toHqOB7NvbO5W8FgQHfoPLgMZcZ4nz7QjsDdVWv01fIN
0hGdBBLvCvZRiInhFCcjZCcDF48MCkbcAWcS1EmlMbCtQ6hhwAZfL2ktcWf2
Go5RO.OEJh.XoKlOh8xrXXmF2gwdotbxAQXuLF2Is4p58WYc4lkkCJTGiob8
7O100fFtUAbACqLoGLAPAHjjffAKAPr.kdVLj3jjFnQIWcGEMlN5UVWKalAZ
8H.g6qZB4nyZ59kW07t5oELmZfBxicbsqscBN4UIu3f0Syvl9pKlWpK2xeFu
vpbRglpd+UVWtYft7L10oLgRFraiLsF8q0xH.oHDIcvRZJW3j7exaxEbZtxp
d5UVWtMbUNEd6IuxOuic42vN5j3PB6oAsCUteFm3xrJ9QCDjZLop2UVWtM7G
bUq.kPXVhrBhY0enMuOPIH.kMPARlYoRREl7SokJA0Eb0cR7X5jWYc4DOYRx
6J2pa.4tc6Bt98DgPAqghDywPo0AO0W26ioQivyCWWM4hiw7T8bNgwcXkT9p
QHb2tuFs+PwcaqikaB+0TKRKdz9Oi2l+OI1+49HypRI+9o1qDte0WhyhVkcb
e95i36E6xsKMKRj8aOFW7ZS269PwwG6Iq.h5kVwwjrXsxh4KlByI6Yjl4Tcf
ypqnmBKJydqkDhl.W8O1Oxex76eczyg5GoMZ9zKqRSx6dZpY9hoQo+igbl+M
iqjgFqjDyQDr8Y9b7VCzE0dg3T7Qym3oWdNNIopddnp10+XEmWqKeYe3535y
5ayosZUyBEfUH6IBLJffTRDM+a5K0tsU7TP4iIYf4HCR+EpVDZ92HHjcMx7p
mB2.CZ8Q88Et8k72CXAp7b90rzZR2ktu53eMfnpt+iYoUcrRoO4rfxSZ7x2U
Zd5ujtMbU5xRRZ2DfSe2i56ce9Q28eKJII8akmTrcSABWsRWEsvaIlY1TlQA
BIXTRT2aYJlYxjluWadRoa7Ti4lzFh5oNv2LioVrIca5gcgqhFaOvoW8sYYf
TJwl6z33tBRFCHjSF.DkDs4zpSHQJ6dCZfDgvlMBcSMS.t7zgBsdLkDqnD6H
MgjwD4eCiA7uSGy4hDj1i2z3DPDHKIShEbRNJpeWXN1Z+c6vuusAi.FhgQgy
L2Yl68JyU+L+qO7+Csz5s3.
-----------end_max5_patcher-----------

Project 1: Enhance It! – Anish Krishnan

As I make a lot of videos and short films in my free time, anything related to processing videos excites me, so I really wanted to learn how to use the computer vision object built into Max. For this project I used the cv.jit.faces object to be able to alter a face in a movie by either blurring it or placing a virtual spotlight on it. First, I downscale the image to 1/5th of its original size, then convert it to greyscale, and run it through the cv.jit.faces object. I use the output matrix to determine the positions of the face and accordingly place a blurred image with an alpha layer that I made on top of the face or add a spotlight. I hope you like my project!

Original Image:

Blurred Face:

Enhanced Face/Spotlight


Google Drive Link to Code AND Necessary Media:

https://drive.google.com/drive/folders/0B_T97VaALHA0U1Z6bVllU0MzWEE?usp=sharing

 

The code:

<pre><code>
----------begin_max5_patcher----------
2626.3oc6bszjiaaD97r+JPTkCINi0P7h.bOs65D6xI0V4PryEWaMEDEFMbG
JRERp4QbY+a23AoD0HJJLRDRSb1spkRCAIazeciOznQS8yu4hQSxeTVNB7Vv
OAt3he9MWbg4T5SbQ8eewn4hGiSEklKaTb974xrpQWZaqR9Xk47e3o2BdeVR
4sf+Qg5XlHq4RVHphuMIa10Ex3JqnnzvwAWBnQ5iPZf9Cj5H3SM2SgrTIEQU
Rdl9Vf0mur5oToQdMO8rkySxRkUksuL0IyWV0b1fNdns5LDloaPBGS6tyjL0
Hw7Ie9qwrQ5y8Ku4M5CWdjX1eK6VQVrD78U+gd.KX.xz+LcLL2fb3PG.qaxy
pJS9uF7Bqu60hONOMuv93MO11GBYqdxdAtw0VcCNiC1RcZA2H1nV5RlXtsy7
gjYf+d9sYCos3atMOuTBlmeehDTkCVjJdpGiBR4svwXHV04ouF7h4zUcHdvt
5PsgV7PhdeWg3oxXQpDbSdAXQQdrrrTgXf+TwrInzkyE+4l6IMISFmuLybin
tTptuhssADDesQf2Rmw3yEUBesaAC2hOYidTKq.kNjVg+YQxrjLQJ3iZu3d7
d4LiqwqBGWDi+x7bwGjm6mSpFu3gjro4OzKWajkOx9As9HcuHiC3.xceGXfg
kGFQFSfggLj56b3XUqpl6DSBZTJq.qdZgz9XUVJ0+AeZHoJ+2.kLUcbPUgH9
tRvMB0vcfnPMlcJP.LDASAJjNCburnTomf7a.U2JA4MdnIyEyjcRIPNJJArw
yIB1xOJ7b4YGxIF4y0DAHDpOh.TjOBr3aUFl2B99r3BoPM4VZxraqzrx0lJs
cCHTeYpn3NYFXhxZNyzTmVF7wXYXTioASHsLMD1YxzPQDauIzZaH8ZaBGRay
GRWVnsAZaSOLQjPaeBxdUPRy4VpPrKgVfND7JS9f5l2BtTtiURPlghoO3hZ6
fglQYL67anV8u8fJndoraqbPOvztCcelPo5PPvdbSn5EGXrHTxvn2vs06ncq
1GjJOWEfXqo.Vqyxp8ZrQHiaHwtjnPr2TZ9.qz6vNWARAS5QewATsQFqbq0e
D7R0WnqN2jd8smHxlcX5siAeAUrLpPbvLhRKsygiBrA1GQaotGlxEhNcib0J
rHcwshIoR07quad9TYuiiUQ7Yiuyn61XEfX+QiEh2IXn56WOWTUj73gCK6Zz
MrGHHhiVY8QPqm.MRQpE3sw2TzoY.9h7zm90lkE225xvnwp38C4Lk0mELV8U
Sv+b5VPvAN6O9PVZBOfspagszscziZubjHOLTyMRDdDq0bCHTjkEwkLBb7qg
qIrRdzNEd6wfmV9H4iKJ.uybLI6mB9zWo7u9KpuA0eizGjFZnhaXjqQ11orS
mcN8j1sijrc1GgzwQHLCRG5fw5L8fuuHQjdVn2llLWwjyCLG5eMTcLKe8pVs
ImodARQdf0CQNQwxofi9hpwtBGHwLJg4OVdBdf0WCSTp3ozjxp9TP6veyJLC
pmQG4PtjhSSVbqTuVcS9PvFt2P9wDqGtedKloSBqC6vtVOHNrUesM4N20wVW
pcAh0xRT7znUOqohJQM5VCuVcd09P0pA8X6DULTMisu5GKkEkWIz6zzc0azz
U+073k50ZWd027we7pe3AkYQN8ekLKSjVpZT8wzenX47EW8Qwcx2OWVjDK9t
Bon58yDIYWMWNMQnZq3twyyuuV4Zj7cpIbrN45bppOSqKHMOeQKNOihnXhTc
kqKUfrrQKaqOFXawxJcHg0w90fLMsdci5pfzkXFNHH.GQFswkoGaYu6Ke1CX
Zg3gp70N3sZRrrJW0wJp5RvE0cX04WOHz50jWlz3jZ1vnMZ897ztuMylLsVM
GIJlMYy9iF+Z0e171Wlk7eVJ6pEK.dslmYYQmWg9AuHOIqp1mRuwVahDSEK5
DElVVsdbg91tbaD9lBk8oPtHu6NtV3RqWyyaR0ijEK5pkpj4xcc9qKkwkcC9
xrYpoWZ.36uYS7csO6t7FTiVSh6D8KkaBEOu0xh3c05lM0MFVa71zUmSLt5n
s8RdFZ2zng319kKOWDGOnY9mlOC8pj8H.YfT5WXO9B6wuuYOPLpwUG++TrGp
6QErW134KHGB2AzibGz.VWzweg63KbG+di6Hpl6H3P3NpOo8LdIoVgbnMoV7
clSb+kTKDGMFEACogqyrkcWI2Ylsvgms7+Qr6MDkYwn.XS1JOxcO.SeEu6AT
rYmgpS5oO22.LwqIV6k.HPG7BPPuCHnyAfbuIMt+wDH3q.zwf2oK4FQwdgET
jIs8j5swOjOL6jXG4bicZ1XEsiQhZhsd0ZbPfYzAzTQdjngQowaqz6oz.NXm
fIKqpx6qdpwbSl6rlU6dPnON3VUztIA8+lCayJdsmqs93HAmjY.CipmLIrIA
8Qp+wo6qp7PAmt4LhuerFHMkNwXcf38gkg1Bd2fkQTuk3cHyEtwglOnohi2K
.TWkmLr2pmBH+bL4PaWg86EXqbH6.J+.BQdEDbj9vVKlq3O3ayebfZ2IdWbs
vE3clkQ1aPgHJyVUiq1NGuYgomC2b8JyzQC1+tLhrSMhrkEvKuv.cdtQH4zD
xy5P+t5EE5WMNXKPRXnGAB7oAHrUFpaVeakXXqiAurL.H5bPCjjcS990dn8C
F0elb3opPIm.RAo8R5YKp.aQRRB7Wr9A8GJ7k9OUGn10OQcJYfQmlPha+V67
xeaU7vXkEhLY5ddkS0EOKz9ZdhrSJp+37TP812Jj5ij5WFxlxrqyWUrUyuzj
X6FAqb2r8ODa8a44rBwTXSlaI3HDLT+xcxHQAH8WTCTp+FgrRb5aB4zMgwsf
sbcFRqAMUSQ9v7wfFyGF9Jw7YKEahovYnA1YSUyuzi8K7vseXHKjvLubtqr.
Q5SAMFPb2Fv9uqSsE7qwQlJgh9pv.FFtd3GxtDn8L76+ysdn52yjWSVO8ANg
s0K4W6TvvOb6FK.FEZsQPZH2PEx4gHFsO6V+2kq1MyUYJczm8qyfw1jVuyaq
Mlk4KKhalEs980Y8diMZprrJISrdqTWUl1M6o0V9KtJHtCBBNDBh4ffzxAdj
xQ+pQrWAoeYRNZMhLp0dStCAwGH4rWSz.HGrKNcOCdyKlJM+RTDb7hdeXo90
83ncObRIwjtUR3IPzntEM53DM2USKbvMstHZxN7pH9WzXR2Z8I.vwntEM9DH
5tw6P+K4cnyP+KY8Z96RooGmncgdVWQEGO+LxEIQ8B0ExQK6fOy.B5XbCGK5
5hFNDVQnKyBP7ATBcYRVD7ToiPlO7TgNw9E3E78kDK8.q0tDcMJXHLsTWTRt
OBhwMQy7w7KtI5Pu3U4T3+zgvz5xJmZ5NGmjbgrso6bbRB55BoQCtgyEQiHd
wc0EQC8xJMdVPV8.3C9JMbRzHuDejQzvSxfzfM7U2gjFjIwc.MYaIGaluDKV
T+SGlQHZQLZt3y1ezJYWZ9yjL6eZ1ctQEx6SZtdyugXiDEw2lTIiaJU+QOxs
4f2jKvhrkI01Mkj+k27a.z6GU0B
-----------end_max5_patcher-----------
</code></pre>
view raw gistfile1.txt hosted with ❤ by GitHub

The helper patch “process”:

<pre><code>
----------begin_max5_patcher----------
947.3oc0X10aZCCEF9Z3WgUDWlFh+Hesqlz1sSZZa8pooJCwhZVvAEaZopp6
29bbR.ZKDRKNfJUMM4Tm9lmWe7wmzGGNvYR9ZlzA7IvuACF73vACLgJCLn95
ANKnqmlQklg4HX2mOYtia0uRwVqLgyWo.nlnR0CYLS3lHhUK3hLlx72.tMn9
1Zh5WGcIUM8VtX1MEroppmLX.xy2EDjP7B0ehibA3nxHHcbvepuQdZ0Sxj4W
g7cJi8zvgkGb6HZKXRIcF6UrcErifg1KXM3VER8vRVEUNNadz2Cy3nXOnF1f
PM3w9FZS7BNLyvDax7EAYb7l42tgb36A4CjAKYY5mDf+IAN5PfOgJl43dDC.
El3g0eHDsAPpNOp7bTaI6PhEcA0sb4x7rG9G.dRqlOnQvEpRen7GsYEvnPyR
9cRIBiayERrnITVLC1WEyRhdIXsWKK1hfwE.7Iw06agMDBKID6u83gnMxtzh
t.zFBMyrgjtQ76pF1jUJUtnefyTpp05zvHORRRRXhKHNzTflXHjreBC9vQHA
h2PX8rWqDRr4VuRlhlkA7q95RrOLAuo0CjtmKXccpnj1xiwPatMDXxkJ4dW3
CR1.ecBvgZ3LxlY.oRUJegTQKTfQPvHjKnJDSjBFgAiHWfrBBJbiwfIaaNEl
z59xX76wYlyUdKumKRyu2FMcbzNuvAXSQ6RfH58iafiX5BgP7B16rtM2atD4
ETUAeMf.ldKs.Dg7Me+4URV07ee0TlV6apztCNUzFmBmr8bDr0pCnvOBoAAA
3sK3gHCbQnlJeIGn5OB2KoAW9o5cdETn98wf0tQPPqyzHK5FY4zzxpj.9hk4
EpE42wYfwWKYExwTAWd6eKzGDTw3ulOckt9nRN9Ke65w+5dtTwR+IelflIG+
8h74ZrfiWvR4zwyJnO7Cp9rLj2xx2K6r2i3tMXT0BUP6kQQP61XL7B.M5s0X
7yH1L.mLt3k+2pL5TF+41fLeUwzlmpp2OzErUlTlTwETEW2h41wf7qFzdc52
hPviHj9U1Ocgh5BQgVPnvNHTfEzInC577ow7hTVgIgr2EVWVauJ6eRJS5hxP
K3s51vNSYKX34RITWVAfsg6g5xRf39H0rSJih6ibyWjwe.oi1uznyfzg8hg2
Iow8hgCeC0gNIkL6+bzMoRrkRGiInMpFzEyqoJ3qZrftb4c5dJqGsQCcmTyy
MypQtlK4hpKwlKKX2waFOwDgVna3Qo61YUQUCUqiCcpt0bc9gXEuN6Tq7SC+
O3jI9.G
-----------end_max5_patcher-----------
</code></pre>
view raw gistfile1.txt hosted with ❤ by GitHub

Project 1 – Sarika Bajaj

This project allows a person via the Kinect to use their hand to move around balls in a virtual ball pit. Much of this patch has been built upon some of the dp.kinect2 reference patches as well as a reference from https://cycling74.com/tutorials/00-physics-patch-a-day, integrating the two by creating a kinect system that uses the closest player’s right hand to move around the main movable physics force. Most of the work in this project involved figuring out what good bounding boxes would be in the physical world and in the virtual world/how the user would actually interact with the Kinect (I wanted the output animation to be very obviously user controlled – almost painfully so). Additionally, I had some fun changing the aesthetics of the actual ball system.

Video of the system working:

Gist of code: https://gist.github.com/anonymous/9ddab8deb04b40090d8efeb8cd0b5f06

Assignment 4 – Matthew Xie

For assignment 4, I decided to utilize the fft object and create an audio effect patch that would mimic the sound of recent favorite music genre ‘Vaporwave’.

I created a noise reduction subpatch. Furthermore, a degrading fft subpatch is also used and linked to the output, playing along with the other signal. After these two subpatches, the audio signal is then run through the original patch where it is stretched out in real time (slowed down). This is done by using the delay effect.

I also added another simple visual presentation, that is very similar to the one we made in class. A japanese city pop song was used in demonstration, to achieve that ‘vaporwave aesthetic’.

Another demo: https://soundcloud.com/thewx/assignment4-demo/s-K8iMc

 

Top level patch:

<pre><code>
----------begin_max5_patcher----------
2272.3oc0aszaiiiD9bxuBAg8zhD2hjh5wdJCvbXuLmVr.KPiFFzVz1raIQM
TzIwyfI+1W9PRVxQVVwRiQ5zwJxTEYw5iUUrphp+y6uycE+UZoqy+x4qN2c2
ed+c2YZR2vcUe+N2LxqqSIkFxby2mshJdy8A6y36koTo7PA0NHtkrs4jT2Gb
b2jxIRWmuUQYAQtdGKe6RAcszRL.iWfevI.4uv6AGbr9JDsvqoOrDCO4q99i
XbMK2vyk4jLCCc+EASyspIJOwzJr56p4h9qdpwspA4gTa+ZOXaHqMMVSkRDY
4Jopr8XoIrj8GFBAnEsn0BAVh0M9W2eu9xCiDPk7saUSpygmr7Kfgg5IiieT
nA87qu1KFF31LPBEBJohkzbxpzNh+6AoN.BndHDzRZtjHY77VyGHvyNEhNy7
oKhAtBDKiVVR11.YR5qRqHVPyOKNNHHF5o0Cww.8rEEMjdHBdY8vKffeHUpq
AfxounlpuCeJ2njXtH4MG3kLeGiUqGTiSfvfAgKzOsvUwlMx2bH4b4NpfmSc
G.RPFMGer4OwVEHX+HB.69wLz5JfdWi.Z7YedSCky5Uj7sCtpisNoQPiWZr2
PhHLdF8yLcOryg36WIwgdiP7wetD+gTuSnaEjDkr5.7f9Nfo3X.EXzMPwlcj
prINGHg7GoYf+7YmOC5A..x3uy2GMBEgeJzCH+vQvs6i+5g+PEsj82qamTfm
uYaAL.LFkfauNP+fv2YxEaSWrijmjRcdhrWxWZ.E5.lDZElgCqHvFXqMhB.N
bPrvy8ShFgFLnuVHbdxbkk+Uuu8Oidz+r.gpCKyHRA60KBI9dXCjDDXUOPCZ
+D9ACQX5Pxp8RI+7QQd48Irxmef+kCGGhlzJ9Lq9myYkTGjiIsMDTYIOfp+U
rhCrgKBGzH.+YxFP4PHaepjUnbITVnDHw9LmmjDwVpIRVm06WQO37TBsTtLg
k4.wASwcQERUkNLBMbXj2daiggphThj2BmJ2QJz5SOUtln.PuEvlOOUvSOrT
mstCP8umVyS4B0MdK7Me.KbdpM.qcGqz1Xqc7lCMRL130IHJvB2C5CBD7YQk
T3r551SFE.r9bsdivCItQiTZ+6OY0iRaOhTTrIvq.LzFU9PhT7sOeqyanXUQ
qTuqMVdrtU8JZiC3mZbonLXRI4pb22mKcPygIPkJQP0tUvACiE.9L4U9EtHM
okeFaD0ZPx.blTYTsJHkzkVGKJWJX0E8mK4e1r+9ECqCXbbfskbCEMnAEXZa
xilOvSgNI5Rmc0w1W42DDYRyKbXwdxk8AzWYefyXYeTpKpA4CjNnZxwxT8nS
IkOONAAsKUB3Lw.NhxINT1ia3hLhguAS.VAKvwXPTXsJifY1z1Jow2lJQXh+
TPS1uVZqEwjJRIJ1eQHVg6d1buPwClnAXRAScMZeormoK1RX4MGkxyDQy5+w
m9U32FwYsb77VdP24xgOy.nsN21ZY4WAPAmAZ7FRMrVapbG+k5Iesp4ZU1z4
zzSctcIOd045WRdllrjHUJipjxnGuqrBUqfUMvktmx2T2bc6smwJS8s8AtnZ
vsC0JoQbzVLSQYeTUuP30yyxTho9YOF13o3jmSLJGA89TkeFox9+83beTYWR
eLV8S85WGx1qHqQq129bitZ8elGi3Dx52bujJGFBsZdCt0QzjLFmw.1RnojC
u436C777FH2iOf+Hfs94pAbPHv+l6O5bGp1+.3jUdcwK3GYDRan59CmkE7lK
vyQ0fqWUiGwoB.79YnZvorbct5NPuITGipyHJp0o5eFPYrEw.Max84zysFkJ
ybPj55UpvGXUxMBdr+PBdvmFC7qUVsoNZkU0BN97x5s2YlJc4C5nfFyqoRe2
o+jvVqORDh3vQbXcJqXGkscmAD7CGJKfp5cZNqbfsb25NzaLVQSJGQbUqIDI
4zXizy3l2um1AGox.fkRaBx4K+WUv2ke4+wn+lJPqczW9xuphnSmxX4W92LA
ubGy4+nKv2uj9B4P4hrBTSLQ1g5GrbqDQ1mv35VZQPJmWzINF0LSk.BMWtrT
eJKMwt0ZBpPiBJMoBMOhbV.WsBaeR21M4CkK6uSa3oo7W1lxWQRkzrBdei.W
v1xx6P.PWejNDU+lFYNRfR1Z2NO822SRYxCmmfBlRcQAoaNyD0770bgVaRoC
12zTxTFzRAUQ3PRgZIdqbWVkJf2hdQqg4T2gpYfTlHR15eT1UxLBqTEyY91J
+D9cGsxz8B8bu0Dp9gUQkpuopwNAnZFFyFTm7BqYL9zs20iPIeuXc8pTUsMO
JZt5p1qDqiRcSstbplSuyoyXYT3XXj2LvnfQvnvYfO3wvH8q5SKhxXIEbVtr
ZwBDAMuiU91yENvdnP9fESdtMhoFbN.A+aDXiFCifyg5yIqX8yILdN3DbxJP
1jIpOFwfiGp3TmZdiwZEMGfvshQ52+pKi1Z0LzT4TzX4zQh3hDUdWmMxtYk0
fyvZuoyZvHY8z3zn1JYN75.wickDNUNMJuNygHMFmN5R+pWKmFm.2JW1PuOt
iz4xfazrFL6FbixGcT+Rs+Mh08H0na.qw8K0vow5wrT2uLeaXLb10tGIiQys
tMverdolpuC.ZDaaEOGLBN1slmpiW.Xr6ONYNMJiQ3bfdiQe38LxldLon3Yp
nrhZCObyHemaTTMmuq9Xrse0TTUWA8YVM8lydykHVuiIopz3E1hC8Zjsbklx
dHx2ypL2TR28U0r5jTxapqzK5QxIimyKKz+2rxHUJgZCYeprKPz9.vUh4uwy
Iq4Gq8FMklQ00pH0N60EOHLBA7gOnuKNJ.YtKxG.ggOztlJtq11oawggXPrg
DcOhiwn.T2dnKOpoOKY4Z.k1ptGGuztGc3fGHvKN1PE.DgAl67PHr+oSrMrz
zlt1txc0Eqz07B5qj75xo0kSvXOPbfd7QdwQd916TMA5vopdAZp2zCcubBcv
5gOJ.F5iM3ZnGNJxdWjO5zgmju0V4RXqi7zsPvK3hZkW0LKtg98RdijU6Dso
fOOTYwHTO8zZh5ZdoLq6ioVQ+08+eR.cCaC
-----------end_max5_patcher-----------
</code></pre>
view raw Top level Patch hosted with ❤ by GitHub

Noise Reduction Patch:

<pre><code>
----------begin_max5_patcher----------
713.3ocyW0zaaBCF9L4WAhiSoQ1FLX1gcX6vNse.SUSStDmLWQri.Sa5pZ9s
O6WCsoQsDRgIkbffeiMOOOueRdbVPzM5ch5nvOGdcXPviyBB.SNCAsqCh1v2
UTxqgsEoD2qu41n49exH1Y.yeYeHZAsyrtwTJLlG1J7O5nZ4ZEuLJ7WsaXK2
T7GoZ8uqDEF+dRvwKPyCwXh6qDp6Jwd+ymQtDPxh9U3rNjpMOTBfD0YQ0rQp
rnCzk7hQOm.qXmwmlMycY93zsTERdWU2udIHPnL20XTuxMcfxE++VtqVYrO3
8g3n2WXjberKEhmzjdUFcTARzzors5RitfWs+T4vyGT1LIuMhBYyo8GdSFkS
fLcNgOseLUvwwXnBllApMeAsGMStTpfGmlIrrgqYzkhls44FsMiepR1YPodJ
8z454WJo51NYR0AMxNsGXnE99wX9oXY84KXipqd7A9B3oGUJUGOKGHny9qcP
05lphNg1FVBegiKE0VmC2H0pC1ian6AaRWsTT89MgOGjwmBYhG4QCzIkH5sk
HdTHyF.x4SfBYCvU15tGENGkHzSLCO0YKCCZzaC83hhtWBaX0Hi1+lLDjnSP
FCfDdHHMZMQFhlRlBjPCEoW6878P4a2dmnptc2.H1wI2pgDnr4vRoxuLFVVI
tS1s+DvBuxNTvXmHzT46pui4eA9nMZapnpQ1lMZk2r1t+G02Vw2HNX50WKaD
W0NpxpnU7lRyqcC7hBgxTnK8T6Z6+FKFmkljYk4hTZRNh3tK2YBacxKdV7ya
8tU1ye7fnnMVfjcksGFMNhfe6At5rIHx9OERRczJKKNl.TkQvXb7zSvuWIDe
.F5nDM18wcGNkk5n4TStevWaON+roGKAklBLCkhrjCbko43b5zyweJJK02e9
TjPwPfMigYXfpTaTuifsEoqzVlI+aaYr6cmn4HD6iH.6YdZ1+7LLS6G
-----------end_max5_patcher-----------
</code></pre>

Degrading Patch

<pre><code>
----------begin_max5_patcher----------
705.3oc6X10aZCCEF95vuhHe4DqJ9qDX2seGSUn.XXth3fbbXzUU9sO+QfUl
1RLyVz0QuIQ93C4094bL4EdZTBXd8dVCH8SoeIMI4oQII1Pl.IciS.Uk6Wro
rwlFPv9V87G.icSoX6U1vKYqkkKYGNNQcqZCSodbKy8vAM70hxMfz66RXaoZ
wW4h0yjrEJWN37r6xFmRwDysbj4JRe8zmguzpkV+OBOJzpZgRTVYkA7YIWqQ
2LMpG23BeLhnshKzKK6NA+hGPC+61LgFMOkqaOXSFZB97nQlKiCiTe3PJ7tP
vDASMjgflZtgy6CSnfwD5UBSaq2npWTJGriZ7kzaU.c8VY8AM70EZn3AMMuT
0ZxEWngmNcXnQdyBsUqT5Gr9TIX31GpkDTRejfdcIQVTIAWbHE4e2yk0G43F
onO5kGL8fWB8vwidbQJ4ORtd4SQF08U4Sr258bVw0kOGStobGa4L8BPunmUp
TR97Vky4PxILk.LyLaQcUES3fBvNgEvwCy3+NLm20FhmNLlmbqi4XXnqnynR
1v94vY2tF5fTWeIjNrgN76N5Nq4JOKyCCcu6n6LnglP8.Z+e6nqq8gPG1PG9
MuiNXrcz00GQxF1PG9VzQW267PtFq9sZft1dM9WvKFtqCBQ8.PSe8.jc8.1v
E+5+RlcOYheN0ZpakKNRfNijo+bWsj0nOPVp30hWji93YJL89eacwWcJ7TGT
f5j6gNDWNAqCzCcBkaDOzAEg8Cwy5Sn5f8o.gIwRInOJEZMB6SQBGipD1mxj
42pDtRXeThFKkf9nTv0IjO6IbLTJyWkBlddHDMR5.8PmPIm4ko90gGrRS7Uo
PemjWscQXGA8Tmy6EbVHJ2tcGS1zkrUBsEqGpklgEisC4B2P6+jAPx1wOlOw
FoTpsQozdnZkNuN6m3LWCppWxjhVdm8EsxOO5GPXSdVm
-----------end_max5_patcher-----------
</code></pre>
view raw Degrading Patch hosted with ❤ by GitHub

Visual Patch:

<pre><code>
----------begin_max5_patcher----------
750.3ocyXssbaBCE7Y7WACO153pK.F2ekNcxfcjSkKHwHDoNSl3u8JjvMwsf
rpEjgWhBGKyd1U6Q5H+xhfns7ij5nvuF9svffWVDDnC0FHn64fnx7i6Jxq0S
KhQ9Ee6gnklORRNJ0gqeZ+ovL.37GvajEDo74Jh4kGUSejkWDsz5+E98tudU
tb2OnrGuWP1IMuAX1JvxPDF1Njjpe.sB7muB8AchnRt6fImSiZ4yE5LH5bDV
SIkoRMMavuEzjv5nwsAecwh1+rzOY4.Utph+Sxov5JESDMk2UlKEzigvPzfZ
kUc.uQq.3zj1AnYXPkH1Qk.0qR.+XTB3soDH.Z05DmkB7bQJ97IKL1kJATrl
u3MZifUVmNWH8mN4CkQFOuY.sYUxvLNY1v3PvJ7fjdeAOWZeYFn4YW4tcuMZ
tPZQ3VJq91pm6HbBtkpw.qDF5HgASMg+hW95jMlJY7080PvbYM1OJCcmxalK
Lt9BWceGJi010LcaIwHaV2LGIErWRAtER0TtkHFtlT0+01b1i165vPPSsYh0
Zy0uoSh7RhjHtmvx2Z3JvGxiFuUz86kT1d9vNYJS1JL+6f0ioRiMMo1oRV71
wdYC9fZQEbiajm89NTWCs4VlMcksKWH4U7hSteElqqAvTsUH0ZAieGdO1EEN
zb5+6U2PlMDgFEIy5A6dUVfemVne6QET1ee+VcB1F+RApl2H1clncm9D9VN9
.oVIN4RJm8t4fLyo2k.WwI0AbTM0pJG8CmDGvAewb3hGTmaLnGaLAt8hp8gL
X5Qd.NC8B4V5ftBxYSAkcA30SAiQtn0IiP8BLwwBFuAxEJswTYNtZoSH2dgf
9f1O+S6MqtNziw9d572kMX8ciOniKifQ.mqU5k1eoGdxAF2uYAM4.q2Ye7so
tfLdRpMu3kZoz7R6jocj7ppmHh5tYqwP0Y1AtNuVuT+HkYdT+iSGIHOQOO+X
cjbgp+Jop4pFgoAoiYlekunRthgrFZGIUH+5heyZsAGc
-----------end_max5_patcher-----------
</code></pre>
view raw visual patch hosted with ❤ by GitHub