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 | |
} | |
] | |
} |