For our first longer term project, I created a patch which resulted in a more stylistic visual which reacted to midi and audio data from Ableton Live session information. Within the patch, gl objects are set to render and erase based of midi information from each instrument and are manipulate by the amplitude of the audio signal generated by each instrument. The end result is a set of shapes/objects, each assigned to their own instrument, which are turned on and off by that instrument and manipulated by its audio signal.
The patch automates the movement, transparency, and rotation of objects within the video window in direct proportion to the amplitude signal of each midi instrument in Live. For the shapes associate with the synth, I created an image in Adobe Illustrator which was then imported into Max and layered to create a new object. The drum kit uses clearly defined geometric shapes to contrast the more amorphous shape generated by the synth.

Midi Send Portions of the Patch

Synth Visual Portion of the Patch

Drum Visual Portion of the Patch
The patch itself, while it is rather large (and divided into a set of four patches within the Live session) is built on a series of smaller patches to execute a simple, but polished concept. My personal goal for this project was to become familiar with a set of techniques which I had not utilized in a previous project and familiarize myself with the Max for Live environment which operates with a unique set of limitations. I wanted to create a patch that generated a stylistic visual element which could be replicated for live performance which came across as a more polished visualization with smoother transitions than what I was able to achieve in previous projects.
Of these techniques, the ones I was most concerned about ended up being the easiest (ex. creating a unique shape/image in Adobe Illustrator and converting it into an .obj for use by jit.gl since I do not have a visual media background) and the ones I thought I should be able to complete easily proved more complicated when working in the Max for Live environment (ex. automating the transparency of different jit.gl objects and creating smooth movement across the video window).
I would like to experiment further with the automation to create a much more experimental version of the visual elements, but I am pleased with how this first version turned out.
Drum Visualization Patch
{ | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 512.0, 104.0, 640.0, 480.0 ], | |
"bglocked" : 0, | |
"openinpresentation" : 0, | |
"default_fontsize" : 12.0, | |
"default_fontface" : 0, | |
"default_fontname" : "Arial", | |
"gridonopen" : 1, | |
"gridsize" : [ 15.0, 15.0 ], | |
"gridsnaponopen" : 1, | |
"objectsnaponopen" : 1, | |
"statusbarvisible" : 2, | |
"toolbarvisible" : 1, | |
"lefttoolbarpinned" : 0, | |
"toptoolbarpinned" : 0, | |
"righttoolbarpinned" : 0, | |
"bottomtoolbarpinned" : 0, | |
"toolbars_unpinned_last_save" : 0, | |
"tallnewobj" : 0, | |
"boxanimatetime" : 200, | |
"enablehscroll" : 1, | |
"enablevscroll" : 1, | |
"devicewidth" : 0.0, | |
"description" : "", | |
"digest" : "", | |
"tags" : "", | |
"style" : "", | |
"subpatcher_template" : "", | |
"boxes" : [ { | |
"box" : { | |
"id" : "obj-19", | |
"linecount" : 2, | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1187.916626, 391.5, 123.0, 34.0 ], | |
"style" : "", | |
"text" : "Drum Visualization Patch" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-17", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1339.5, 513.0, 61.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-30", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 1059.75, 747.0, 57.0, 22.0 ], | |
"style" : "", | |
"text" : "select 27" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-29", | |
"linecount" : 2, | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1059.75, 814.0, 72.0, 20.0 ], | |
"style" : "", | |
"text" : "fullscreen $1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-20", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1059.75, 777.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-11", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 4, | |
"outlettype" : [ "int", "int", "int", "int" ], | |
"patching_rect" : [ 1059.75, 722.0, 50.5, 22.0 ], | |
"style" : "", | |
"text" : "key" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-45", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "erase" ], | |
"patching_rect" : [ 1736.0, 608.0, 56.0, 22.0 ], | |
"style" : "", | |
"text" : "t b erase" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-37", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 1736.0, 579.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-27", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 1222.5, 552.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-118", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1444.166626, 581.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0.5" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-114", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1498.666626, 591.685791, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-102", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 1498.666626, 540.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-98", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 1437.666626, 540.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-93", | |
"maxclass" : "number", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1549.0, 652.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-89", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 1573.666626, 587.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-87", | |
"maxclass" : "newobj", | |
"numinlets" : 5, | |
"numoutlets" : 4, | |
"outlettype" : [ "int", "", "", "int" ], | |
"patching_rect" : [ 1549.0, 621.0, 61.0, 22.0 ], | |
"style" : "", | |
"text" : "counter 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-70", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1573.666626, 552.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-67", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1573.666626, 521.0, 69.0, 22.0 ], | |
"style" : "", | |
"text" : "r synthmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-107", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 1664.5, 618.685791, 67.0, 22.0 ], | |
"style" : "", | |
"text" : "peakamp~" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-106", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 1125.0, 521.0, 67.0, 22.0 ], | |
"style" : "", | |
"text" : "peakamp~" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-105", | |
"maxclass" : "number", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1272.666626, 572.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-68", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 1398.5, 572.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 4" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-66", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 1339.5, 572.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-49", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1349.166626, 626.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-44", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1308.666626, 626.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-39", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1291.5, 713.0, 103.0, 22.0 ], | |
"style" : "", | |
"text" : "color $1 $2 $3 $4" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-34", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1305.5, 677.0, 83.0, 22.0 ], | |
"style" : "", | |
"text" : "pak 0. 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-32", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1437.666626, 626.0, 34.0, 22.0 ], | |
"style" : "", | |
"text" : "0.95" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-3", | |
"maxclass" : "newobj", | |
"numinlets" : 5, | |
"numoutlets" : 4, | |
"outlettype" : [ "int", "", "", "int" ], | |
"patching_rect" : [ 1339.5, 536.0, 61.0, 22.0 ], | |
"style" : "", | |
"text" : "counter 7" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-35", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1398.5, 626.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-31", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1395.666626, 677.0, 82.0, 22.0 ], | |
"style" : "", | |
"text" : "pak 0. 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-28", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1395.666626, 712.0, 143.0, 22.0 ], | |
"style" : "", | |
"text" : "erase_color $1 $2 $3 0.7" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-5", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1662.5, 521.0, 70.0, 22.0 ], | |
"style" : "", | |
"text" : "r snaremidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-12", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1662.5, 552.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-13", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1664.5, 677.0, 95.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. -4. 1." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-14", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1664.5, 702.0, 115.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-15", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 1663.5, 598.0, 65.0, 22.0 ], | |
"style" : "", | |
"text" : "qmetro 22" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-16", | |
"maxclass" : "flonum", | |
"maximum" : 1.0, | |
"minimum" : 0.0, | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1664.5, 649.685791, 61.0, 22.0 ], | |
"style" : "", | |
"triscale" : 0.9 | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-23", | |
"linecount" : 2, | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 1280.0, 820.0, 744.0, 36.0 ], | |
"style" : "", | |
"text" : "jit.gl.gridshape drumviz @shape cube @dim 50 50 @scale 0.5 @smooth_shading 1 @lighting_enable 1 @position -1 0 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-10", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1049.5, 521.0, 59.0, 22.0 ], | |
"style" : "", | |
"text" : "r kickmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-8", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1067.0, 552.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-76", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1119.5, 608.0, 101.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. -1.9 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-75", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1131.5, 647.0, 115.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-63", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 1056.5, 582.685791, 64.0, 22.0 ], | |
"style" : "", | |
"text" : "qmetro 22" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-97", | |
"maxclass" : "flonum", | |
"maximum" : 1.0, | |
"minimum" : 0.0, | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 1119.5, 582.685791, 61.0, 22.0 ], | |
"style" : "", | |
"triscale" : 0.9 | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-42", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 1059.75, 844.0, 171.0, 20.0 ], | |
"style" : "", | |
"text" : "jit.window drumviz @floating 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-41", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "erase" ], | |
"patching_rect" : [ 1056.5, 663.0, 57.0, 22.0 ], | |
"style" : "", | |
"text" : "t b erase" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-40", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 1053.0, 695.0, 114.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.render drumviz" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-36", | |
"linecount" : 2, | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 1280.0, 754.0, 753.0, 36.0 ], | |
"style" : "", | |
"text" : "jit.gl.gridshape drumviz @shape circle @dim 50 50 @scale 0.75 @smooth_shading 1 @lighting_enable 1 @position -1 0 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-25", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1150.0, 447.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "R", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-26", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1078.0, 447.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "L", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-24", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1150.0, 367.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "R", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-22", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1078.0, 366.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "L", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial", | |
"fontsize" : 10.0, | |
"hidden" : 1, | |
"id" : "obj-9", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1048.0, 505.0, 117.0, 18.0 ], | |
"style" : "", | |
"text" : "Device vertical limit" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-7", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1084.0, 466.0, 81.0, 19.0 ], | |
"style" : "", | |
"text" : "Audio to Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-6", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 1078.0, 346.0, 96.0, 19.0 ], | |
"style" : "", | |
"text" : "Audio from Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 1096.0, 447.0, 53.0, 20.0 ], | |
"style" : "", | |
"text" : "plugout~" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 1096.0, 367.0, 53.0, 20.0 ], | |
"style" : "", | |
"text" : "plugin~" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-106", 0 ], | |
"midpoints" : [ 1105.5, 434.0, 1063.0, 434.0, 1063.0, 491.0, 1134.5, 491.0 ], | |
"order" : 1, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-107", 0 ], | |
"midpoints" : [ 1105.5, 434.0, 1177.0, 434.0, 1177.0, 500.0, 1648.0, 500.0, 1648.0, 614.0, 1674.0, 614.0 ], | |
"order" : 0, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-2", 1 ], | |
"midpoints" : [ 1139.5, 389.0, 1139.5, 389.0 ], | |
"source" : [ "obj-1", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-2", 0 ], | |
"midpoints" : [ 1105.5, 389.0, 1105.5, 389.0 ], | |
"order" : 2, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 1059.0, 542.0, 1207.0, 542.0, 1207.0, 548.0, 1232.0, 548.0 ], | |
"order" : 0, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-8", 0 ], | |
"midpoints" : [ 1059.0, 548.0, 1076.5, 548.0 ], | |
"order" : 1, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-118", 0 ], | |
"midpoints" : [ 1508.166626, 575.0, 1453.666626, 575.0 ], | |
"source" : [ "obj-102", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-97", 0 ], | |
"midpoints" : [ 1134.5, 578.0, 1129.0, 578.0 ], | |
"source" : [ "obj-106", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-16", 0 ], | |
"midpoints" : [ 1674.0, 641.0, 1674.0, 641.0 ], | |
"source" : [ "obj-107", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-30", 0 ], | |
"midpoints" : [ 1069.25, 743.0, 1069.25, 743.0 ], | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 3 ], | |
"midpoints" : [ 1508.166626, 662.0, 1379.0, 662.0 ], | |
"source" : [ "obj-114", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 3 ], | |
"midpoints" : [ 1453.666626, 611.0, 1379.0, 611.0 ], | |
"source" : [ "obj-118", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 1672.0, 578.0, 1673.0, 578.0 ], | |
"order" : 1, | |
"source" : [ "obj-12", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-37", 0 ], | |
"midpoints" : [ 1672.0, 578.0, 1732.0, 578.0, 1732.0, 575.0, 1745.5, 575.0 ], | |
"order" : 0, | |
"source" : [ "obj-12", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-14", 3 ], | |
"midpoints" : [ 1674.0, 698.0, 1770.0, 698.0 ], | |
"source" : [ "obj-13", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-23", 0 ], | |
"midpoints" : [ 1674.0, 725.0, 1549.0, 725.0, 1549.0, 683.0, 1489.0, 683.0, 1489.0, 662.0, 1267.0, 662.0, 1267.0, 806.0, 1289.5, 806.0 ], | |
"source" : [ "obj-14", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-107", 0 ], | |
"midpoints" : [ 1673.0, 620.0, 1674.0, 620.0 ], | |
"order" : 0, | |
"source" : [ "obj-15", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-41", 0 ], | |
"midpoints" : [ 1673.0, 620.0, 1621.0, 620.0, 1621.0, 683.0, 1489.0, 683.0, 1489.0, 662.0, 1258.0, 662.0, 1258.0, 677.0, 1114.0, 677.0, 1114.0, 650.0, 1066.0, 650.0 ], | |
"order" : 1, | |
"source" : [ "obj-15", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 1674.0, 671.0, 1674.0, 671.0 ], | |
"source" : [ "obj-16", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-32", 0 ], | |
"midpoints" : [ 1349.0, 533.0, 1336.0, 533.0, 1336.0, 611.0, 1447.166626, 611.0 ], | |
"order" : 0, | |
"source" : [ "obj-17", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-49", 0 ], | |
"midpoints" : [ 1349.0, 533.0, 1336.0, 533.0, 1336.0, 611.0, 1358.666626, 611.0 ], | |
"order" : 1, | |
"source" : [ "obj-17", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-29", 0 ], | |
"midpoints" : [ 1069.25, 803.0, 1069.25, 803.0 ], | |
"source" : [ "obj-20", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 1232.0, 578.0, 1258.0, 578.0, 1258.0, 533.0, 1349.0, 533.0 ], | |
"source" : [ "obj-27", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-40", 0 ], | |
"midpoints" : [ 1405.166626, 734.0, 1177.0, 734.0, 1177.0, 680.0, 1114.0, 680.0, 1114.0, 686.0, 1062.5, 686.0 ], | |
"source" : [ "obj-28", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-42", 0 ], | |
"midpoints" : [ 1069.25, 836.0, 1069.25, 836.0 ], | |
"source" : [ "obj-29", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-105", 0 ], | |
"midpoints" : [ 1349.0, 557.0, 1282.166626, 557.0 ], | |
"order" : 2, | |
"source" : [ "obj-3", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-66", 0 ], | |
"midpoints" : [ 1349.0, 557.0, 1349.0, 557.0 ], | |
"order" : 1, | |
"source" : [ "obj-3", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-68", 0 ], | |
"midpoints" : [ 1349.0, 563.0, 1408.0, 563.0 ], | |
"order" : 0, | |
"source" : [ "obj-3", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-20", 0 ], | |
"midpoints" : [ 1069.25, 770.0, 1069.25, 770.0 ], | |
"source" : [ "obj-30", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-28", 0 ], | |
"midpoints" : [ 1405.166626, 698.0, 1405.166626, 698.0 ], | |
"source" : [ "obj-31", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 2 ], | |
"midpoints" : [ 1447.166626, 647.0, 1447.166626, 647.0 ], | |
"order" : 0, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 1 ], | |
"midpoints" : [ 1447.166626, 662.0, 1426.166626, 662.0 ], | |
"order" : 1, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 0 ], | |
"midpoints" : [ 1447.166626, 662.0, 1405.166626, 662.0 ], | |
"order" : 2, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-39", 0 ], | |
"midpoints" : [ 1315.0, 698.0, 1301.0, 698.0 ], | |
"source" : [ "obj-34", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 2 ], | |
"midpoints" : [ 1408.0, 662.0, 1447.166626, 662.0 ], | |
"order" : 0, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 1 ], | |
"midpoints" : [ 1408.0, 662.0, 1426.166626, 662.0 ], | |
"order" : 1, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 0 ], | |
"midpoints" : [ 1408.0, 671.0, 1405.166626, 671.0 ], | |
"order" : 2, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-45", 0 ], | |
"midpoints" : [ 1745.5, 605.0, 1745.5, 605.0 ], | |
"source" : [ "obj-37", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-23", 0 ], | |
"midpoints" : [ 1301.0, 734.0, 1267.0, 734.0, 1267.0, 806.0, 1289.5, 806.0 ], | |
"order" : 0, | |
"source" : [ "obj-39", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-36", 0 ], | |
"midpoints" : [ 1301.0, 734.0, 1289.5, 734.0 ], | |
"order" : 1, | |
"source" : [ "obj-39", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-40", 0 ], | |
"midpoints" : [ 1104.0, 686.0, 1062.5, 686.0 ], | |
"source" : [ "obj-41", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-40", 0 ], | |
"midpoints" : [ 1066.0, 686.0, 1062.5, 686.0 ], | |
"source" : [ "obj-41", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 2 ], | |
"midpoints" : [ 1318.166626, 662.0, 1357.666667, 662.0 ], | |
"order" : 0, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 1 ], | |
"midpoints" : [ 1318.166626, 662.0, 1336.333333, 662.0 ], | |
"order" : 1, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 0 ], | |
"midpoints" : [ 1318.166626, 671.0, 1315.0, 671.0 ], | |
"order" : 2, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-40", 0 ], | |
"midpoints" : [ 1782.5, 644.0, 1621.0, 644.0, 1621.0, 683.0, 1489.0, 683.0, 1489.0, 662.0, 1258.0, 662.0, 1258.0, 680.0, 1114.0, 680.0, 1114.0, 686.0, 1062.5, 686.0 ], | |
"source" : [ "obj-45", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 2 ], | |
"midpoints" : [ 1358.666626, 647.0, 1357.666667, 647.0 ], | |
"order" : 0, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 1 ], | |
"midpoints" : [ 1358.666626, 662.0, 1336.333333, 662.0 ], | |
"order" : 1, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 0 ], | |
"midpoints" : [ 1358.666626, 662.0, 1315.0, 662.0 ], | |
"order" : 2, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-12", 0 ], | |
"midpoints" : [ 1672.0, 542.0, 1672.0, 542.0 ], | |
"source" : [ "obj-5", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-106", 0 ], | |
"midpoints" : [ 1066.0, 605.0, 1192.0, 605.0, 1192.0, 551.0, 1204.0, 551.0, 1204.0, 500.0, 1134.5, 500.0 ], | |
"order" : 0, | |
"source" : [ "obj-63", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-41", 0 ], | |
"midpoints" : [ 1066.0, 605.0, 1066.0, 605.0 ], | |
"order" : 1, | |
"source" : [ "obj-63", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-32", 0 ], | |
"midpoints" : [ 1349.0, 611.0, 1447.166626, 611.0 ], | |
"order" : 0, | |
"source" : [ "obj-66", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-44", 0 ], | |
"midpoints" : [ 1349.0, 611.0, 1318.166626, 611.0 ], | |
"order" : 1, | |
"source" : [ "obj-66", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-70", 0 ], | |
"midpoints" : [ 1583.166626, 542.0, 1583.166626, 542.0 ], | |
"source" : [ "obj-67", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-35", 0 ], | |
"midpoints" : [ 1408.0, 593.0, 1408.0, 593.0 ], | |
"order" : 0, | |
"source" : [ "obj-68", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-49", 0 ], | |
"midpoints" : [ 1408.0, 611.0, 1358.666626, 611.0 ], | |
"order" : 1, | |
"source" : [ "obj-68", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-89", 0 ], | |
"midpoints" : [ 1583.166626, 578.0, 1583.166626, 578.0 ], | |
"source" : [ "obj-70", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-36", 0 ], | |
"midpoints" : [ 1141.0, 680.0, 1276.0, 680.0, 1276.0, 746.0, 1289.5, 746.0 ], | |
"source" : [ "obj-75", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-75", 2 ], | |
"midpoints" : [ 1129.0, 641.0, 1205.0, 641.0 ], | |
"source" : [ "obj-76", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-63", 0 ], | |
"midpoints" : [ 1076.5, 578.0, 1066.0, 578.0 ], | |
"source" : [ "obj-8", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-93", 0 ], | |
"midpoints" : [ 1558.5, 644.0, 1558.5, 644.0 ], | |
"source" : [ "obj-87", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-87", 0 ], | |
"midpoints" : [ 1583.166626, 614.0, 1558.5, 614.0 ], | |
"source" : [ "obj-89", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-102", 0 ], | |
"midpoints" : [ 1558.5, 674.0, 1489.0, 674.0, 1489.0, 623.0, 1483.0, 623.0, 1483.0, 536.0, 1508.166626, 536.0 ], | |
"order" : 0, | |
"source" : [ "obj-93", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-98", 0 ], | |
"midpoints" : [ 1558.5, 674.0, 1489.0, 674.0, 1489.0, 623.0, 1483.0, 623.0, 1483.0, 527.0, 1447.166626, 527.0 ], | |
"order" : 1, | |
"source" : [ "obj-93", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-76", 0 ], | |
"midpoints" : [ 1129.0, 605.0, 1129.0, 605.0 ], | |
"source" : [ "obj-97", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-114", 0 ], | |
"midpoints" : [ 1447.166626, 563.0, 1483.0, 563.0, 1483.0, 578.0, 1508.166626, 578.0 ], | |
"source" : [ "obj-98", 0 ] | |
} | |
} | |
], | |
"dependency_cache" : [ ], | |
"autosave" : 0, | |
"styles" : [ { | |
"name" : "newobjBrown-1", | |
"default" : { | |
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
, { | |
"name" : "newobjYellow-1", | |
"default" : { | |
"fontsize" : [ 12.059008 ], | |
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
] | |
} | |
} |
Synth Visualization Patch
{ | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 663.0, 85.0, 640.0, 480.0 ], | |
"bglocked" : 0, | |
"openinpresentation" : 0, | |
"default_fontsize" : 12.0, | |
"default_fontface" : 0, | |
"default_fontname" : "Arial", | |
"gridonopen" : 1, | |
"gridsize" : [ 15.0, 15.0 ], | |
"gridsnaponopen" : 1, | |
"objectsnaponopen" : 1, | |
"statusbarvisible" : 2, | |
"toolbarvisible" : 1, | |
"lefttoolbarpinned" : 0, | |
"toptoolbarpinned" : 0, | |
"righttoolbarpinned" : 0, | |
"bottomtoolbarpinned" : 0, | |
"toolbars_unpinned_last_save" : 0, | |
"tallnewobj" : 0, | |
"boxanimatetime" : 200, | |
"enablehscroll" : 1, | |
"enablevscroll" : 1, | |
"devicewidth" : 0.0, | |
"description" : "", | |
"digest" : "", | |
"tags" : "", | |
"style" : "", | |
"subpatcher_template" : "", | |
"boxes" : [ { | |
"box" : { | |
"id" : "obj-30", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 431.0, 160.666672, 150.0, 20.0 ], | |
"style" : "", | |
"text" : "Synth Visualization Patch" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-36", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 208.0, 318.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-118", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 305.166687, 396.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0.5" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-114", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 551.166626, 420.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-102", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 551.166626, 389.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-98", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 305.166687, 365.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-93", | |
"maxclass" : "number", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 404.5, 421.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-89", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 429.166687, 356.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-87", | |
"maxclass" : "newobj", | |
"numinlets" : 5, | |
"numoutlets" : 4, | |
"outlettype" : [ "int", "", "", "int" ], | |
"patching_rect" : [ 404.5, 390.0, 61.0, 22.0 ], | |
"style" : "", | |
"text" : "counter 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-78", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 477.0, 519.0, 115.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.render drumviz" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-77", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "erase" ], | |
"patching_rect" : [ 477.0, 485.0, 57.0, 22.0 ], | |
"style" : "", | |
"text" : "t b erase" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-74", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 477.0, 449.5, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-72", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 477.0, 421.0, 67.0, 22.0 ], | |
"style" : "", | |
"text" : "peakamp~" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-71", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 477.0, 390.0, 65.0, 22.0 ], | |
"style" : "", | |
"text" : "qmetro 22" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-70", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 477.0, 356.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-67", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 477.0, 321.0, 69.0, 22.0 ], | |
"style" : "", | |
"text" : "r synthmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-64", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1369.0, 385.0, 97.0, 22.0 ], | |
"style" : "", | |
"text" : "color $1 $2 $3 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-60", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1250.0, 385.0, 107.0, 22.0 ], | |
"style" : "", | |
"text" : "color $1 $2 $3 0.5" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-111", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1103.0, 616.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-110", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1105.0, 429.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-109", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1103.0, 385.0, 132.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. -0.02 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-108", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 895.0, 303.0, 99.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. 0.5 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-3", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 1105.0, 575.0, 481.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-5", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 1103.0, 704.0, 475.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-8", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1103.0, 644.0, 114.0, 22.0 ], | |
"style" : "", | |
"text" : "read flipsynthy2.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-103", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1105.0, 466.0, 114.0, 22.0 ], | |
"style" : "", | |
"text" : "read flipsynthy1.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-101", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 958.0, 389.0, 132.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. -0.02 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-100", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 598.0, 463.0, 122.0, 22.0 ], | |
"style" : "", | |
"text" : "read mirrorsynthy.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-99", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 602.0, 656.0, 127.0, 20.0 ], | |
"style" : "", | |
"text" : "read whitesynthy3.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-96", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 821.0, 650.0, 127.0, 22.0 ], | |
"style" : "", | |
"text" : "read whitesynthy3.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-10", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 786.0, 303.0, 92.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. 1. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-83", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 817.0, 389.0, 128.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. 0.02 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-11", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 705.5, 389.0, 98.0, 22.0 ], | |
"style" : "", | |
"text" : "rotate $1 0. 0. 1." | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-61", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 705.5, 337.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-59", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"patching_rect" : [ 705.5, 314.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "* -1" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-57", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 593.0, 337.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-12", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 821.0, 616.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-13", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 821.0, 680.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-17", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 602.0, 616.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-19", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 602.0, 704.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-18", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 817.0, 417.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-14", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 817.0, 448.0, 122.0, 22.0 ], | |
"style" : "", | |
"text" : "read mirrorsynthy.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-15", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 817.0, 534.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-16", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 598.0, 417.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-20", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 593.0, 372.0, 98.0, 22.0 ], | |
"style" : "", | |
"text" : "rotate $1 0. 0. 1." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-27", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 613.0, 575.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-29", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 593.0, 303.0, 103.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. 0. 500." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-105", | |
"maxclass" : "number", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 149.166687, 397.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-68", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 266.0, 397.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 4" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-66", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 207.0, 397.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-49", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 216.666687, 451.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-44", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 177.166687, 451.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-34", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 173.0, 502.0, 83.0, 22.0 ], | |
"style" : "", | |
"text" : "pak 0. 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-32", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 336.166687, 449.5, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-21", | |
"maxclass" : "newobj", | |
"numinlets" : 5, | |
"numoutlets" : 4, | |
"outlettype" : [ "int", "", "", "int" ], | |
"patching_rect" : [ 207.0, 361.0, 61.0, 22.0 ], | |
"style" : "", | |
"text" : "counter 7" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-35", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 266.0, 451.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-31", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 263.166687, 502.0, 82.0, 22.0 ], | |
"style" : "", | |
"text" : "pak 0. 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-28", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 263.166687, 537.0, 143.0, 22.0 ], | |
"style" : "", | |
"text" : "erase_color $1 $2 $3 0.7" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-23", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 208.0, 290.0, 59.0, 22.0 ], | |
"style" : "", | |
"text" : "r kickmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-40", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 263.166687, 581.0, 114.0, 20.0 ], | |
"style" : "", | |
"text" : "jit.gl.render drumviz" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-25", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 245.0, 206.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "R", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-26", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 173.0, 206.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "L", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-24", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 245.0, 126.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "R", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-22", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 173.0, 125.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "L", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial", | |
"fontsize" : 10.0, | |
"hidden" : 1, | |
"id" : "obj-9", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 143.0, 264.0, 117.0, 18.0 ], | |
"style" : "", | |
"text" : "Device vertical limit" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-7", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 179.0, 225.0, 81.0, 19.0 ], | |
"style" : "", | |
"text" : "Audio to Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-6", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 173.0, 105.0, 96.0, 19.0 ], | |
"style" : "", | |
"text" : "Audio from Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 191.0, 206.0, 53.0, 20.0 ], | |
"style" : "", | |
"text" : "plugout~" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 191.0, 126.0, 53.0, 20.0 ], | |
"style" : "", | |
"text" : "plugin~" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-2", 1 ], | |
"midpoints" : [ 234.5, 148.0, 234.5, 148.0 ], | |
"source" : [ "obj-1", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-2", 0 ], | |
"midpoints" : [ 200.5, 148.0, 200.5, 148.0 ], | |
"order" : 1, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-72", 0 ], | |
"midpoints" : [ 200.5, 193.0, 272.0, 193.0, 272.0, 277.0, 464.0, 277.0, 464.0, 385.0, 473.0, 385.0, 473.0, 412.0, 486.5, 412.0 ], | |
"order" : 0, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-101", 3 ], | |
"midpoints" : [ 795.5, 376.0, 1080.5, 376.0 ], | |
"order" : 0, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-83", 3 ], | |
"midpoints" : [ 795.5, 376.0, 935.5, 376.0 ], | |
"order" : 1, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 607.5, 562.0, 622.5, 562.0 ], | |
"source" : [ "obj-100", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 967.5, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ], | |
"order" : 1, | |
"source" : [ "obj-101", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 967.5, 520.0, 622.5, 520.0 ], | |
"order" : 0, | |
"source" : [ "obj-101", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-114", 0 ], | |
"midpoints" : [ 560.666626, 412.0, 560.666626, 412.0 ], | |
"source" : [ "obj-102", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 1114.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ], | |
"source" : [ "obj-103", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-109", 3 ], | |
"midpoints" : [ 904.5, 370.0, 1225.5, 370.0 ], | |
"source" : [ "obj-108", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 1112.5, 415.0, 1304.0, 415.0, 1304.0, 568.0, 1114.5, 568.0 ], | |
"order" : 0, | |
"source" : [ "obj-109", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 1112.5, 415.0, 1598.0, 415.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ], | |
"order" : 1, | |
"source" : [ "obj-109", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 715.0, 448.0, 803.0, 448.0, 803.0, 520.0, 826.5, 520.0 ], | |
"order" : 1, | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 622.5, 562.0 ], | |
"order" : 2, | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 587.0, 562.0, 587.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ], | |
"order" : 0, | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-103", 0 ], | |
"midpoints" : [ 1114.5, 451.0, 1114.5, 451.0 ], | |
"source" : [ "obj-110", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-8", 0 ], | |
"midpoints" : [ 1112.5, 637.0, 1112.5, 637.0 ], | |
"source" : [ "obj-111", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 3 ], | |
"midpoints" : [ 560.666626, 472.0, 305.0, 472.0, 305.0, 487.0, 246.5, 487.0 ], | |
"source" : [ "obj-114", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 3 ], | |
"midpoints" : [ 314.666687, 487.0, 246.5, 487.0 ], | |
"source" : [ "obj-118", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-96", 0 ], | |
"midpoints" : [ 830.5, 637.0, 830.5, 637.0 ], | |
"source" : [ "obj-12", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 826.5, 469.0, 826.5, 469.0 ], | |
"source" : [ "obj-14", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-100", 0 ], | |
"midpoints" : [ 607.5, 439.0, 607.5, 439.0 ], | |
"source" : [ "obj-16", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-99", 0 ], | |
"midpoints" : [ 611.5, 637.0, 611.5, 637.0 ], | |
"source" : [ "obj-17", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-14", 0 ], | |
"midpoints" : [ 826.5, 439.0, 826.5, 439.0 ], | |
"source" : [ "obj-18", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ], | |
"order" : 1, | |
"source" : [ "obj-20", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ], | |
"order" : 2, | |
"source" : [ "obj-20", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 602.5, 403.0, 692.0, 403.0, 692.0, 448.0, 803.0, 448.0, 803.0, 571.0, 1114.5, 571.0 ], | |
"order" : 0, | |
"source" : [ "obj-20", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-105", 0 ], | |
"midpoints" : [ 216.5, 382.0, 158.666687, 382.0 ], | |
"order" : 2, | |
"source" : [ "obj-21", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-66", 0 ], | |
"midpoints" : [ 216.5, 382.0, 216.5, 382.0 ], | |
"order" : 1, | |
"source" : [ "obj-21", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-68", 0 ], | |
"midpoints" : [ 216.5, 388.0, 275.5, 388.0 ], | |
"order" : 0, | |
"source" : [ "obj-21", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-36", 0 ], | |
"midpoints" : [ 217.5, 313.0, 217.5, 313.0 ], | |
"source" : [ "obj-23", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-40", 0 ], | |
"midpoints" : [ 272.666687, 559.0, 272.666687, 559.0 ], | |
"source" : [ "obj-28", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-57", 0 ], | |
"midpoints" : [ 602.5, 325.0, 602.5, 325.0 ], | |
"order" : 1, | |
"source" : [ "obj-29", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-59", 0 ], | |
"midpoints" : [ 602.5, 325.0, 590.0, 325.0, 590.0, 289.0, 715.0, 289.0 ], | |
"order" : 0, | |
"source" : [ "obj-29", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-28", 0 ], | |
"midpoints" : [ 272.666687, 523.0, 272.666687, 523.0 ], | |
"source" : [ "obj-31", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 2 ], | |
"midpoints" : [ 345.666687, 487.0, 314.666687, 487.0 ], | |
"order" : 0, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 1 ], | |
"midpoints" : [ 345.666687, 487.0, 293.666687, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 0 ], | |
"midpoints" : [ 345.666687, 487.0, 272.666687, 487.0 ], | |
"order" : 2, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-60", 0 ], | |
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1259.5, 370.0 ], | |
"order" : 1, | |
"source" : [ "obj-34", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-64", 0 ], | |
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1378.5, 370.0 ], | |
"order" : 0, | |
"source" : [ "obj-34", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 2 ], | |
"midpoints" : [ 275.5, 487.0, 314.666687, 487.0 ], | |
"order" : 0, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 1 ], | |
"midpoints" : [ 275.5, 487.0, 293.666687, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 0 ], | |
"midpoints" : [ 275.5, 496.0, 272.666687, 496.0 ], | |
"order" : 2, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-21", 0 ], | |
"midpoints" : [ 217.5, 343.0, 216.5, 343.0 ], | |
"source" : [ "obj-36", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 2 ], | |
"midpoints" : [ 186.666687, 487.0, 225.166667, 487.0 ], | |
"order" : 0, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 1 ], | |
"midpoints" : [ 186.666687, 487.0, 203.833333, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 0 ], | |
"midpoints" : [ 186.666687, 496.0, 182.5, 496.0 ], | |
"order" : 2, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 2 ], | |
"midpoints" : [ 226.166687, 472.0, 225.166667, 472.0 ], | |
"order" : 0, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 1 ], | |
"midpoints" : [ 226.166687, 487.0, 203.833333, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 0 ], | |
"midpoints" : [ 226.166687, 487.0, 182.5, 487.0 ], | |
"order" : 2, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-20", 0 ], | |
"midpoints" : [ 602.5, 358.0, 602.5, 358.0 ], | |
"source" : [ "obj-57", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-61", 0 ], | |
"midpoints" : [ 715.0, 337.0, 715.0, 337.0 ], | |
"source" : [ "obj-59", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ], | |
"order" : 3, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 622.5, 520.0 ], | |
"order" : 2, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 1259.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ], | |
"order" : 0, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 1259.5, 520.0, 1598.0, 520.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ], | |
"order" : 1, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-11", 0 ], | |
"midpoints" : [ 715.0, 358.0, 715.0, 358.0 ], | |
"source" : [ "obj-61", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 1378.5, 562.0, 1091.0, 562.0, 1091.0, 607.0, 959.0, 607.0, 959.0, 676.0, 830.5, 676.0 ], | |
"order" : 0, | |
"source" : [ "obj-64", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 1378.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 826.5, 520.0 ], | |
"order" : 1, | |
"source" : [ "obj-64", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-32", 0 ], | |
"midpoints" : [ 216.5, 433.0, 345.666687, 433.0 ], | |
"order" : 0, | |
"source" : [ "obj-66", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-44", 0 ], | |
"midpoints" : [ 216.5, 436.0, 186.666687, 436.0 ], | |
"order" : 1, | |
"source" : [ "obj-66", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-70", 0 ], | |
"midpoints" : [ 486.5, 343.0, 486.5, 343.0 ], | |
"source" : [ "obj-67", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-35", 0 ], | |
"midpoints" : [ 275.5, 418.0, 275.5, 418.0 ], | |
"order" : 0, | |
"source" : [ "obj-68", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-49", 0 ], | |
"midpoints" : [ 275.5, 436.0, 226.166687, 436.0 ], | |
"order" : 1, | |
"source" : [ "obj-68", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-71", 0 ], | |
"midpoints" : [ 486.5, 382.0, 486.5, 382.0 ], | |
"order" : 0, | |
"source" : [ "obj-70", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-89", 0 ], | |
"midpoints" : [ 486.5, 382.0, 464.0, 382.0, 464.0, 352.0, 438.666687, 352.0 ], | |
"order" : 1, | |
"source" : [ "obj-70", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-72", 0 ], | |
"midpoints" : [ 486.5, 412.0, 486.5, 412.0 ], | |
"source" : [ "obj-71", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-74", 0 ], | |
"midpoints" : [ 486.5, 442.0, 486.5, 442.0 ], | |
"source" : [ "obj-72", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-10", 0 ], | |
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 298.0, 795.5, 298.0 ], | |
"order" : 1, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-108", 0 ], | |
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 289.0, 904.5, 289.0 ], | |
"order" : 0, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-29", 0 ], | |
"midpoints" : [ 486.5, 472.0, 548.0, 472.0, 548.0, 352.0, 578.0, 352.0, 578.0, 298.0, 602.5, 298.0 ], | |
"order" : 2, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-77", 0 ], | |
"midpoints" : [ 486.5, 472.0, 486.5, 472.0 ], | |
"order" : 3, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-78", 0 ], | |
"midpoints" : [ 524.5, 508.0, 488.0, 508.0, 488.0, 514.0, 486.5, 514.0 ], | |
"source" : [ "obj-77", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-78", 0 ], | |
"midpoints" : [ 486.5, 508.0, 486.5, 508.0 ], | |
"source" : [ "obj-77", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 1112.5, 667.0, 1298.0, 667.0, 1298.0, 700.0, 1112.5, 700.0 ], | |
"source" : [ "obj-8", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 562.0, 587.0, 562.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ], | |
"order" : 0, | |
"source" : [ "obj-83", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 520.0, 826.5, 520.0 ], | |
"order" : 1, | |
"source" : [ "obj-83", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-93", 0 ], | |
"midpoints" : [ 414.0, 412.0, 414.0, 412.0 ], | |
"source" : [ "obj-87", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-87", 0 ], | |
"midpoints" : [ 438.666687, 382.0, 414.0, 382.0 ], | |
"source" : [ "obj-89", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-102", 0 ], | |
"midpoints" : [ 414.0, 451.0, 464.0, 451.0, 464.0, 412.0, 548.0, 412.0, 548.0, 385.0, 560.666626, 385.0 ], | |
"order" : 0, | |
"source" : [ "obj-93", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-98", 0 ], | |
"midpoints" : [ 414.0, 442.0, 377.0, 442.0, 377.0, 352.0, 314.666687, 352.0 ], | |
"order" : 1, | |
"source" : [ "obj-93", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 830.5, 673.0, 830.5, 673.0 ], | |
"source" : [ "obj-96", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-118", 0 ], | |
"midpoints" : [ 314.666687, 388.0, 314.666687, 388.0 ], | |
"source" : [ "obj-98", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 611.5, 679.0, 611.5, 679.0 ], | |
"source" : [ "obj-99", 0 ] | |
} | |
} | |
], | |
"dependency_cache" : [ ], | |
"autosave" : 0, | |
"styles" : [ { | |
"name" : "newobjBrown-1", | |
"default" : { | |
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
, { | |
"name" : "newobjYellow-1", | |
"default" : { | |
"fontsize" : [ 12.059008 ], | |
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
] | |
} | |
} |
{ | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 663.0, 85.0, 640.0, 480.0 ], | |
"bglocked" : 0, | |
"openinpresentation" : 0, | |
"default_fontsize" : 12.0, | |
"default_fontface" : 0, | |
"default_fontname" : "Arial", | |
"gridonopen" : 1, | |
"gridsize" : [ 15.0, 15.0 ], | |
"gridsnaponopen" : 1, | |
"objectsnaponopen" : 1, | |
"statusbarvisible" : 2, | |
"toolbarvisible" : 1, | |
"lefttoolbarpinned" : 0, | |
"toptoolbarpinned" : 0, | |
"righttoolbarpinned" : 0, | |
"bottomtoolbarpinned" : 0, | |
"toolbars_unpinned_last_save" : 0, | |
"tallnewobj" : 0, | |
"boxanimatetime" : 200, | |
"enablehscroll" : 1, | |
"enablevscroll" : 1, | |
"devicewidth" : 0.0, | |
"description" : "", | |
"digest" : "", | |
"tags" : "", | |
"style" : "", | |
"subpatcher_template" : "", | |
"boxes" : [ { | |
"box" : { | |
"id" : "obj-30", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 431.0, 160.666672, 150.0, 20.0 ], | |
"style" : "", | |
"text" : "Synth Visualization Patch" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-36", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 208.0, 318.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-118", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 305.166687, 396.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0.5" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-114", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 551.166626, 420.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-102", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 551.166626, 389.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-98", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 305.166687, 365.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-93", | |
"maxclass" : "number", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 404.5, 421.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-89", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 429.166687, 356.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-87", | |
"maxclass" : "newobj", | |
"numinlets" : 5, | |
"numoutlets" : 4, | |
"outlettype" : [ "int", "", "", "int" ], | |
"patching_rect" : [ 404.5, 390.0, 61.0, 22.0 ], | |
"style" : "", | |
"text" : "counter 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-78", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 477.0, 519.0, 115.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.render drumviz" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-77", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "erase" ], | |
"patching_rect" : [ 477.0, 485.0, 57.0, 22.0 ], | |
"style" : "", | |
"text" : "t b erase" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-74", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 477.0, 449.5, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-72", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 477.0, 421.0, 67.0, 22.0 ], | |
"style" : "", | |
"text" : "peakamp~" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-71", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 477.0, 390.0, 65.0, 22.0 ], | |
"style" : "", | |
"text" : "qmetro 22" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-70", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 477.0, 356.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-67", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 477.0, 321.0, 69.0, 22.0 ], | |
"style" : "", | |
"text" : "r synthmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-64", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1369.0, 385.0, 97.0, 22.0 ], | |
"style" : "", | |
"text" : "color $1 $2 $3 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-60", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1250.0, 385.0, 107.0, 22.0 ], | |
"style" : "", | |
"text" : "color $1 $2 $3 0.5" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-111", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1103.0, 616.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-110", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1105.0, 429.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-109", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1103.0, 385.0, 132.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. -0.02 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-108", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 895.0, 303.0, 99.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. 0.5 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-3", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 1105.0, 575.0, 481.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-5", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 1103.0, 704.0, 475.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-8", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1103.0, 644.0, 114.0, 22.0 ], | |
"style" : "", | |
"text" : "read flipsynthy2.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-103", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 1105.0, 466.0, 114.0, 22.0 ], | |
"style" : "", | |
"text" : "read flipsynthy1.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-101", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 958.0, 389.0, 132.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. -0.02 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-100", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 598.0, 463.0, 122.0, 22.0 ], | |
"style" : "", | |
"text" : "read mirrorsynthy.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-99", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 602.0, 656.0, 127.0, 20.0 ], | |
"style" : "", | |
"text" : "read whitesynthy3.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-96", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 821.0, 650.0, 127.0, 22.0 ], | |
"style" : "", | |
"text" : "read whitesynthy3.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-10", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 786.0, 303.0, 92.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. 1. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-83", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 817.0, 389.0, 128.0, 22.0 ], | |
"style" : "", | |
"text" : "pak position 0. 0.02 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-11", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 705.5, 389.0, 98.0, 22.0 ], | |
"style" : "", | |
"text" : "rotate $1 0. 0. 1." | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-61", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 705.5, 337.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-59", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"patching_rect" : [ 705.5, 314.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "* -1" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-57", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 593.0, 337.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-12", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 821.0, 616.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-13", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 821.0, 680.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-17", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 602.0, 616.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-19", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 602.0, 704.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-18", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 817.0, 417.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-14", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 817.0, 448.0, 122.0, 22.0 ], | |
"style" : "", | |
"text" : "read mirrorsynthy.obj" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-15", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 817.0, 534.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-16", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 598.0, 417.0, 62.0, 22.0 ], | |
"style" : "", | |
"text" : "loadmess" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-20", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 593.0, 372.0, 98.0, 22.0 ], | |
"style" : "", | |
"text" : "rotate $1 0. 0. 1." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-27", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 613.0, 575.0, 477.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.model drumviz @scale 0.4 @material_mode 0 @blend_enable 1 @depth_enable 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-29", | |
"maxclass" : "newobj", | |
"numinlets" : 6, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 593.0, 303.0, 103.0, 22.0 ], | |
"style" : "", | |
"text" : "scale 0. 1. 0. 500." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-105", | |
"maxclass" : "number", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 149.166687, 397.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-68", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 266.0, 397.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 4" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-66", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 207.0, 397.0, 36.0, 22.0 ], | |
"style" : "", | |
"text" : "sel 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-49", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 216.666687, 451.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-44", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 177.166687, 451.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-34", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 173.0, 502.0, 83.0, 22.0 ], | |
"style" : "", | |
"text" : "pak 0. 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-32", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 336.166687, 449.5, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-21", | |
"maxclass" : "newobj", | |
"numinlets" : 5, | |
"numoutlets" : 4, | |
"outlettype" : [ "int", "", "", "int" ], | |
"patching_rect" : [ 207.0, 361.0, 61.0, 22.0 ], | |
"style" : "", | |
"text" : "counter 7" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-35", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 266.0, 451.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-31", | |
"maxclass" : "newobj", | |
"numinlets" : 4, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 263.166687, 502.0, 82.0, 22.0 ], | |
"style" : "", | |
"text" : "pak 0. 0. 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-28", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 263.166687, 537.0, 143.0, 22.0 ], | |
"style" : "", | |
"text" : "erase_color $1 $2 $3 0.7" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-23", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 208.0, 290.0, 59.0, 22.0 ], | |
"style" : "", | |
"text" : "r kickmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-40", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 263.166687, 581.0, 114.0, 20.0 ], | |
"style" : "", | |
"text" : "jit.gl.render drumviz" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-25", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 245.0, 206.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "R", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-26", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 173.0, 206.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "L", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-24", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 245.0, 126.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "R", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 10.0, | |
"id" : "obj-22", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 173.0, 125.0, 17.0, 18.0 ], | |
"style" : "", | |
"text" : "L", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial", | |
"fontsize" : 10.0, | |
"hidden" : 1, | |
"id" : "obj-9", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 143.0, 264.0, 117.0, 18.0 ], | |
"style" : "", | |
"text" : "Device vertical limit" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-7", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 179.0, 225.0, 81.0, 19.0 ], | |
"style" : "", | |
"text" : "Audio to Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-6", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 173.0, 105.0, 96.0, 19.0 ], | |
"style" : "", | |
"text" : "Audio from Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 191.0, 206.0, 53.0, 20.0 ], | |
"style" : "", | |
"text" : "plugout~" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 191.0, 126.0, 53.0, 20.0 ], | |
"style" : "", | |
"text" : "plugin~" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-2", 1 ], | |
"midpoints" : [ 234.5, 148.0, 234.5, 148.0 ], | |
"source" : [ "obj-1", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-2", 0 ], | |
"midpoints" : [ 200.5, 148.0, 200.5, 148.0 ], | |
"order" : 1, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-72", 0 ], | |
"midpoints" : [ 200.5, 193.0, 272.0, 193.0, 272.0, 277.0, 464.0, 277.0, 464.0, 385.0, 473.0, 385.0, 473.0, 412.0, 486.5, 412.0 ], | |
"order" : 0, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-101", 3 ], | |
"midpoints" : [ 795.5, 376.0, 1080.5, 376.0 ], | |
"order" : 0, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-83", 3 ], | |
"midpoints" : [ 795.5, 376.0, 935.5, 376.0 ], | |
"order" : 1, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 607.5, 562.0, 622.5, 562.0 ], | |
"source" : [ "obj-100", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 967.5, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ], | |
"order" : 1, | |
"source" : [ "obj-101", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 967.5, 520.0, 622.5, 520.0 ], | |
"order" : 0, | |
"source" : [ "obj-101", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-114", 0 ], | |
"midpoints" : [ 560.666626, 412.0, 560.666626, 412.0 ], | |
"source" : [ "obj-102", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 1114.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ], | |
"source" : [ "obj-103", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-109", 3 ], | |
"midpoints" : [ 904.5, 370.0, 1225.5, 370.0 ], | |
"source" : [ "obj-108", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 1112.5, 415.0, 1304.0, 415.0, 1304.0, 568.0, 1114.5, 568.0 ], | |
"order" : 0, | |
"source" : [ "obj-109", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 1112.5, 415.0, 1598.0, 415.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ], | |
"order" : 1, | |
"source" : [ "obj-109", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 715.0, 448.0, 803.0, 448.0, 803.0, 520.0, 826.5, 520.0 ], | |
"order" : 1, | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 622.5, 562.0 ], | |
"order" : 2, | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 715.0, 448.0, 731.0, 448.0, 731.0, 562.0, 587.0, 562.0, 587.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ], | |
"order" : 0, | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-103", 0 ], | |
"midpoints" : [ 1114.5, 451.0, 1114.5, 451.0 ], | |
"source" : [ "obj-110", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-8", 0 ], | |
"midpoints" : [ 1112.5, 637.0, 1112.5, 637.0 ], | |
"source" : [ "obj-111", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 3 ], | |
"midpoints" : [ 560.666626, 472.0, 305.0, 472.0, 305.0, 487.0, 246.5, 487.0 ], | |
"source" : [ "obj-114", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 3 ], | |
"midpoints" : [ 314.666687, 487.0, 246.5, 487.0 ], | |
"source" : [ "obj-118", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-96", 0 ], | |
"midpoints" : [ 830.5, 637.0, 830.5, 637.0 ], | |
"source" : [ "obj-12", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 826.5, 469.0, 826.5, 469.0 ], | |
"source" : [ "obj-14", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-100", 0 ], | |
"midpoints" : [ 607.5, 439.0, 607.5, 439.0 ], | |
"source" : [ "obj-16", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-99", 0 ], | |
"midpoints" : [ 611.5, 637.0, 611.5, 637.0 ], | |
"source" : [ "obj-17", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-14", 0 ], | |
"midpoints" : [ 826.5, 439.0, 826.5, 439.0 ], | |
"source" : [ "obj-18", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ], | |
"order" : 1, | |
"source" : [ "obj-20", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 602.5, 412.0, 593.0, 412.0, 593.0, 448.0, 584.0, 448.0, 584.0, 505.0, 602.0, 505.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ], | |
"order" : 2, | |
"source" : [ "obj-20", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 602.5, 403.0, 692.0, 403.0, 692.0, 448.0, 803.0, 448.0, 803.0, 571.0, 1114.5, 571.0 ], | |
"order" : 0, | |
"source" : [ "obj-20", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-105", 0 ], | |
"midpoints" : [ 216.5, 382.0, 158.666687, 382.0 ], | |
"order" : 2, | |
"source" : [ "obj-21", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-66", 0 ], | |
"midpoints" : [ 216.5, 382.0, 216.5, 382.0 ], | |
"order" : 1, | |
"source" : [ "obj-21", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-68", 0 ], | |
"midpoints" : [ 216.5, 388.0, 275.5, 388.0 ], | |
"order" : 0, | |
"source" : [ "obj-21", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-36", 0 ], | |
"midpoints" : [ 217.5, 313.0, 217.5, 313.0 ], | |
"source" : [ "obj-23", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-40", 0 ], | |
"midpoints" : [ 272.666687, 559.0, 272.666687, 559.0 ], | |
"source" : [ "obj-28", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-57", 0 ], | |
"midpoints" : [ 602.5, 325.0, 602.5, 325.0 ], | |
"order" : 1, | |
"source" : [ "obj-29", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-59", 0 ], | |
"midpoints" : [ 602.5, 325.0, 590.0, 325.0, 590.0, 289.0, 715.0, 289.0 ], | |
"order" : 0, | |
"source" : [ "obj-29", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-28", 0 ], | |
"midpoints" : [ 272.666687, 523.0, 272.666687, 523.0 ], | |
"source" : [ "obj-31", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 2 ], | |
"midpoints" : [ 345.666687, 487.0, 314.666687, 487.0 ], | |
"order" : 0, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 1 ], | |
"midpoints" : [ 345.666687, 487.0, 293.666687, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 0 ], | |
"midpoints" : [ 345.666687, 487.0, 272.666687, 487.0 ], | |
"order" : 2, | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-60", 0 ], | |
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1259.5, 370.0 ], | |
"order" : 1, | |
"source" : [ "obj-34", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-64", 0 ], | |
"midpoints" : [ 182.5, 568.0, 599.0, 568.0, 599.0, 550.0, 803.0, 550.0, 803.0, 370.0, 1378.5, 370.0 ], | |
"order" : 0, | |
"source" : [ "obj-34", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 2 ], | |
"midpoints" : [ 275.5, 487.0, 314.666687, 487.0 ], | |
"order" : 0, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 1 ], | |
"midpoints" : [ 275.5, 487.0, 293.666687, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-31", 0 ], | |
"midpoints" : [ 275.5, 496.0, 272.666687, 496.0 ], | |
"order" : 2, | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-21", 0 ], | |
"midpoints" : [ 217.5, 343.0, 216.5, 343.0 ], | |
"source" : [ "obj-36", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 2 ], | |
"midpoints" : [ 186.666687, 487.0, 225.166667, 487.0 ], | |
"order" : 0, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 1 ], | |
"midpoints" : [ 186.666687, 487.0, 203.833333, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 0 ], | |
"midpoints" : [ 186.666687, 496.0, 182.5, 496.0 ], | |
"order" : 2, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 2 ], | |
"midpoints" : [ 226.166687, 472.0, 225.166667, 472.0 ], | |
"order" : 0, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 1 ], | |
"midpoints" : [ 226.166687, 487.0, 203.833333, 487.0 ], | |
"order" : 1, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-34", 0 ], | |
"midpoints" : [ 226.166687, 487.0, 182.5, 487.0 ], | |
"order" : 2, | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-20", 0 ], | |
"midpoints" : [ 602.5, 358.0, 602.5, 358.0 ], | |
"source" : [ "obj-57", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-61", 0 ], | |
"midpoints" : [ 715.0, 337.0, 715.0, 337.0 ], | |
"source" : [ "obj-59", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 602.0, 520.0, 602.0, 601.0, 587.0, 601.0, 587.0, 691.0, 611.5, 691.0 ], | |
"order" : 3, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"midpoints" : [ 1259.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 622.5, 520.0 ], | |
"order" : 2, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"midpoints" : [ 1259.5, 520.0, 1304.0, 520.0, 1304.0, 568.0, 1114.5, 568.0 ], | |
"order" : 0, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 1259.5, 520.0, 1598.0, 520.0, 1598.0, 736.0, 1100.0, 736.0, 1100.0, 700.0, 1112.5, 700.0 ], | |
"order" : 1, | |
"source" : [ "obj-60", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-11", 0 ], | |
"midpoints" : [ 715.0, 358.0, 715.0, 358.0 ], | |
"source" : [ "obj-61", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 1378.5, 562.0, 1091.0, 562.0, 1091.0, 607.0, 959.0, 607.0, 959.0, 676.0, 830.5, 676.0 ], | |
"order" : 0, | |
"source" : [ "obj-64", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 1378.5, 415.0, 1091.0, 415.0, 1091.0, 454.0, 950.0, 454.0, 950.0, 520.0, 826.5, 520.0 ], | |
"order" : 1, | |
"source" : [ "obj-64", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-32", 0 ], | |
"midpoints" : [ 216.5, 433.0, 345.666687, 433.0 ], | |
"order" : 0, | |
"source" : [ "obj-66", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-44", 0 ], | |
"midpoints" : [ 216.5, 436.0, 186.666687, 436.0 ], | |
"order" : 1, | |
"source" : [ "obj-66", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-70", 0 ], | |
"midpoints" : [ 486.5, 343.0, 486.5, 343.0 ], | |
"source" : [ "obj-67", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-35", 0 ], | |
"midpoints" : [ 275.5, 418.0, 275.5, 418.0 ], | |
"order" : 0, | |
"source" : [ "obj-68", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-49", 0 ], | |
"midpoints" : [ 275.5, 436.0, 226.166687, 436.0 ], | |
"order" : 1, | |
"source" : [ "obj-68", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-71", 0 ], | |
"midpoints" : [ 486.5, 382.0, 486.5, 382.0 ], | |
"order" : 0, | |
"source" : [ "obj-70", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-89", 0 ], | |
"midpoints" : [ 486.5, 382.0, 464.0, 382.0, 464.0, 352.0, 438.666687, 352.0 ], | |
"order" : 1, | |
"source" : [ "obj-70", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-72", 0 ], | |
"midpoints" : [ 486.5, 412.0, 486.5, 412.0 ], | |
"source" : [ "obj-71", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-74", 0 ], | |
"midpoints" : [ 486.5, 442.0, 486.5, 442.0 ], | |
"source" : [ "obj-72", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-10", 0 ], | |
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 298.0, 795.5, 298.0 ], | |
"order" : 1, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-108", 0 ], | |
"midpoints" : [ 486.5, 472.0, 584.0, 472.0, 584.0, 448.0, 692.0, 448.0, 692.0, 376.0, 773.0, 376.0, 773.0, 289.0, 904.5, 289.0 ], | |
"order" : 0, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-29", 0 ], | |
"midpoints" : [ 486.5, 472.0, 548.0, 472.0, 548.0, 352.0, 578.0, 352.0, 578.0, 298.0, 602.5, 298.0 ], | |
"order" : 2, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-77", 0 ], | |
"midpoints" : [ 486.5, 472.0, 486.5, 472.0 ], | |
"order" : 3, | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-78", 0 ], | |
"midpoints" : [ 524.5, 508.0, 488.0, 508.0, 488.0, 514.0, 486.5, 514.0 ], | |
"source" : [ "obj-77", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-78", 0 ], | |
"midpoints" : [ 486.5, 508.0, 486.5, 508.0 ], | |
"source" : [ "obj-77", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"midpoints" : [ 1112.5, 667.0, 1298.0, 667.0, 1298.0, 700.0, 1112.5, 700.0 ], | |
"source" : [ "obj-8", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 562.0, 587.0, 562.0, 587.0, 688.0, 806.0, 688.0, 806.0, 676.0, 830.5, 676.0 ], | |
"order" : 0, | |
"source" : [ "obj-83", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"midpoints" : [ 826.5, 412.0, 803.0, 412.0, 803.0, 520.0, 826.5, 520.0 ], | |
"order" : 1, | |
"source" : [ "obj-83", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-93", 0 ], | |
"midpoints" : [ 414.0, 412.0, 414.0, 412.0 ], | |
"source" : [ "obj-87", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-87", 0 ], | |
"midpoints" : [ 438.666687, 382.0, 414.0, 382.0 ], | |
"source" : [ "obj-89", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-102", 0 ], | |
"midpoints" : [ 414.0, 451.0, 464.0, 451.0, 464.0, 412.0, 548.0, 412.0, 548.0, 385.0, 560.666626, 385.0 ], | |
"order" : 0, | |
"source" : [ "obj-93", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-98", 0 ], | |
"midpoints" : [ 414.0, 442.0, 377.0, 442.0, 377.0, 352.0, 314.666687, 352.0 ], | |
"order" : 1, | |
"source" : [ "obj-93", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"midpoints" : [ 830.5, 673.0, 830.5, 673.0 ], | |
"source" : [ "obj-96", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-118", 0 ], | |
"midpoints" : [ 314.666687, 388.0, 314.666687, 388.0 ], | |
"source" : [ "obj-98", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"midpoints" : [ 611.5, 679.0, 611.5, 679.0 ], | |
"source" : [ "obj-99", 0 ] | |
} | |
} | |
], | |
"dependency_cache" : [ ], | |
"autosave" : 0, | |
"styles" : [ { | |
"name" : "newobjBrown-1", | |
"default" : { | |
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
, { | |
"name" : "newobjYellow-1", | |
"default" : { | |
"fontsize" : [ 12.059008 ], | |
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
] | |
} | |
} |
Midi Send Patches
{ | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 512.0, 104.0, 640.0, 480.0 ], | |
"bglocked" : 0, | |
"openinpresentation" : 0, | |
"default_fontsize" : 12.0, | |
"default_fontface" : 0, | |
"default_fontname" : "Arial", | |
"gridonopen" : 1, | |
"gridsize" : [ 15.0, 15.0 ], | |
"gridsnaponopen" : 1, | |
"objectsnaponopen" : 1, | |
"statusbarvisible" : 2, | |
"toolbarvisible" : 1, | |
"lefttoolbarpinned" : 0, | |
"toptoolbarpinned" : 0, | |
"righttoolbarpinned" : 0, | |
"bottomtoolbarpinned" : 0, | |
"toolbars_unpinned_last_save" : 0, | |
"tallnewobj" : 0, | |
"boxanimatetime" : 200, | |
"enablehscroll" : 1, | |
"enablevscroll" : 1, | |
"devicewidth" : 0.0, | |
"description" : "", | |
"digest" : "", | |
"tags" : "", | |
"style" : "", | |
"subpatcher_template" : "", | |
"boxes" : [ { | |
"box" : { | |
"id" : "obj-13", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 186.0, 304.0, 90.0, 22.0 ], | |
"style" : "", | |
"text" : "send snaremidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-12", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 97.0, 304.0, 81.0, 22.0 ], | |
"style" : "", | |
"text" : "send kickmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-11", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 186.0, 271.0, 57.0, 22.0 ], | |
"style" : "", | |
"text" : "select 47" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-17", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 97.0, 271.0, 57.0, 22.0 ], | |
"style" : "", | |
"text" : "select 40" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-8", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 3, | |
"outlettype" : [ "int", "int", "int" ], | |
"patching_rect" : [ 98.0, 214.0, 42.0, 22.0 ], | |
"style" : "", | |
"text" : "notein" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-18", | |
"maxclass" : "number", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 98.0, 243.0, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial", | |
"fontsize" : 10.0, | |
"hidden" : 1, | |
"id" : "obj-9", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 61.0, 193.0, 118.0, 18.0 ], | |
"style" : "", | |
"text" : "Device vertical limit" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-7", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 97.0, 154.0, 73.0, 19.0 ], | |
"style" : "", | |
"text" : "MIDI to Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-6", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 91.0, 34.0, 88.0, 19.0 ], | |
"style" : "", | |
"text" : "MIDI from Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 109.0, 135.0, 47.0, 20.0 ], | |
"style" : "", | |
"text" : "midiout" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"patching_rect" : [ 109.0, 55.0, 40.0, 20.0 ], | |
"style" : "", | |
"text" : "midiin" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-2", 0 ], | |
"order" : 0, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-8", 0 ], | |
"order" : 1, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-12", 0 ], | |
"source" : [ "obj-17", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-11", 0 ], | |
"order" : 0, | |
"source" : [ "obj-18", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-17", 0 ], | |
"order" : 1, | |
"source" : [ "obj-18", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-18", 0 ], | |
"source" : [ "obj-8", 0 ] | |
} | |
} | |
], | |
"dependency_cache" : [ ], | |
"autosave" : 0, | |
"styles" : [ { | |
"name" : "newobjBrown-1", | |
"default" : { | |
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
, { | |
"name" : "newobjYellow-1", | |
"default" : { | |
"fontsize" : [ 12.059008 ], | |
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
] | |
} | |
} |
{ | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 512.0, 104.0, 640.0, 480.0 ], | |
"bglocked" : 0, | |
"openinpresentation" : 0, | |
"default_fontsize" : 12.0, | |
"default_fontface" : 0, | |
"default_fontname" : "Arial", | |
"gridonopen" : 1, | |
"gridsize" : [ 15.0, 15.0 ], | |
"gridsnaponopen" : 1, | |
"objectsnaponopen" : 1, | |
"statusbarvisible" : 2, | |
"toolbarvisible" : 1, | |
"lefttoolbarpinned" : 0, | |
"toptoolbarpinned" : 0, | |
"righttoolbarpinned" : 0, | |
"bottomtoolbarpinned" : 0, | |
"toolbars_unpinned_last_save" : 0, | |
"tallnewobj" : 0, | |
"boxanimatetime" : 200, | |
"enablehscroll" : 1, | |
"enablevscroll" : 1, | |
"devicewidth" : 0.0, | |
"description" : "", | |
"digest" : "", | |
"tags" : "", | |
"style" : "", | |
"subpatcher_template" : "", | |
"boxes" : [ { | |
"box" : { | |
"id" : "obj-4", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 73.0, 38.0, 150.0, 20.0 ], | |
"style" : "", | |
"text" : "Synth Midi Send" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-19", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 47.0, 93.0, 70.0, 22.0 ], | |
"style" : "", | |
"text" : "s synthmidi" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-10", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 47.0, 63.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-7", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 12.0, 137.0, 73.0, 19.0 ], | |
"style" : "", | |
"text" : "MIDI to Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold Italic", | |
"fontsize" : 11.0, | |
"id" : "obj-6", | |
"maxclass" : "comment", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 6.0, 17.0, 88.0, 19.0 ], | |
"style" : "", | |
"text" : "MIDI from Live", | |
"textcolor" : [ 0.3, 0.34, 0.4, 1.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 24.0, 118.0, 47.0, 20.0 ], | |
"style" : "", | |
"text" : "midiout" | |
} | |
} | |
, { | |
"box" : { | |
"fontname" : "Arial Bold", | |
"fontsize" : 10.0, | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"patching_rect" : [ 24.0, 38.0, 40.0, 20.0 ], | |
"style" : "", | |
"text" : "midiin" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-10", 0 ], | |
"order" : 0, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-2", 0 ], | |
"order" : 1, | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-19", 0 ], | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
], | |
"dependency_cache" : [ ], | |
"autosave" : 0, | |
"styles" : [ { | |
"name" : "newobjBrown-1", | |
"default" : { | |
"accentcolor" : [ 0.654902, 0.572549, 0.376471, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
, { | |
"name" : "newobjYellow-1", | |
"default" : { | |
"fontsize" : [ 12.059008 ], | |
"accentcolor" : [ 0.82517, 0.78181, 0.059545, 1.0 ] | |
} | |
, | |
"parentstyle" : "", | |
"multi" : 0 | |
} | |
] | |
} | |
} |