Multiple Ambisonic Source Trajectories Using ICST Tools

RonanQ's icon

Maybe someone could answer this question for me at least.

Max Patch
Copy patch and select New From Clipboard in Max.

I'm wanting to see if it is possible to simultaneously record multiple sound source trajectories using the ICST ambisonic tools. I know this can be done by stacking multiple ambicontrol objects into each other, but I'm looking for the ability to record a trajectory rather than an algorithmic one. Would also mean I dont have to do the same movements multiple times. Any advice would be thoroughly appreciated

Vjacobs's icon

Hello,

Max Patch
Copy patch and select New From Clipboard in Max.

I've had the same difficulties as you before and ended up using colls to record and play aed data. Hope this helps. If you play around a bit you can superimpose recordings, as in recording the first -> playing it back, recording second -> playing second, recording third ...

RonanQ's icon

Thanks this is a great solution though the issue I have is im stuck working with max 5 in the room i am using so i dont have access to the zl objects. I'll see if I can use it nonetheless

Vjacobs's icon

zl objects are 'native' part of max since 4.x so you should be able to use them also in Max 5?

RonanQ's icon

zl join is not showing up in max 5 when I'm using it - it comes up with object not recognized with the object itself being marked as red. At the moment I have just currently resorted to using seperate trajectories for every source though now my problem is that the internal clock that ambicontrol uses is not in sync at default when looping with audio - as in I can't keep the movement of a trajectory and the playback of a sound in sync even when making the trajectories the exact same length as the audio file in time - I assume though that if I just change the default interval of the ambicontrol from 100ms to 1ms this would fix it? Here is the patch for context, tried using copy from clipboard but it wouldn't allow me to post due to its size.

Also perhaps you might know a method of creating a binaural version of these ambisonic tools via another abstraction/object. Been looking into a that for a while now but no such luck (relatively new to max see). I see there's a few objects for binaural but they would require quite a patch overhaul to get all the audio working with it. Hoping for an easy way to just take the encoded ambisonic signals and produce a binaural version for headphone listening.

5390.sourcemonitor1.maxpat
Max Patch
RonanQ's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Ah just realised it couldn't upload still haha, here is exclusively the section of the patch im referring to:

rwelsh24's icon

I've gotten around this by writing specific messages for certain objects. I'm even using these as part of a larger patch. These are the central points of six swarming volumes. I'm sure there is even a more efficient way to do this, by send the list through various operations. But I guess I probably didn't address your issue because I have a whole bunch of ambicontrol objects...

----------begin_max5_patcher----------
{
    "boxes" : [         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "step size",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 195.0, 585.0, 150.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-271",
                "numoutlets" : 0,
                "fontname" : "Verdana",
                "presentation_rect" : [ 1320.0, 120.0, 55.0, 19.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "loadmess 1.",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 195.0, 555.0, 71.0, 19.0 ],
                "id" : "obj-237",
                "numoutlets" : 1,
                "outlettype" : [ "" ],
                "fontname" : "Verdana",
                "hidden" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "message",
                "text" : "points 1 2 3 4 5 6",
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 93.0, 537.0, 100.0, 17.0 ],
                "id" : "obj-20",
                "numoutlets" : 1,
                "outlettype" : [ "" ],
                "fontname" : "Verdana"
            }

        }
