This assignment had us look at signal processing utilizing the pfft~ object.
Personally, I wanted to do something interesting with the amplitude and phase data that the pfft~ object provides that we had not yet tried. The end result was a fairly straight forward use of signal information to create a reactive video — similar to what we achieved in class — in which the amplitude and phase were used as an external effect on a noise matrix.
I chose to use noise because I found it easier to produce a particle effect using the draw points in the jit,gl.mesh object.
The patch takes the amplitude and phase data from the incoming audio — in this case, from a microphone — and captures each as a number value (using snapshot~ rather than poltocar~ to convert the signal information after some minor processing). The number value is then used as a set of parameters defining the location of an attracting force on the particles — causing them to moving around the screen.
I also added a more extreme set of attraction forces which use the amplitude and phase information to govern how strong the particles are attracted or rejected to the center of the video window. When turned on, the particles become more erratic due to the constantly changing values which limits its applications — but I like it as an effect to instantly intensify the drama of the visual effect.
I am interested in developing this patch further with a set of filters and gates to create a combination audio/visual instrument. I would also like to refine the way in which the particles are acted on by different forces to create a more fine-tuned reactive effect.
{ | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 34.0, 77.0, 1237.0, 801.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-76", | |
"maxclass" : "newobj", | |
"numinlets" : 3, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 0.0, 0.0, 640.0, 480.0 ], | |
"bglocked" : 0, | |
"openinpresentation" : 0, | |
"default_fontsize" : 12.0, | |
"default_fontface" : 0, | |
"default_fontname" : "Arial", | |
"gridonopen" : 1, | |
"gridsize" : [ 15.0, 15.0 ], | |
"gridsnaponopen" : 1, | |
"objectsnaponopen" : 1, | |
"statusbarvisible" : 2, | |
"toolbarvisible" : 1, | |
"lefttoolbarpinned" : 0, | |
"toptoolbarpinned" : 0, | |
"righttoolbarpinned" : 0, | |
"bottomtoolbarpinned" : 0, | |
"toolbars_unpinned_last_save" : 0, | |
"tallnewobj" : 0, | |
"boxanimatetime" : 200, | |
"enablehscroll" : 1, | |
"enablevscroll" : 1, | |
"devicewidth" : 0.0, | |
"description" : "", | |
"digest" : "", | |
"tags" : "", | |
"style" : "", | |
"subpatcher_template" : "", | |
"boxes" : [ { | |
"box" : { | |
"id" : "obj-46", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 69.5, 416.0, 93.0, 22.0 ], | |
"style" : "", | |
"text" : "sound2 $1 $2 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-4", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 69.5, 384.0, 57.0, 22.0 ], | |
"style" : "", | |
"text" : "pak 0. 0." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-5", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 107.5, 345.0, 33.0, 22.0 ], | |
"style" : "", | |
"text" : "* -1." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-6", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 102.0, 311.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "/ 1." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-7", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 66.5, 311.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "/ 1." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-8", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"patching_rect" : [ 102.0, 268.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "-" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-9", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"patching_rect" : [ 66.5, 268.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "-" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-38", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 104.0, 237.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "/ 2." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-10", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 66.5, 237.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "/ 2." | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-11", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "int", "int" ], | |
"patching_rect" : [ 66.5, 201.0, 49.0, 22.0 ], | |
"style" : "", | |
"text" : "unpack" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-33", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "" ], | |
"patching_rect" : [ 66.5, 163.0, 63.0, 22.0 ], | |
"style" : "", | |
"text" : "route size" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-12", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 142.0, 129.0, 66.0, 22.0 ], | |
"style" : "", | |
"text" : "snapshot~" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-27", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 99.75, 100.0, 38.0, 22.0 ], | |
"style" : "", | |
"text" : "r met" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-13", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 66.5, 129.0, 66.0, 22.0 ], | |
"style" : "", | |
"text" : "snapshot~" | |
} | |
} | |
, { | |
"box" : { | |
"comment" : "", | |
"id" : "obj-72", | |
"index" : 1, | |
"maxclass" : "inlet", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "signal" ], | |
"patching_rect" : [ 66.5, 40.0, 30.0, 30.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"comment" : "", | |
"id" : "obj-73", | |
"index" : 2, | |
"maxclass" : "inlet", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 101.5, 40.0, 30.0, 30.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"comment" : "", | |
"id" : "obj-74", | |
"index" : 3, | |
"maxclass" : "inlet", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "signal" ], | |
"patching_rect" : [ 142.0, 40.0, 30.0, 30.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"comment" : "", | |
"id" : "obj-75", | |
"index" : 1, | |
"maxclass" : "outlet", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 69.5, 498.0, 30.0, 30.0 ], | |
"style" : "" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-7", 1 ], | |
"midpoints" : [ 76.0, 259.248047, 63.5, 259.248047, 63.5, 304.248047, 86.5, 304.248047 ], | |
"order" : 0, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-9", 1 ], | |
"order" : 1, | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-10", 0 ], | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-38", 0 ], | |
"source" : [ "obj-11", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-9", 0 ], | |
"midpoints" : [ 151.5, 262.248047, 76.0, 262.248047 ], | |
"source" : [ "obj-12", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-8", 0 ], | |
"midpoints" : [ 76.0, 151.248047, 51.5, 151.248047, 51.5, 262.248047, 111.5, 262.248047 ], | |
"source" : [ "obj-13", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-12", 0 ], | |
"order" : 0, | |
"source" : [ "obj-27", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"order" : 1, | |
"source" : [ "obj-27", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-11", 0 ], | |
"source" : [ "obj-33", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-6", 1 ], | |
"midpoints" : [ 113.5, 259.248047, 144.5, 259.248047, 144.5, 304.248047, 122.0, 304.248047 ], | |
"order" : 0, | |
"source" : [ "obj-38", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-8", 1 ], | |
"order" : 1, | |
"source" : [ "obj-38", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-46", 0 ], | |
"source" : [ "obj-4", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-75", 0 ], | |
"source" : [ "obj-46", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-4", 1 ], | |
"source" : [ "obj-5", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"source" : [ "obj-6", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-4", 0 ], | |
"source" : [ "obj-7", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-13", 0 ], | |
"source" : [ "obj-72", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-33", 0 ], | |
"source" : [ "obj-73", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-12", 0 ], | |
"source" : [ "obj-74", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-6", 0 ], | |
"source" : [ "obj-8", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-7", 0 ], | |
"source" : [ "obj-9", 0 ] | |
} | |
} | |
] | |
} | |
, | |
"patching_rect" : [ 18.0, 423.751953, 136.0, 22.0 ], | |
"saved_object_attributes" : { | |
"description" : "", | |
"digest" : "", | |
"globalpatchername" : "", | |
"style" : "", | |
"tags" : "" | |
} | |
, | |
"style" : "", | |
"text" : "p FFT Attraction Forces" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-71", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 67.0, 110.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-48", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 50.0, 136.0, 66.0, 22.0 ], | |
"style" : "", | |
"text" : "snapshot~" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-47", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "float" ], | |
"patching_rect" : [ 50.0, 100.0, 66.0, 22.0 ], | |
"style" : "", | |
"text" : "snapshot~" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-81", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 138.0, 172.751953, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-82", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 138.0, 208.751953, 90.0, 22.0 ], | |
"style" : "", | |
"text" : "center_attr $1" | |
} | |
} | |
, { | |
"box" : { | |
"format" : 6, | |
"id" : "obj-59", | |
"maxclass" : "flonum", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "", "bang" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 53.0, 172.751953, 50.0, 22.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-57", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 53.0, 208.751953, 77.0, 22.0 ], | |
"style" : "", | |
"text" : "attraction $1" | |
} | |
} | |
, { | |
"box" : { | |
"comment" : "", | |
"id" : "obj-68", | |
"index" : 1, | |
"maxclass" : "inlet", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 50.0, 40.0, 30.0, 30.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"comment" : "", | |
"id" : "obj-69", | |
"index" : 2, | |
"maxclass" : "inlet", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "signal" ], | |
"patching_rect" : [ 85.0, 40.0, 30.0, 30.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"comment" : "", | |
"id" : "obj-70", | |
"index" : 1, | |
"maxclass" : "outlet", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 89.5, 290.751953, 30.0, 30.0 ], | |
"style" : "" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-59", 0 ], | |
"source" : [ "obj-47", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-81", 0 ], | |
"midpoints" : [ 59.5, 167.0, 147.5, 167.0 ], | |
"source" : [ "obj-48", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-70", 0 ], | |
"source" : [ "obj-57", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-57", 0 ], | |
"source" : [ "obj-59", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-47", 0 ], | |
"source" : [ "obj-68", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-48", 0 ], | |
"source" : [ "obj-69", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-82", 0 ], | |
"source" : [ "obj-81", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-70", 0 ], | |
"source" : [ "obj-82", 0 ] | |
} | |
} | |
] | |
} | |
, | |
"patching_rect" : [ 103.0, 70.0, 159.0, 22.0 ], | |
"saved_object_attributes" : { | |
"description" : "", | |
"digest" : "", | |
"globalpatchername" : "", | |
"style" : "", | |
"tags" : "" | |
} | |
, | |
"style" : "", | |
"text" : "p Extreme Attraction Forces" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-53", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 103.0, 10.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-51", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 103.0, 39.0, 65.0, 22.0 ], | |
"style" : "", | |
"text" : "qmetro 33" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-14", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 18.0, 287.751953, 112.0, 22.0 ], | |
"style" : "", | |
"text" : "pfft~ particles 1024" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-15", | |
"maxclass" : "live.meter~", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "list" ], | |
"patching_rect" : [ 59.0, 181.751953, 5.0, 100.0 ] | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-16", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "signal", "signal" ], | |
"patching_rect" : [ 18.0, 181.751953, 37.0, 22.0 ], | |
"style" : "", | |
"text" : "adc~" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 18.0, 331.751953, 60.0, 22.0 ], | |
"style" : "", | |
"text" : "loadbang" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 303.0, 10.0, 60.0, 22.0 ], | |
"style" : "", | |
"text" : "loadbang" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-87", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 303.0, 291.751953, 99.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.matrix velocity" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-86", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 384.0, 222.0, 99.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.matrix velocity" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-85", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 59.0, 104.0, 600.0, 450.0 ], | |
"editing_bgcolor" : [ 0.9, 0.9, 0.9, 1.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-5", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 294.0, 71.0, 100.0, 22.0 ], | |
"style" : "", | |
"text" : "* 0.97" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 50.0, 14.0, 30.0, 22.0 ], | |
"style" : "", | |
"text" : "in 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 305.0, 14.0, 30.0, 22.0 ], | |
"style" : "", | |
"text" : "in 2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-3", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 176.0, 149.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "+" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-4", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 176.0, 418.0, 37.0, 22.0 ], | |
"style" : "", | |
"text" : "out 1" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"source" : [ "obj-2", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-4", 0 ], | |
"source" : [ "obj-3", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 1 ], | |
"source" : [ "obj-5", 0 ] | |
} | |
} | |
] | |
} | |
, | |
"patching_rect" : [ 303.0, 255.0, 86.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gen velocity" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-61", | |
"maxclass" : "message", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 18.0, 357.751953, 49.0, 22.0 ], | |
"style" : "", | |
"text" : "getsize" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-55", | |
"maxclass" : "newobj", | |
"numinlets" : 9, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 239.0, 395.751953, 369.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.mesh partz @draw_mode points @point_size 2 @color 1 1 1 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-50", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 239.0, 359.0, 100.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.matrix position" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-49", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 59.0, 104.0, 600.0, 450.0 ], | |
"editing_bgcolor" : [ 0.9, 0.9, 0.9, 1.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-6", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 331.0, 75.0, 91.0, 22.0 ], | |
"style" : "", | |
"text" : "param dt 0.033" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-5", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 271.0, 108.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "*" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 176.0, 36.0, 30.0, 22.0 ], | |
"style" : "", | |
"text" : "in 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 271.0, 41.0, 30.0, 22.0 ], | |
"style" : "", | |
"text" : "in 2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-3", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 176.0, 149.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "+" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-4", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 176.0, 418.0, 37.0, 22.0 ], | |
"style" : "", | |
"text" : "out 1" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-3", 0 ], | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 0 ], | |
"source" : [ "obj-2", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-4", 0 ], | |
"source" : [ "obj-3", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-3", 1 ], | |
"source" : [ "obj-5", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-5", 1 ], | |
"source" : [ "obj-6", 0 ] | |
} | |
} | |
] | |
} | |
, | |
"patching_rect" : [ 239.0, 328.0, 83.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gen update" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-45", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 466.5, 98.0, 147.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.noise 3 float32 250 250" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-44", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 303.0, 126.0, 38.0, 22.0 ], | |
"style" : "", | |
"text" : "r met" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-43", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 35.0, 110.0, 40.0, 22.0 ], | |
"style" : "", | |
"text" : "s met" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-42", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 303.0, 170.0, 100.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.matrix position" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-41", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 7, | |
"minor" : 3, | |
"revision" : 4, | |
"architecture" : "x64", | |
"modernui" : 1 | |
} | |
, | |
"rect" : [ 135.0, 178.0, 654.0, 582.0 ], | |
"editing_bgcolor" : [ 0.9, 0.9, 0.9, 1.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-29", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 125.0, 491.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "+" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-28", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 494.0, 140.0, 125.0, 22.0 ], | |
"style" : "", | |
"text" : "param center_attr 0.2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-27", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 470.0, 169.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "*" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-25", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 479.0, 94.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "-" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-26", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 522.0, 35.0, 30.0, 22.0 ], | |
"style" : "", | |
"text" : "in 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-24", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 378.0, 35.0, 111.0, 22.0 ], | |
"style" : "", | |
"text" : "param center 0 0 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-23", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 125.0, 434.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "/" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-22", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 191.0, 416.0, 28.0, 22.0 ], | |
"style" : "", | |
"text" : "+ 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-21", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 191.0, 382.0, 25.0, 22.0 ], | |
"style" : "", | |
"text" : "* 2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-16", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 125.0, 313.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "*" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-13", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 190.0, 251.0, 117.0, 22.0 ], | |
"style" : "", | |
"text" : "param attraction 0.1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-12", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 144.0, 270.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "!/" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-11", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 144.0, 220.0, 44.0, 22.0 ], | |
"style" : "", | |
"text" : "+ 0.02" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-10", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 144.0, 180.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "*" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-9", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 144.0, 133.0, 43.0, 22.0 ], | |
"style" : "", | |
"text" : "length" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-8", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 125.0, 94.0, 29.5, 22.0 ], | |
"style" : "", | |
"text" : "-" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-5", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 22.0, 35.0, 117.0, 22.0 ], | |
"style" : "", | |
"text" : "param sound2 0 0 0" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-1", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 168.0, 35.0, 30.0, 22.0 ], | |
"style" : "", | |
"text" : "in 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-2", | |
"maxclass" : "newobj", | |
"numinlets" : 0, | |
"numoutlets" : 1, | |
"outlettype" : [ "" ], | |
"patching_rect" : [ 191.0, 352.0, 30.0, 22.0 ], | |
"style" : "", | |
"text" : "in 2" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-4", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 0, | |
"patching_rect" : [ 125.0, 536.0, 37.0, 22.0 ], | |
"style" : "", | |
"text" : "out 1" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-8", 1 ], | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-11", 0 ], | |
"source" : [ "obj-10", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-12", 0 ], | |
"source" : [ "obj-11", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-16", 1 ], | |
"source" : [ "obj-12", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-12", 1 ], | |
"source" : [ "obj-13", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-23", 0 ], | |
"source" : [ "obj-16", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-21", 0 ], | |
"source" : [ "obj-2", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-22", 0 ], | |
"source" : [ "obj-21", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-23", 1 ], | |
"source" : [ "obj-22", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-29", 0 ], | |
"source" : [ "obj-23", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-25", 0 ], | |
"source" : [ "obj-24", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 0 ], | |
"source" : [ "obj-25", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-25", 1 ], | |
"source" : [ "obj-26", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-29", 1 ], | |
"midpoints" : [ 479.5, 477.0, 145.0, 477.0 ], | |
"source" : [ "obj-27", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-27", 1 ], | |
"source" : [ "obj-28", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-4", 0 ], | |
"source" : [ "obj-29", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-8", 0 ], | |
"source" : [ "obj-5", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-16", 0 ], | |
"order" : 1, | |
"source" : [ "obj-8", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-9", 0 ], | |
"order" : 0, | |
"source" : [ "obj-8", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-10", 1 ], | |
"order" : 0, | |
"source" : [ "obj-9", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-10", 0 ], | |
"order" : 1, | |
"source" : [ "obj-9", 0 ] | |
} | |
} | |
] | |
} | |
, | |
"patching_rect" : [ 303.0, 222.0, 73.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gen force" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-40", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "jit_matrix", "" ], | |
"patching_rect" : [ 303.0, 98.0, 147.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.noise 3 float32 250 250" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-39", | |
"maxclass" : "button", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 303.0, 43.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-37", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 18.0, 393.751953, 157.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.window partz @floating 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-36", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 2, | |
"outlettype" : [ "bang", "" ], | |
"patching_rect" : [ 11.0, 141.0, 218.0, 22.0 ], | |
"style" : "", | |
"text" : "jit.gl.render partz @erase_color 0 0 0 1" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-35", | |
"maxclass" : "newobj", | |
"numinlets" : 1, | |
"numoutlets" : 3, | |
"outlettype" : [ "bang", "bang", "erase" ], | |
"patching_rect" : [ 11.0, 75.0, 67.0, 22.0 ], | |
"style" : "", | |
"text" : "t b b erase" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-34", | |
"maxclass" : "toggle", | |
"numinlets" : 1, | |
"numoutlets" : 1, | |
"outlettype" : [ "int" ], | |
"parameter_enable" : 0, | |
"patching_rect" : [ 11.0, 9.0, 24.0, 24.0 ], | |
"style" : "" | |
} | |
} | |
, { | |
"box" : { | |
"id" : "obj-32", | |
"maxclass" : "newobj", | |
"numinlets" : 2, | |
"numoutlets" : 1, | |
"outlettype" : [ "bang" ], | |
"patching_rect" : [ 11.0, 45.0, 65.0, 22.0 ], | |
"style" : "", | |
"text" : "qmetro 33" | |
} | |
} | |
], | |
"lines" : [ { | |
"patchline" : { | |
"destination" : [ "obj-39", 0 ], | |
"source" : [ "obj-1", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-71", 1 ], | |
"midpoints" : [ 120.5, 312.0, 240.0, 312.0, 240.0, 93.0, 264.0, 93.0, 264.0, 66.0, 252.5, 66.0 ], | |
"order" : 0, | |
"source" : [ "obj-14", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-71", 0 ], | |
"midpoints" : [ 27.5, 312.0, 240.0, 312.0, 240.0, 102.0, 228.0, 102.0, 228.0, 63.0, 112.5, 63.0 ], | |
"order" : 1, | |
"source" : [ "obj-14", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-76", 0 ], | |
"midpoints" : [ 120.5, 378.0, 69.0, 378.0, 69.0, 390.0, 15.0, 390.0, 15.0, 417.0, 27.5, 417.0 ], | |
"order" : 1, | |
"source" : [ "obj-14", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-76", 2 ], | |
"midpoints" : [ 27.5, 312.0, 3.0, 312.0, 3.0, 417.0, 144.5, 417.0 ], | |
"order" : 0, | |
"source" : [ "obj-14", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-14", 0 ], | |
"order" : 1, | |
"source" : [ "obj-16", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-15", 0 ], | |
"order" : 0, | |
"source" : [ "obj-16", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-61", 0 ], | |
"source" : [ "obj-2", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-35", 0 ], | |
"source" : [ "obj-32", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-32", 0 ], | |
"source" : [ "obj-34", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-36", 0 ], | |
"midpoints" : [ 68.5, 99.0, 21.0, 99.0, 21.0, 144.0, 20.5, 144.0 ], | |
"source" : [ "obj-35", 2 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-36", 0 ], | |
"source" : [ "obj-35", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-43", 0 ], | |
"source" : [ "obj-35", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-76", 1 ], | |
"source" : [ "obj-37", 1 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-40", 0 ], | |
"order" : 1, | |
"source" : [ "obj-39", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-45", 0 ], | |
"midpoints" : [ 312.5, 85.0, 476.0, 85.0 ], | |
"order" : 0, | |
"source" : [ "obj-39", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-42", 0 ], | |
"source" : [ "obj-40", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-85", 0 ], | |
"source" : [ "obj-41", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-41", 0 ], | |
"order" : 0, | |
"source" : [ "obj-42", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-49", 0 ], | |
"midpoints" : [ 312.5, 208.0, 248.5, 208.0 ], | |
"order" : 1, | |
"source" : [ "obj-42", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-42", 0 ], | |
"order" : 1, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-86", 0 ], | |
"midpoints" : [ 312.5, 150.0, 288.0, 150.0, 288.0, 207.0, 393.5, 207.0 ], | |
"order" : 0, | |
"source" : [ "obj-44", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-41", 1 ], | |
"midpoints" : [ 476.0, 208.0, 366.5, 208.0 ], | |
"source" : [ "obj-45", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-50", 0 ], | |
"source" : [ "obj-49", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-55", 0 ], | |
"source" : [ "obj-50", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-71", 1 ], | |
"midpoints" : [ 112.5, 64.0, 252.5, 64.0 ], | |
"order" : 0, | |
"source" : [ "obj-51", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-71", 0 ], | |
"order" : 1, | |
"source" : [ "obj-51", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-51", 0 ], | |
"source" : [ "obj-53", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-37", 0 ], | |
"source" : [ "obj-61", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-41", 0 ], | |
"midpoints" : [ 112.5, 126.0, 288.0, 126.0, 288.0, 207.0, 312.5, 207.0 ], | |
"source" : [ "obj-71", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-41", 0 ], | |
"midpoints" : [ 27.5, 456.0, 225.0, 456.0, 225.0, 216.0, 312.5, 216.0 ], | |
"source" : [ "obj-76", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-87", 0 ], | |
"source" : [ "obj-85", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-85", 1 ], | |
"source" : [ "obj-86", 0 ] | |
} | |
} | |
, { | |
"patchline" : { | |
"destination" : [ "obj-49", 1 ], | |
"source" : [ "obj-87", 0 ] | |
} | |
} | |
], | |
"dependency_cache" : [ { | |
"name" : "particles.maxpat", | |
"bootpath" : "~/Documents", | |
"patcherrelativepath" : "../Documents", | |
"type" : "JSON", | |
"implicit" : 1 | |
} | |
], | |
"autosave" : 0 | |
} | |
} |