,         {
            "box" :             {
                "maxclass" : "toggle",
                "numinlets" : 1,
                "patching_rect" : [ 54.0, 243.0, 36.0, 36.0 ],
                "presentation" : 1,
                "id" : "obj-217",
                "numoutlets" : 1,
                "outlettype" : [ "int" ],
                "presentation_rect" : [ 1155.0, 90.0, 20.0, 20.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p centralTrajectory",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 51.0, 288.0, 105.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-216",
                "numoutlets" : 0,
                "fontname" : "Verdana",
                "presentation_rect" : [ 1116.0, 114.0, 105.0, 19.0 ],
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 5,
                        "minor" : 1,
                        "revision" : 9
                    }
,
                    "rect" : [ 602.0, 327.0, 1078.0, 601.0 ],
                    "bglocked" : 0,
                    "defrect" : [ 602.0, 327.0, 1078.0, 601.0 ],
                    "openrect" : [ 0.0, 0.0, 0.0, 0.0 ],
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Arial",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "del 500",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 615.0, 735.0, 50.0, 20.0 ],
                                "id" : "obj-81",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b b",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 660.0, 705.0, 46.0, 20.0 ],
                                "id" : "obj-82",
                                "numoutlets" : 3,
                                "outlettype" : [ "bang", "bang", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadbang",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 660.0, 675.0, 60.0, 20.0 ],
                                "id" : "obj-83",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "del 500",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 210.0, 720.0, 50.0, 20.0 ],
                                "id" : "obj-78",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b b",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 255.0, 690.0, 46.0, 20.0 ],
                                "id" : "obj-79",
                                "numoutlets" : 3,
                                "outlettype" : [ "bang", "bang", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadbang",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 255.0, 660.0, 60.0, 20.0 ],
                                "id" : "obj-80",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "del 500",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 615.0, 390.0, 50.0, 20.0 ],
                                "id" : "obj-75",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b b",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 660.0, 360.0, 46.0, 20.0 ],
                                "id" : "obj-76",
                                "numoutlets" : 3,
                                "outlettype" : [ "bang", "bang", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadbang",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 660.0, 330.0, 60.0, 20.0 ],
                                "id" : "obj-77",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "del 500",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 255.0, 405.0, 50.0, 20.0 ],
                                "id" : "obj-72",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b b",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 300.0, 375.0, 46.0, 20.0 ],
                                "id" : "obj-73",
                                "numoutlets" : 3,
                                "outlettype" : [ "bang", "bang", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadbang",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 300.0, 345.0, 60.0, 20.0 ],
                                "id" : "obj-74",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "del 500",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 705.0, 75.0, 50.0, 20.0 ],
                                "id" : "obj-19",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b b",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 750.0, 45.0, 46.0, 20.0 ],
                                "id" : "obj-25",
                                "numoutlets" : 3,
                                "outlettype" : [ "bang", "bang", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadbang",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 750.0, 15.0, 60.0, 20.0 ],
                                "id" : "obj-71",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "loadbang",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 27.0, 15.0, 56.0, 17.0 ],
                                "id" : "obj-103",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "thispatcher",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 15.0, 63.0, 67.0, 19.0 ],
                                "id" : "obj-102",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Verdana",
                                "save" : [ "#N", "thispatcher", ";", "#Q", "end", ";" ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "toggle",
                                "numinlets" : 1,
                                "patching_rect" : [ 195.0, 60.0, 20.0, 20.0 ],
                                "id" : "obj-70",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "numinlets" : 0,
                                "patching_rect" : [ 195.0, 30.0, 25.0, 25.0 ],
                                "id" : "obj-69",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "comment" : ""
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadmess 1.",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 765.0, 810.0, 75.0, 20.0 ],
                                "id" : "obj-65",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadmess 1.",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 375.0, 810.0, 75.0, 20.0 ],
                                "id" : "obj-64",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadmess 1.",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 810.0, 495.0, 75.0, 20.0 ],
                                "id" : "obj-63",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadmess 1.",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 405.0, 480.0, 75.0, 20.0 ],
                                "id" : "obj-62",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadmess 1.",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 870.0, 165.0, 75.0, 20.0 ],
                                "id" : "obj-61",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "del 500",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 300.0, 105.0, 50.0, 20.0 ],
                                "id" : "obj-48",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b b",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 345.0, 75.0, 46.0, 20.0 ],
                                "id" : "obj-47",
                                "numoutlets" : 3,
                                "outlettype" : [ "bang", "bang", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadbang",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 345.0, 45.0, 60.0, 20.0 ],
                                "id" : "obj-46",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadmess 1.",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 450.0, 165.0, 75.0, 20.0 ],
                                "id" : "obj-45",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "record, aed 0 40. -12. 0.6, aed 180000 90. 0. 0.5, close",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 705.0, 120.0, 303.0, 18.0 ],
                                "id" : "obj-44",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "speaker 8",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 765.0, 60.0, 150.0, 20.0 ],
                                "id" : "obj-43",
                                "numoutlets" : 0,
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "speaker 7",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 420.0, 105.0, 150.0, 20.0 ],
                                "id" : "obj-42",
                                "numoutlets" : 0,
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "speaker 6",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 675.0, 750.0, 150.0, 20.0 ],
                                "id" : "obj-41",
                                "numoutlets" : 0,
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "speaker 5",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 240.0, 750.0, 150.0, 20.0 ],
                                "id" : "obj-40",
                                "numoutlets" : 0,
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "speaker 4",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 675.0, 420.0, 150.0, 20.0 ],
                                "id" : "obj-39",
                                "numoutlets" : 0,
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "speaker 3",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 345.0, 405.0, 150.0, 20.0 ],
                                "id" : "obj-38",
                                "numoutlets" : 0,
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "record, aed 0 142. 25. 0.35, aed 180000 135. 0. 0.5, close",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 615.0, 780.0, 319.0, 18.0 ],
                                "id" : "obj-37",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "interpolation 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 765.0, 165.0, 86.0, 18.0 ],
                                "id" : "obj-26",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "points 6",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 705.0, 165.0, 53.0, 18.0 ],
                                "id" : "obj-27",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 870.0, 195.0, 50.0, 20.0 ],
                                "id" : "obj-28",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect center",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 705.0, 195.0, 89.0, 18.0 ],
                                "id" : "obj-29",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol trajectory 6",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 705.0, 225.0, 135.0, 20.0 ],
                                "id" : "obj-30",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Arial",
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 1,
                                    "index" : 6,
                                    "volume" : [ 2.0, 2.0, 2.0 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 0.0, 0.0, 1.0 ],
                                    "connect" : "center",
                                    "show_volume" : 0,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "record, aed 0 -40. -12. 0.6, aed 180000 -90. 0. 0.5, close",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 300.0, 135.0, 311.0, 18.0 ],
                                "id" : "obj-31",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "interpolation 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 360.0, 165.0, 86.0, 18.0 ],
                                "id" : "obj-32",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "points 5",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 300.0, 165.0, 53.0, 18.0 ],
                                "id" : "obj-33",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 450.0, 195.0, 50.0, 20.0 ],
                                "id" : "obj-34",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect center",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 300.0, 195.0, 89.0, 18.0 ],
                                "id" : "obj-35",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol trajectory 5",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 300.0, 225.0, 135.0, 20.0 ],
                                "id" : "obj-36",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Arial",
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 1,
                                    "index" : 5,
                                    "volume" : [ 2.0, 2.0, 2.0 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 0.0, 0.0, 1.0 ],
                                    "connect" : "center",
                                    "show_volume" : 0,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "interpolation 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 675.0, 810.0, 86.0, 18.0 ],
                                "id" : "obj-20",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "points 4",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 615.0, 810.0, 53.0, 18.0 ],
                                "id" : "obj-21",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 765.0, 840.0, 50.0, 20.0 ],
                                "id" : "obj-22",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect center",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 615.0, 840.0, 89.0, 18.0 ],
                                "id" : "obj-23",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol trajectory 4",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 615.0, 870.0, 135.0, 20.0 ],
                                "id" : "obj-24",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Arial",
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 1,
                                    "index" : 4,
                                    "volume" : [ 2.0, 2.0, 2.0 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 0.0, 0.0, 1.0 ],
                                    "connect" : "center",
                                    "show_volume" : 0,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "record, aed 0 -142. 25. 0.35, aed 180000 -135. 0. 0.5, close",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 210.0, 780.0, 327.0, 18.0 ],
                                "id" : "obj-13",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "interpolation 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 270.0, 810.0, 86.0, 18.0 ],
                                "id" : "obj-14",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "points 3",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 210.0, 810.0, 53.0, 18.0 ],
                                "id" : "obj-15",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 375.0, 840.0, 50.0, 20.0 ],
                                "id" : "obj-16",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect center",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 210.0, 840.0, 89.0, 18.0 ],
                                "id" : "obj-17",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol trajectory 3",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 210.0, 870.0, 135.0, 20.0 ],
                                "id" : "obj-18",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Arial",
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 1,
                                    "index" : 3,
                                    "volume" : [ 2.0, 2.0, 2.0 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 0.0, 0.0, 1.0 ],
                                    "connect" : "center",
                                    "show_volume" : 0,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "record, aed 0 40. 20. 0.55, aed 180000 45. 0. 0.5, close",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 645.0, 450.0, 306.0, 18.0 ],
                                "id" : "obj-7",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "interpolation 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 705.0, 495.0, 86.0, 18.0 ],
                                "id" : "obj-8",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "points 2",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 645.0, 495.0, 53.0, 18.0 ],
                                "id" : "obj-9",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 810.0, 525.0, 50.0, 20.0 ],
                                "id" : "obj-10",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect center",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 645.0, 525.0, 89.0, 18.0 ],
                                "id" : "obj-11",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol trajectory 2",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 645.0, 555.0, 135.0, 20.0 ],
                                "id" : "obj-12",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Arial",
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 1,
                                    "index" : 2,
                                    "volume" : [ 2.0, 2.0, 2.0 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 0.0, 0.0, 1.0 ],
                                    "connect" : "center",
                                    "show_volume" : 0,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "record, aed 0 -40. 20. 0.55, aed 180000 -45. 0. 0.5, close",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 255.0, 435.0, 314.0, 18.0 ],
                                "id" : "obj-6",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "interpolation 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 315.0, 480.0, 86.0, 18.0 ],
                                "id" : "obj-5",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "points 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 255.0, 480.0, 53.0, 18.0 ],
                                "id" : "obj-4",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 405.0, 510.0, 50.0, 20.0 ],
                                "id" : "obj-3",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect center",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 255.0, 510.0, 89.0, 18.0 ],
                                "id" : "obj-2",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol trajectory 1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 255.0, 540.0, 135.0, 20.0 ],
                                "id" : "obj-1",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Arial",
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 1,
                                    "index" : 1,
                                    "volume" : [ 2.0, 2.0, 2.0 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 0.0, 0.0, 1.0 ],
                                    "connect" : "center",
                                    "show_volume" : 0,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "clear",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 30.0, 225.0, 50.0, 18.0 ],
                                "id" : "obj-84",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Arial"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-65", 0 ],
                                "destination" : [ "obj-22", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-64", 0 ],
                                "destination" : [ "obj-16", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-63", 0 ],
                                "destination" : [ "obj-10", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-62", 0 ],
                                "destination" : [ "obj-3", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-61", 0 ],
                                "destination" : [ "obj-28", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-25", 2 ],
                                "destination" : [ "obj-61", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-45", 0 ],
                                "destination" : [ "obj-34", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-47", 2 ],
                                "destination" : [ "obj-45", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-84", 0 ],
                                "destination" : [ "obj-24", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-84", 0 ],
                                "destination" : [ "obj-18", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-84", 0 ],
                                "destination" : [ "obj-1", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-84", 0 ],
                                "destination" : [ "obj-12", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-84", 0 ],
                                "destination" : [ "obj-30", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-84", 0 ],
                                "destination" : [ "obj-36", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-21", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-20", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-23", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-79", 2 ],
                                "destination" : [ "obj-17", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-79", 1 ],
                                "destination" : [ "obj-15", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-79", 1 ],
                                "destination" : [ "obj-14", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-78", 0 ],
                                "destination" : [ "obj-13", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-81", 0 ],
                                "destination" : [ "obj-37", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-81", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-83", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-80", 0 ],
                                "destination" : [ "obj-79", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-79", 0 ],
                                "destination" : [ "obj-78", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-76", 2 ],
                                "destination" : [ "obj-11", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-76", 1 ],
                                "destination" : [ "obj-8", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-76", 1 ],
                                "destination" : [ "obj-9", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-75", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-76", 0 ],
                                "destination" : [ "obj-75", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-77", 0 ],
                                "destination" : [ "obj-76", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-73", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-73", 1 ],
                                "destination" : [ "obj-4", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-73", 1 ],
                                "destination" : [ "obj-5", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-72", 0 ],
                                "destination" : [ "obj-6", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-74", 0 ],
                                "destination" : [ "obj-73", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-73", 0 ],
                                "destination" : [ "obj-72", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-25", 1 ],
                                "destination" : [ "obj-27", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-25", 1 ],
                                "destination" : [ "obj-26", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-25", 2 ],
                                "destination" : [ "obj-29", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-19", 0 ],
                                "destination" : [ "obj-44", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-71", 0 ],
                                "destination" : [ "obj-25", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-25", 0 ],
                                "destination" : [ "obj-19", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-48", 0 ],
                                "destination" : [ "obj-31", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-47", 0 ],
                                "destination" : [ "obj-48", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-47", 1 ],
                                "destination" : [ "obj-33", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-47", 2 ],
                                "destination" : [ "obj-35", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-46", 0 ],
                                "destination" : [ "obj-47", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-47", 1 ],
                                "destination" : [ "obj-32", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-2", 0 ],
                                "destination" : [ "obj-1", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-1", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-4", 0 ],
                                "destination" : [ "obj-1", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-5", 0 ],
                                "destination" : [ "obj-1", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-1", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-11", 0 ],
                                "destination" : [ "obj-12", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-10", 0 ],
                                "destination" : [ "obj-12", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-9", 0 ],
                                "destination" : [ "obj-12", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-12", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-7", 0 ],
                                "destination" : [ "obj-12", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-35", 0 ],
                                "destination" : [ "obj-36", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-34", 0 ],
                                "destination" : [ "obj-36", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-33", 0 ],
                                "destination" : [ "obj-36", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-32", 0 ],
                                "destination" : [ "obj-36", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-31", 0 ],
                                "destination" : [ "obj-36", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-44", 0 ],
                                "destination" : [ "obj-30", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-26", 0 ],
                                "destination" : [ "obj-30", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-27", 0 ],
                                "destination" : [ "obj-30", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-28", 0 ],
                                "destination" : [ "obj-30", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-29", 0 ],
                                "destination" : [ "obj-30", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-13", 0 ],
                                "destination" : [ "obj-18", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-14", 0 ],
                                "destination" : [ "obj-18", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-15", 0 ],
                                "destination" : [ "obj-18", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-16", 0 ],
                                "destination" : [ "obj-18", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-17", 0 ],
                                "destination" : [ "obj-18", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-37", 0 ],
                                "destination" : [ "obj-24", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-23", 0 ],
                                "destination" : [ "obj-24", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-22", 0 ],
                                "destination" : [ "obj-24", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-21", 0 ],
                                "destination" : [ "obj-24", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-20", 0 ],
                                "destination" : [ "obj-24", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-69", 0 ],
                                "destination" : [ "obj-70", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-70", 0 ],
                                "destination" : [ "obj-30", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-70", 0 ],
                                "destination" : [ "obj-36", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-70", 0 ],
                                "destination" : [ "obj-12", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-70", 0 ],
                                "destination" : [ "obj-1", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-70", 0 ],
                                "destination" : [ "obj-24", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-70", 0 ],
                                "destination" : [ "obj-18", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-103", 0 ],
                                "destination" : [ "obj-102", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "fontface" : 0,
                    "fontsize" : 12.0,
                    "default_fontface" : 0,
                    "globalpatchername" : "",
                    "default_fontname" : "Arial",
                    "fontname" : "Arial",
                    "default_fontsize" : 12.0
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 84.0, 324.0, 50.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-148",
                "numoutlets" : 2,
                "outlettype" : [ "int", "bang" ],
                "fontname" : "Verdana",
                "presentation_rect" : [ 1020.0, 48.0, 50.0, 19.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "message",
                "text" : "stability $1",
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 84.0, 348.0, 66.0, 17.0 ],
                "presentation" : 1,
                "id" : "obj-147",
                "numoutlets" : 1,
                "outlettype" : [ "" ],
                "fontname" : "Verdana",
                "presentation_rect" : [ 1020.0, 72.0, 66.0, 17.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "toggle",
                "numinlets" : 1,
                "patching_rect" : [ 60.0, 324.0, 20.0, 20.0 ],
                "presentation" : 1,
                "id" : "obj-146",
                "numoutlets" : 1,
                "outlettype" : [ "int" ],
                "presentation_rect" : [ 960.0, 48.0, 37.0, 37.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "Cubic Volume",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 144.0, 372.0, 111.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-144",
                "numoutlets" : 0,
                "fontname" : "Verdana",
                "presentation_rect" : [ 1008.0, 96.0, 80.0, 19.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 96.0, 372.0, 50.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-145",
                "numoutlets" : 2,
                "outlettype" : [ "float", "bang" ],
                "fontname" : "Verdana",
                "presentation_rect" : [ 960.0, 96.0, 50.0, 19.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "step size",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 192.0, 396.0, 64.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-143",
                "numoutlets" : 0,
                "fontname" : "Verdana",
                "presentation_rect" : [ 1008.0, 132.0, 64.0, 19.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 144.0, 396.0, 50.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-142",
                "numoutlets" : 2,
                "outlettype" : [ "float", "bang" ],
                "fontname" : "Verdana",
                "presentation_rect" : [ 960.0, 132.0, 50.0, 19.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p clockControl",
                "fontsize" : 10.0,
                "numinlets" : 3,
                "patching_rect" : [ 60.0, 420.0, 82.0, 19.0 ],
                "id" : "obj-141",
                "numoutlets" : 0,
                "fontname" : "Verdana",
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 5,
                        "minor" : 1,
                        "revision" : 9
                    }
,
                    "rect" : [ 132.0, 173.0, 1379.0, 854.0 ],
                    "bglocked" : 0,
                    "defrect" : [ 132.0, 173.0, 1379.0, 854.0 ],
                    "openrect" : [ 0.0, 0.0, 0.0, 0.0 ],
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Arial",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "sel 0",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 135.0, 225.0, 36.0, 20.0 ],
                                "id" : "obj-9",
                                "numoutlets" : 2,
                                "outlettype" : [ "bang", "" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "counter",
                                "fontsize" : 12.0,
                                "numinlets" : 5,
                                "patching_rect" : [ 135.0, 195.0, 73.0, 20.0 ],
                                "id" : "obj-7",
                                "numoutlets" : 4,
                                "outlettype" : [ "int", "", "", "int" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "numinlets" : 1,
                                "patching_rect" : [ 90.0, 180.0, 20.0, 20.0 ],
                                "id" : "obj-5",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "1",
                                "fontsize" : 12.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 195.0, 255.0, 32.5, 20.0 ],
                                "id" : "obj-1",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "loadbang",
                                "fontsize" : 12.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 180.0, 225.0, 60.0, 20.0 ],
                                "id" : "obj-8",
                                "numoutlets" : 1,
                                "outlettype" : [ "bang" ],
                                "fontname" : "Arial"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "numinlets" : 0,
                                "patching_rect" : [ 15.0, 165.0, 25.0, 25.0 ],
                                "presentation" : 1,
                                "id" : "obj-6",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "presentation_rect" : [ 45.0, 165.0, 25.0, 25.0 ],
                                "comment" : ""
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "numinlets" : 0,
                                "patching_rect" : [ 375.0, 150.0, 25.0, 25.0 ],
                                "presentation" : 1,
                                "id" : "obj-4",
                                "numoutlets" : 1,
                                "outlettype" : [ "float" ],
                                "presentation_rect" : [ 480.0, 150.0, 25.0, 25.0 ],
                                "comment" : ""
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "numinlets" : 0,
                                "patching_rect" : [ 780.0, 150.0, 25.0, 25.0 ],
                                "presentation" : 1,
                                "id" : "obj-3",
                                "numoutlets" : 1,
                                "outlettype" : [ "float" ],
                                "presentation_rect" : [ 780.0, 150.0, 25.0, 25.0 ],
                                "comment" : ""
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 407.070862, 817.74408, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-105",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 411.0, 792.842041, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 591.346008, 950.99054, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-107",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 591.346008, 950.99054, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "set 1 to be the centre's index",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 511.059326, 881.037903, 158.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-108",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 511.059326, 881.037903, 158.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "index 6",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 450.850098, 881.037903, 48.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-110",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 450.850098, 881.037903, 48.0, 17.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "toggle",
                                "numinlets" : 1,
                                "patching_rect" : [ 450.850098, 906.315979, 15.0, 15.0 ],
                                "presentation" : 1,
                                "id" : "obj-111",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "presentation_rect" : [ 450.850098, 906.315979, 15.0, 15.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "show_volume $1, volume_color 0 127 191",
                                "linecount" : 3,
                                "presentation_linecount" : 3,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 449.850098, 923.99054, 101.0, 41.0 ],
                                "presentation" : 1,
                                "id" : "obj-112",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 449.850098, 923.99054, 101.0, 41.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect swarm, volume $1 $1 $1,",
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 407.070862, 840.3349, 182.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-113",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 411.0, 815.432861, 176.0, 29.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol random 21 22 23 24",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 411.0, 975.0, 177.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-114",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 411.0, 975.0, 177.0, 19.0 ],
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 0,
                                    "index" : 6,
                                    "volume" : [ 0.1, 0.1, 0.1 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 127.0, 191.0, 1.0 ],
                                    "connect" : "swarm",
                                    "show_volume" : 1,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "connect to monitor and define a box",
                                "linecount" : 2,
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 585.0, 840.0, 107.0, 31.0 ],
                                "presentation" : 1,
                                "id" : "obj-115",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 588.929138, 815.097961, 107.0, 31.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 51.0, 780.842041, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-119",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 51.0, 780.842041, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 231.346008, 945.695129, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-121",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 231.346008, 945.695129, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "set 1 to be the centre's index",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 151.059326, 869.037903, 158.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-122",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 151.059326, 869.037903, 158.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "index 5",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 90.850098, 869.037903, 48.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-124",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 90.850098, 869.037903, 48.0, 17.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "toggle",
                                "numinlets" : 1,
                                "patching_rect" : [ 90.850098, 901.020569, 15.0, 15.0 ],
                                "presentation" : 1,
                                "id" : "obj-125",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "presentation_rect" : [ 90.850098, 901.020569, 15.0, 15.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "show_volume $1, volume_color 0 127 191",
                                "linecount" : 3,
                                "presentation_linecount" : 3,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 89.850098, 918.695129, 101.0, 41.0 ],
                                "presentation" : 1,
                                "id" : "obj-126",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 89.850098, 918.695129, 101.0, 41.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect swarm, volume $1 $1 $1,",
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 51.0, 803.432861, 182.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-127",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 51.0, 803.432861, 176.0, 29.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol random 17 18 19 20",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 51.0, 963.0, 177.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-128",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 51.0, 963.0, 177.0, 19.0 ],
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 0,
                                    "index" : 5,
                                    "volume" : [ 0.1, 0.1, 0.1 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 127.0, 191.0, 1.0 ],
                                    "connect" : "swarm",
                                    "show_volume" : 1,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "connect to monitor and define a box",
                                "linecount" : 2,
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 228.929138, 803.097961, 107.0, 31.0 ],
                                "presentation" : 1,
                                "id" : "obj-129",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 228.929138, 803.097961, 107.0, 31.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 411.0, 540.842041, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-85",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 411.0, 540.842041, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 591.346008, 698.99054, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-90",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 591.346008, 698.99054, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "set 1 to be the centre's index",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 511.059326, 629.037903, 158.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-91",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 511.059326, 629.037903, 158.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "index 4",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 450.850098, 629.037903, 48.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-93",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 450.850098, 629.037903, 48.0, 17.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "toggle",
                                "numinlets" : 1,
                                "patching_rect" : [ 450.850098, 654.315979, 15.0, 15.0 ],
                                "presentation" : 1,
                                "id" : "obj-95",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "presentation_rect" : [ 450.850098, 654.315979, 15.0, 15.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "show_volume $1, volume_color 0 127 191",
                                "linecount" : 3,
                                "presentation_linecount" : 3,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 449.850098, 671.99054, 101.0, 41.0 ],
                                "presentation" : 1,
                                "id" : "obj-96",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 449.850098, 671.99054, 101.0, 41.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect swarm, volume $1 $1 $1,",
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 411.0, 563.432861, 182.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-97",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 411.0, 563.432861, 176.0, 29.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol random 13 14 15 16",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 411.0, 723.0, 177.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-98",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 411.0, 723.0, 177.0, 19.0 ],
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 0,
                                    "index" : 4,
                                    "volume" : [ 0.1, 0.1, 0.1 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 127.0, 191.0, 1.0 ],
                                    "connect" : "swarm",
                                    "show_volume" : 1,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "connect to monitor and define a box",
                                "linecount" : 2,
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 588.929138, 563.097961, 107.0, 31.0 ],
                                "presentation" : 1,
                                "id" : "obj-99",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 588.929138, 563.097961, 107.0, 31.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 511.059326, 599.860962, 87.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-100",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 511.059326, 599.860962, 87.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 51.0, 528.842041, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-66",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 51.0, 528.842041, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 231.346008, 693.695129, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-71",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 231.346008, 693.695129, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "set 1 to be the centre's index",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 151.059326, 617.037903, 158.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-72",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 151.059326, 617.037903, 158.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "index 3",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 90.850098, 617.037903, 48.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-74",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 90.850098, 617.037903, 48.0, 17.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "toggle",
                                "numinlets" : 1,
                                "patching_rect" : [ 90.850098, 649.020569, 15.0, 15.0 ],
                                "presentation" : 1,
                                "id" : "obj-76",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "presentation_rect" : [ 90.850098, 649.020569, 15.0, 15.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "show_volume $1, volume_color 0 127 191",
                                "linecount" : 3,
                                "presentation_linecount" : 3,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 89.850098, 666.695129, 101.0, 41.0 ],
                                "presentation" : 1,
                                "id" : "obj-77",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 89.850098, 666.695129, 101.0, 41.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect swarm, volume $1 $1 $1,",
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 51.0, 551.432861, 182.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-78",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 51.0, 551.432861, 176.0, 29.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol random 9 10 11 12",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 51.0, 711.0, 170.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-79",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 51.0, 711.0, 170.0, 19.0 ],
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 0,
                                    "index" : 3,
                                    "volume" : [ 0.1, 0.1, 0.1 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 127.0, 191.0, 1.0 ],
                                    "connect" : "swarm",
                                    "show_volume" : 1,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "connect to monitor and define a box",
                                "linecount" : 2,
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 228.929138, 551.097961, 107.0, 31.0 ],
                                "presentation" : 1,
                                "id" : "obj-80",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 228.929138, 551.097961, 107.0, 31.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 399.0, 288.842041, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-46",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 399.0, 288.842041, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 579.346008, 441.695129, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-51",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 579.346008, 441.695129, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "set 1 to be the centre's index",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 499.059326, 377.037903, 158.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-52",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 499.059326, 377.037903, 158.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "index 2",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 438.850098, 377.037903, 48.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-54",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 438.850098, 377.037903, 48.0, 17.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "toggle",
                                "numinlets" : 1,
                                "patching_rect" : [ 438.850098, 397.020569, 15.0, 15.0 ],
                                "presentation" : 1,
                                "id" : "obj-56",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "presentation_rect" : [ 438.850098, 397.020569, 15.0, 15.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "show_volume $1, volume_color 0 127 191",
                                "linecount" : 3,
                                "presentation_linecount" : 3,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 437.850098, 414.695129, 101.0, 41.0 ],
                                "presentation" : 1,
                                "id" : "obj-57",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 437.850098, 414.695129, 101.0, 41.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect swarm, volume $1 $1 $1,",
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 399.0, 311.432861, 182.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-58",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 399.0, 311.432861, 176.0, 29.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol random 5 6 7 8",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 399.0, 465.70459, 151.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-59",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 399.0, 465.70459, 151.0, 19.0 ],
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 0,
                                    "index" : 2,
                                    "volume" : [ 0.1, 0.1, 0.1 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 127.0, 191.0, 1.0 ],
                                    "connect" : "swarm",
                                    "show_volume" : 1,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "connect to monitor and define a box",
                                "linecount" : 2,
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 576.929138, 311.097931, 107.0, 31.0 ],
                                "presentation" : 1,
                                "id" : "obj-60",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 576.929138, 311.097931, 107.0, 31.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 53.070847, 268.74408, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-2",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 53.070847, 268.74408, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 234.345978, 435.630341, 50.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-24",
                                "numoutlets" : 2,
                                "outlettype" : [ "float", "bang" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 234.345978, 435.630341, 50.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "set 1 to be the centre's index",
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 153.130157, 356.939972, 158.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-25",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 153.130157, 356.939972, 158.0, 19.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "index 1",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 92.920929, 356.939972, 48.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-27",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 92.920929, 356.939972, 48.0, 17.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "toggle",
                                "numinlets" : 1,
                                "patching_rect" : [ 93.850082, 390.95578, 15.0, 15.0 ],
                                "presentation" : 1,
                                "id" : "obj-29",
                                "numoutlets" : 1,
                                "outlettype" : [ "int" ],
                                "presentation_rect" : [ 93.850082, 390.95578, 15.0, 15.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "show_volume $1, volume_color 0 127 191",
                                "linecount" : 3,
                                "presentation_linecount" : 3,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 92.850082, 408.630341, 101.0, 41.0 ],
                                "presentation" : 1,
                                "id" : "obj-30",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 92.850082, 408.630341, 101.0, 41.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "message",
                                "text" : "connect swarm, volume $1 $1 $1,",
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 53.070847, 291.33493, 182.0, 17.0 ],
                                "presentation" : 1,
                                "id" : "obj-31",
                                "numoutlets" : 1,
                                "outlettype" : [ "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 53.070847, 291.33493, 176.0, 29.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "ambicontrol random 1 2 3 4",
                                "fontsize" : 10.0,
                                "numinlets" : 2,
                                "patching_rect" : [ 54.0, 459.639801, 151.0, 19.0 ],
                                "presentation" : 1,
                                "id" : "obj-32",
                                "numoutlets" : 2,
                                "outlettype" : [ "", "" ],
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 54.0, 459.639801, 151.0, 19.0 ],
                                "saved_object_attributes" :                                 {
                                    "volume_type" : 0,
                                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "loop" : 0,
                                    "interpolation" : 0,
                                    "index" : 1,
                                    "volume" : [ 0.1, 0.1, 0.1 ],
                                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                                    "interval" : 100,
                                    "volume_color" : [ 0.0, 127.0, 191.0, 1.0 ],
                                    "connect" : "swarm",
                                    "show_volume" : 1,
                                    "pointsize" : 0.0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "comment",
                                "text" : "connect to monitor and define a box",
                                "linecount" : 2,
                                "presentation_linecount" : 2,
                                "fontsize" : 10.0,
                                "numinlets" : 1,
                                "patching_rect" : [ 231.0, 291.0, 107.0, 31.0 ],
                                "presentation" : 1,
                                "id" : "obj-37",
                                "numoutlets" : 0,
                                "fontname" : "Verdana",
                                "presentation_rect" : [ 231.0, 291.0, 107.0, 31.0 ]
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-9", 0 ],
                                "destination" : [ "obj-8", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-7", 0 ],
                                "destination" : [ "obj-9", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-5", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-5", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-110", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-124", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-93", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-74", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-54", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-1", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-29", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-56", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-76", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-95", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-125", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-111", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-125", 0 ],
                                "destination" : [ "obj-126", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-119", 0 ],
                                "destination" : [ "obj-127", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-105", 0 ],
                                "destination" : [ "obj-113", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-111", 0 ],
                                "destination" : [ "obj-112", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-95", 0 ],
                                "destination" : [ "obj-96", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-97", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-66", 0 ],
                                "destination" : [ "obj-78", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-76", 0 ],
                                "destination" : [ "obj-77", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-56", 0 ],
                                "destination" : [ "obj-57", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-46", 0 ],
                                "destination" : [ "obj-58", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-2", 0 ],
                                "destination" : [ "obj-31", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-29", 0 ],
                                "destination" : [ "obj-30", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-51", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 789.5, 438.847565, 588.846008, 438.847565 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-24", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 789.5, 438.815186, 243.845978, 438.815186 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-71", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 789.5, 694.847534, 240.846008, 694.847534 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 789.5, 698.495239, 600.846008, 698.495239 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-107", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 789.5, 948.495239, 600.846008, 948.495239 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-121", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 789.5, 948.847534, 240.846008, 948.847534 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-4", 0 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 384.5, 266.37204, 62.570847, 266.37204 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-4", 0 ],
                                "destination" : [ "obj-46", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 384.5, 286.421021, 408.5, 286.421021 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-4", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 384.5, 536.421021, 420.5, 536.421021 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-4", 0 ],
                                "destination" : [ "obj-66", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 384.5, 527.421021, 60.5, 527.421021 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-4", 0 ],
                                "destination" : [ "obj-119", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 384.5, 779.421021, 60.5, 779.421021 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-4", 0 ],
                                "destination" : [ "obj-105", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 384.5, 813.87207, 416.570862, 813.87207 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-59", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 24.5, 489.352295, 408.5, 489.352295 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-51", 0 ],
                                "destination" : [ "obj-59", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-58", 0 ],
                                "destination" : [ "obj-59", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-57", 0 ],
                                "destination" : [ "obj-59", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-54", 0 ],
                                "destination" : [ "obj-59", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 448.350098, 395.293854, 408.5, 395.293854 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-32", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 24.5, 449.319885, 63.5, 449.319885 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-27", 0 ],
                                "destination" : [ "obj-32", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 102.420929, 383.229065, 63.5, 383.229065 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-30", 0 ],
                                "destination" : [ "obj-32", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-31", 0 ],
                                "destination" : [ "obj-32", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-24", 0 ],
                                "destination" : [ "obj-32", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-79", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 24.5, 702.0, 60.5, 702.0 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-74", 0 ],
                                "destination" : [ "obj-79", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 100.350098, 633.293823, 60.5, 633.293823 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-77", 0 ],
                                "destination" : [ "obj-79", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-78", 0 ],
                                "destination" : [ "obj-79", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-71", 0 ],
                                "destination" : [ "obj-79", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-128", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 24.5, 939.0, 60.5, 939.0 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-121", 0 ],
                                "destination" : [ "obj-128", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-127", 0 ],
                                "destination" : [ "obj-128", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-126", 0 ],
                                "destination" : [ "obj-128", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-124", 0 ],
                                "destination" : [ "obj-128", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 100.350098, 885.293823, 60.5, 885.293823 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-114", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 24.5, 1009.0, 420.5, 1009.0 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-110", 0 ],
                                "destination" : [ "obj-114", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 460.350098, 897.293823, 420.5, 897.293823 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-112", 0 ],
                                "destination" : [ "obj-114", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-113", 0 ],
                                "destination" : [ "obj-114", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-107", 0 ],
                                "destination" : [ "obj-114", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-6", 0 ],
                                "destination" : [ "obj-98", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 24.5, 747.0, 420.5, 747.0 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-90", 0 ],
                                "destination" : [ "obj-98", 1 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-97", 0 ],
                                "destination" : [ "obj-98", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-96", 0 ],
                                "destination" : [ "obj-98", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-93", 0 ],
                                "destination" : [ "obj-98", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 460.350098, 645.293823, 420.5, 645.293823 ]
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-8", 0 ],
                                "destination" : [ "obj-27", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ ]
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "fontface" : 0,
                    "fontsize" : 12.0,
                    "default_fontface" : 0,
                    "globalpatchername" : "",
                    "default_fontname" : "Arial",
                    "fontname" : "Arial",
                    "default_fontsize" : 12.0
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "rotate the central positions",
                "presentation_linecount" : 3,
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 60.0, 480.0, 150.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-139",
                "numoutlets" : 0,
                "fontname" : "Verdana",
                "presentation_rect" : [ 1320.0, 72.0, 86.0, 43.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 135.0, 582.0, 50.0, 19.0 ],
                "presentation" : 1,
                "id" : "obj-138",
                "numoutlets" : 2,
                "outlettype" : [ "float", "bang" ],
                "fontname" : "Verdana",
                "presentation_rect" : [ 1260.0, 120.0, 50.0, 19.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "toggle",
                "numinlets" : 1,
                "patching_rect" : [ 51.0, 558.0, 20.0, 20.0 ],
                "presentation" : 1,
                "id" : "obj-137",
                "numoutlets" : 1,
                "outlettype" : [ "int" ],
                "presentation_rect" : [ 1260.0, 72.0, 40.0, 40.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "message",
                "text" : "rotate",
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 81.0, 561.0, 41.0, 17.0 ],
                "id" : "obj-136",
                "numoutlets" : 1,
                "outlettype" : [ "" ],
                "fontname" : "Verdana"
            }

        }
,         {
            "box" :             {
                "maxclass" : "message",
                "text" : "connect center",
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 105.0, 501.0, 85.0, 17.0 ],
                "id" : "obj-135",
                "numoutlets" : 1,
                "outlettype" : [ "" ],
                "fontname" : "Verdana"
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "ambicontrol",
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 75.0, 606.0, 70.0, 19.0 ],
                "id" : "obj-134",
                "numoutlets" : 2,
                "outlettype" : [ "", "" ],
                "fontname" : "Verdana",
                "saved_object_attributes" :                 {
                    "volume_type" : 0,
                    "trajectory_point_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                    "loop" : 0,
                    "interpolation" : 0,
                    "index" : 0,
                    "volume" : [ 2.0, 2.0, 2.0 ],
                    "trajectory_color" : [ 0.0, 0.0, 0.0, 0.0 ],
                    "interval" : 100,
                    "volume_color" : [ 0.0, 0.0, 0.0, 1.0 ],
                    "connect" : "center",
                    "show_volume" : 0,
                    "pointsize" : 0.0
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "message",
                "text" : "aed 1 -40. 20. 0.55, aed 2 40. 20. 0.55, aed 3 -142. 25. 0.35, aed 4 142. 25. 0.35, aed 5 -40. -12. 0.6, aed 6 40. -12. 0.6,",
                "linecount" : 6,
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 285.0, 45.0, 126.0, 77.0 ],
                "id" : "obj-21",
                "numoutlets" : 1,
                "outlettype" : [ "" ],
                "fontname" : "Verdana",
                "hidden" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "ambimonitor",
                "varname" : "center",
                "numinlets" : 1,
                "hi_grid_color" : [ 0.746094, 0.0, 0.0, 1.0 ],
                "mode" : 2,
                "patching_rect" : [ 279.0, 156.0, 137.0, 274.0 ],
                "presentation" : 1,
                "id" : "obj-28",
                "numbers" : 1,
                "numoutlets" : 3,
                "name_color" : [ 0.5, 0.5, 0.5, 1.0 ],
                "grid" : 1,
                "point_color" : [ 0.996094, 0.710938, 0.0, 1.0 ],
                "outlettype" : [ "", "", "" ],
                "circle_color" : [ 0.0, 0.0625, 0.355469, 1.0 ],
                "bgcolor" : [ 0.496094, 0.496094, 0.496094, 1.0 ],
                "line_color" : [ 0.917969, 0.917969, 0.457031, 1.0 ],
                "presentation_rect" : [ 948.0, 180.0, 137.0, 274.0 ],
                "grid_color" : [ 0.136719, 0.132812, 0.132812, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "loadbang",
                "fontsize" : 10.0,
                "numinlets" : 1,
                "patching_rect" : [ 450.0, 15.0, 54.0, 19.0 ],
                "id" : "obj-33",
                "numoutlets" : 1,
                "outlettype" : [ "bang" ],
                "fontname" : "Verdana",
                "hidden" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "uzi 28",
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 441.0, 99.0, 46.0, 19.0 ],
                "id" : "obj-34",
                "numoutlets" : 3,
                "outlettype" : [ "bang", "bang", "int" ],
                "fontname" : "Verdana",
                "hidden" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "message",
                "text" : "aed $1",
                "fontsize" : 10.0,
                "numinlets" : 2,
                "patching_rect" : [ 441.0, 123.0, 45.0, 17.0 ],
                "id" : "obj-35",
                "numoutlets" : 1,
                "outlettype" : [ "" ],
                "fontname" : "Verdana",
                "hidden" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "ambimonitor",
                "varname" : "swarm",
                "numinlets" : 1,
                "hi_grid_color" : [ 0.746094, 0.0, 0.019531, 1.0 ],
                "mode" : 2,
                "patching_rect" : [ 435.0, 156.0, 283.0, 566.0 ],
                "presentation" : 1,
                "id" : "obj-36",
                "numoutlets" : 3,
                "name_color" : [ 0.996094, 0.496094, 0.0, 1.0 ],
                "grid" : 1,
                "point_color" : [ 0.996094, 0.996094, 0.996094, 1.0 ],
                "outlettype" : [ "", "", "" ],
                "circle_color" : [ 0.0, 0.0625, 0.355469, 1.0 ],
                "bgcolor" : [ 0.0, 0.0, 0.25, 1.0 ],
                "line_color" : [ 0.5, 0.5, 0.5, 1.0 ],
                "coord_color" : [ 0.816406, 0.816406, 0.816406, 1.0 ],
                "presentation_rect" : [ 1104.0, 180.0, 283.0, 566.0 ],
                "grid_color" : [ 0.25, 0.25, 0.25, 1.0 ]
            }

        }
],
    "lines" : [         {
            "patchline" :             {
                "source" : [ "obj-33", 0 ],
                "destination" : [ "obj-21", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-237", 0 ],
                "destination" : [ "obj-138", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-135", 0 ],
                "destination" : [ "obj-134", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-136", 0 ],
                "destination" : [ "obj-134", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-137", 0 ],
                "destination" : [ "obj-134", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-138", 0 ],
                "destination" : [ "obj-134", 1 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-20", 0 ],
                "destination" : [ "obj-134", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-35", 0 ],
                "destination" : [ "obj-36", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-21", 0 ],
                "destination" : [ "obj-28", 0 ],
                "hidden" : 1,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-28", 0 ],
                "destination" : [ "obj-141", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-142", 0 ],
                "destination" : [ "obj-141", 2 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-145", 0 ],
                "destination" : [ "obj-141", 1 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-146", 0 ],
                "destination" : [ "obj-141", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-148", 0 ],
                "destination" : [ "obj-147", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-147", 0 ],
                "destination" : [ "obj-141", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-217", 0 ],
                "destination" : [ "obj-216", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-33", 0 ],
                "destination" : [ "obj-34", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-34", 2 ],
                "destination" : [ "obj-35", 0 ],
                "hidden" : 0,
                "midpoints" : [ ]
            }

        }
]
}
-----------end_max5_patcher-----------