From c026d9f74108f858e12c853b3fd17dba617082ad Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:32:17 -0700 Subject: [PATCH] rewrote project engine to use a single category, implemented variety per specification --- engine_sequencer.maxpat | 10 +- engine_status.json | 13 +- engine_zone~.maxpat | 327 +--- polybuf_container~.maxhelp | 518 ++---- polybuf_container~.maxpat | 3503 ++++++------------------------------ seq_eventeditor_ui.maxpat | 241 +-- sonogarden.maxpat | 356 ++-- 7 files changed, 1044 insertions(+), 3924 deletions(-) diff --git a/engine_sequencer.maxpat b/engine_sequencer.maxpat index 2c16d49..ce6e0c6 100644 --- a/engine_sequencer.maxpat +++ b/engine_sequencer.maxpat @@ -491,7 +491,7 @@ "parameter_enable" : 0, "patching_rect" : [ 244.0, 213.000003755092621, 22.999996244907379, 22.999996244907379 ], "presentation" : 1, - "presentation_rect" : [ 649.0, 54.5, 23.0, 23.0 ] + "presentation_rect" : [ 463.0, 49.0, 23.0, 23.0 ] } } @@ -728,7 +728,7 @@ "outlettype" : [ "" ], "patching_rect" : [ 352.0, 76.0, 32.0, 21.0 ], "presentation" : 1, - "presentation_rect" : [ 547.0, 55.0, 32.0, 21.0 ], + "presentation_rect" : [ 463.0, 29.0, 32.0, 21.0 ], "text" : "clear" } @@ -767,7 +767,7 @@ "numoutlets" : 0, "patching_rect" : [ 171.083335041999817, 128.666666716337204, 29.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 713.75, 55.0, 32.25, 19.0 ], + "presentation_rect" : [ 528.0, 50.0, 32.25, 19.0 ], "text" : "step" } @@ -871,7 +871,7 @@ "parameter_enable" : 0, "patching_rect" : [ 113.75, 127.0, 50.0, 22.0 ], "presentation" : 1, - "presentation_rect" : [ 674.0, 55.0, 37.75, 22.0 ], + "presentation_rect" : [ 488.0, 50.0, 37.75, 22.0 ], "tricolor" : [ 0.313725490196078, 0.654901960784314, 0.72156862745098, 1.0 ] } @@ -942,7 +942,7 @@ "outlettype" : [ "" ], "patching_rect" : [ 80.0, 417.0, 633.0, 50.0 ], "presentation" : 1, - "presentation_rect" : [ 5.0, 29.0, 745.0, 57.0 ], + "presentation_rect" : [ 5.0, 29.0, 454.0, 63.0 ], "viewvisibility" : 1 } diff --git a/engine_status.json b/engine_status.json index 408d454..f4f8178 100644 --- a/engine_status.json +++ b/engine_status.json @@ -1,6 +1,7 @@ { - "engine/1/sequencer/steps" : [ 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0 ], - "engine/1/sequencer/cat" : "blackgrosbeak", + "engine/1/zone/engine/gain" : [ -24.710375015584084, -21.536537105150636, -22.473586792807218, -20.604769485349429, -20.23259671376778, -25.605075754946572, -23.651114810912301, -25.295508492793207, -25.295508492793207, -24.710375015584084 ], + "engine/1/zone/voice/gain" : 128, + "engine/1/polybuf/path" : "Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/CelloShortSounds/", "engine/1/sequencer/loop" : 0, "engine/1/sequencer/generate" : 0, "engine/1/sequencer/speed" : 1.0, @@ -8,12 +9,14 @@ "engine/1/sequencer/variety" : 0.0, "engine/1/sequencer/auxsend" : 0.0, "engine/1/sequencer/spacing/range" : [ 100.0, 1500.0 ], + "engine/1/sequencer/cat" : "blackgrosbeak", "engine/1/sequencer/audiofile/textbox" : "blackgrosbeak", + "engine/1/zone/aux/gain" : 67, + "engine/1/path" : "Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/CelloHaiku/", + "engine/1/sequencer/steps" : [ 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0 ], "engine/1/zone/paths" : { "1" : "Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/blackgrosbeak/", "0" : "Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/blackgrosbeak/" } -, - "engine/1/zone/aux/gain" : 67, - "engine/1/zone/voice/gain" : 110 + } diff --git a/engine_zone~.maxpat b/engine_zone~.maxpat index 7948eb8..ad2acb2 100644 --- a/engine_zone~.maxpat +++ b/engine_zone~.maxpat @@ -10,7 +10,7 @@ } , "classnamespace" : "box", - "rect" : [ 358.0, 166.0, 1193.0, 779.0 ], + "rect" : [ 82.0, 159.0, 1193.0, 779.0 ], "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", @@ -148,7 +148,7 @@ ] } , - "patching_rect" : [ 467.0, 389.5, 49.0, 22.0 ], + "patching_rect" : [ 422.0, 402.0, 49.0, 22.0 ], "text" : "p query" } @@ -194,18 +194,6 @@ "text" : "o.select /stop" } - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-21", - "maxclass" : "o.display", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 750.0, 141.0, 150.0, 33.0 ] - } - } , { "box" : { @@ -1335,55 +1323,6 @@ "text" : "line 0." } - } -, { - "box" : { - "id" : "obj-6", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 738.0, 255.0, 213.0, 20.0 ], - "text" : "arg1: textbox destination for user input" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 766.0, 336.0, 161.0, 21.0 ], - "text" : "o.prepend #1" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 765.0, 307.0, 127.0, 21.0 ], - "text" : "o.pack /audiofile/textbox" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 765.0, 365.0, 37.0, 21.0 ], - "text" : "s osc" - } - } , { "box" : { @@ -1394,7 +1333,7 @@ "numoutlets" : 0, "patching_rect" : [ 396.0, 590.0, 139.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 422.0, 80.5, 70.0, 19.0 ], + "presentation_rect" : [ 139.0, 83.25, 70.0, 19.0 ], "text" : "aux audio", "textcolor" : [ 0.850980392156863, 0.850980392156863, 0.850980392156863, 0.31 ], "textjustification" : 1 @@ -1498,71 +1437,6 @@ "text" : "o.route /aux/gain /voice/gain /engine/gain /spat" } - } -, { - "box" : { - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 9, - "minor" : 0, - "revision" : 6, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 0.0, 0.0, 1000.0, 780.0 ], - "gridsize" : [ 15.0, 15.0 ], - "subpatcher_template" : "Untitled5_template", - "boxes" : [ { - "box" : { - "fontface" : 0, - "id" : "obj-37", - "linecount" : 8, - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 100.0, 239.0, 113.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 47, 99, 97, 116, 0, 0, 0, 0, 44, 115, 0, 0, 67, 101, 108, 108, 111, 83, 104, 111, 114, 116, 83, 111, 117, 110, 100, 115, 0, 0, 0, 0, 0, 0, 0, 20, 47, 118, 97, 114, 105, 101, 116, 121, 0, 0, 0, 0, 44, 105, 0, 0, 0, 0, 0, 50, 0, 0, 0, 16, 47, 103, 101, 110, 101, 114, 97, 116, 101, 0, 0, 0, 44, 84, 0, 0, 0, 0, 0, 24, 47, 100, 101, 110, 115, 105, 116, 121, 0, 0, 0, 0, 44, 100, 0, 0, 63, -23, -103, -103, -103, -103, -103, -102, 0, 0, 0, 20, 47, 115, 112, 101, 101, 100, 0, 0, 44, 100, 0, 0, 63, -16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 108, 111, 111, 112, 0, 0, 0, 44, 70, 0, 0, 0, 0, 0, 28, 47, 115, 112, 97, 99, 105, 110, 103, 47, 114, 97, 110, 103, 101, 0, 0, 44, 105, 105, 0, 0, 0, 1, 44, 0, 0, 7, 8, 0, 0, 0, 16, 47, 112, 104, 97, 115, 101, 111, 117, 116, 0, 0, 0, 44, 70, 0, 0 ], - "saved_bundle_length" : 216, - "text" : "/cat : \"CelloShortSounds\",\n/variety : 50,\n/generate : true,\n/density : 0.8,\n/speed : 1.,\n/loop : false,\n/spacing/range : [300, 1800],\n/phaseout : false" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-25", - "index" : 1, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 50.0, 273.0, 30.0, 30.0 ] - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "source" : [ "obj-37", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 556.0, 101.0, 107.0, 22.0 ], - "text" : "p example_bundle" - } - } , { "box" : { @@ -1586,9 +1460,9 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 451.0, 331.0, 48.0, 21.0 ], + "patching_rect" : [ 488.0, 91.0, 48.0, 21.0 ], "presentation" : 1, - "presentation_rect" : [ 164.0, 46.0, 48.0, 21.0 ], + "presentation_rect" : [ 296.0, 4.25, 48.0, 21.0 ], "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 115, 116, 111, 112, 0, 0, 0, 44, 0, 0, 0 ], "saved_bundle_length" : 32, "text" : "/stop" @@ -1603,38 +1477,10 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 511.0, 328.0, 152.0, 29.0 ], + "patching_rect" : [ 548.0, 88.0, 152.0, 29.0 ], "text" : "manually stop all voices from playing back (and free up DSP)" } - } -, { - "box" : { - "fontface" : 0, - "fontsize" : 9.0, - "id" : "obj-18", - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 489.0, 101.0, 53.0, 21.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 113, 117, 101, 114, 121, 0, 0, 44, 0, 0, 0 ], - "saved_bundle_length" : 32, - "text" : "/query" - } - - } -, { - "box" : { - "id" : "obj-9", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 401.0, 100.0, 24.0, 24.0 ] - } - } , { "box" : { @@ -1645,7 +1491,7 @@ "outlettype" : [ "" ], "patching_rect" : [ 836.0, 754.0, 300.0, 47.0 ], "presentation" : 1, - "presentation_rect" : [ 287.0, 68.0, 340.0, 45.0 ] + "presentation_rect" : [ 3.25, 70.75, 340.0, 45.0 ] } } @@ -1660,7 +1506,7 @@ "parameter_enable" : 0, "patching_rect" : [ 796.0, 796.0, 23.0, 84.0 ], "presentation" : 1, - "presentation_rect" : [ 629.0, 56.0, 22.0, 56.25 ] + "presentation_rect" : [ 345.25, 59.0, 22.0, 56.25 ] } } @@ -1689,7 +1535,7 @@ "parameter_enable" : 1, "patching_rect" : [ 387.0, 500.0, 315.0, 125.0 ], "presentation" : 1, - "presentation_rect" : [ 287.0, 2.0, 340.0, 65.0 ], + "presentation_rect" : [ 4.25, 4.25, 148.0, 66.0 ], "saved_attribute_attributes" : { "valueof" : { "parameter_longname" : "engine_voices", @@ -1718,25 +1564,7 @@ "parameter_enable" : 0, "patching_rect" : [ 334.0, 496.0, 42.0, 129.0 ], "presentation" : 1, - "presentation_rect" : [ 629.0, 2.0, 22.0, 51.75 ] - } - - } -, { - "box" : { - "fontface" : 0, - "fontsize" : 9.0, - "id" : "obj-64", - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 427.0, 101.0, 53.0, 21.0 ], - "presentation" : 1, - "presentation_rect" : [ 214.0, 46.0, 53.0, 21.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 99, 108, 101, 97, 114, 0, 0, 44, 0, 0, 0 ], - "saved_bundle_length" : 32, - "text" : "/clear" + "presentation_rect" : [ 345.25, 4.25, 22.0, 51.75 ] } } @@ -1748,34 +1576,10 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 334.0, 390.0, 125.0, 21.0 ], + "patching_rect" : [ 337.0, 148.0, 125.0, 21.0 ], "text" : "engine_grainmanager" } - } -, { - "box" : { - "args" : [ "audiocollection" ], - "bgmode" : 0, - "border" : 0, - "clickthrough" : 0, - "enablehscroll" : 0, - "enablevscroll" : 0, - "id" : "obj-40", - "lockeddragscroll" : 0, - "lockedsize" : 0, - "maxclass" : "bpatcher", - "name" : "polybuf_container~.maxpat", - "numinlets" : 1, - "numoutlets" : 3, - "offset" : [ 0.0, 0.0 ], - "outlettype" : [ "FullPacket", "FullPacket", "" ], - "patching_rect" : [ 334.0, 150.0, 278.0, 111.0 ], - "presentation" : 1, - "presentation_rect" : [ 3.0, 2.0, 278.0, 111.0 ], - "viewvisibility" : 1 - } - } , { "box" : { @@ -1789,7 +1593,7 @@ "parameter_enable" : 1, "patching_rect" : [ 334.0, 723.0, 315.0, 125.0 ], "presentation" : 1, - "presentation_rect" : [ 653.0, 1.0, 48.0, 111.0 ], + "presentation_rect" : [ 370.0, 3.0, 80.0, 111.0 ], "saved_attribute_attributes" : { "valueof" : { "parameter_longname" : "zone_gain", @@ -1947,20 +1751,6 @@ "source" : [ "obj-15", 5 ] } - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "source" : [ "obj-2", 0 ] - } - } , { "patchline" : { @@ -1991,13 +1781,6 @@ "source" : [ "obj-24", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "source" : [ "obj-26", 0 ] - } - } , { "patchline" : { @@ -2068,36 +1851,6 @@ "source" : [ "obj-4", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "source" : [ "obj-40", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "order" : 0, - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "source" : [ "obj-40", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-62", 0 ], - "order" : 1, - "source" : [ "obj-40", 0 ] - } - } , { "patchline" : { @@ -2133,13 +1886,6 @@ "source" : [ "obj-50", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "source" : [ "obj-52", 0 ] - } - } , { "patchline" : { @@ -2184,13 +1930,6 @@ "source" : [ "obj-62", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "source" : [ "obj-64", 0 ] - } - } , { "patchline" : { @@ -2208,7 +1947,7 @@ } , { "patchline" : { - "destination" : [ "obj-40", 0 ], + "destination" : [ "obj-62", 0 ], "source" : [ "obj-7", 1 ] } @@ -2226,13 +1965,6 @@ "source" : [ "obj-8", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "source" : [ "obj-9", 0 ] - } - } ], "parameters" : { @@ -2275,18 +2007,10 @@ "type" : "JSON", "implicit" : 1 } -, { - "name" : "o.collect.mxo", - "type" : "iLaX" - } , { "name" : "o.compose.mxo", "type" : "iLaX" } -, { - "name" : "o.difference.mxo", - "type" : "iLaX" - } , { "name" : "o.display.mxo", "type" : "iLaX" @@ -2295,21 +2019,10 @@ "name" : "o.expr.codebox.mxo", "type" : "iLaX" } -, { - "name" : "o.gather.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/namespace", - "patcherrelativepath" : "../../../Max 9/Packages/odot/patchers/namespace", - "type" : "JSON", - "implicit" : 1 - } , { "name" : "o.if.mxo", "type" : "iLaX" } -, { - "name" : "o.intersection.mxo", - "type" : "iLaX" - } , { "name" : "o.pack.mxo", "type" : "iLaX" @@ -2318,13 +2031,6 @@ "name" : "o.prepend.mxo", "type" : "iLaX" } -, { - "name" : "o.righttoleft.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/ordering", - "patcherrelativepath" : "../../../Max 9/Packages/odot/patchers/ordering", - "type" : "JSON", - "implicit" : 1 - } , { "name" : "o.route.mxo", "type" : "iLaX" @@ -2341,13 +2047,6 @@ "name" : "o.var.mxo", "type" : "iLaX" } -, { - "name" : "polybuf_container~.maxpat", - "bootpath" : "~/Documents/programming/git_repositories/sonogarden_maxproj", - "patcherrelativepath" : ".", - "type" : "JSON", - "implicit" : 1 - } , { "name" : "spat5.oper.mxo", "type" : "iLaX" diff --git a/polybuf_container~.maxhelp b/polybuf_container~.maxhelp index 0e4656d..a206eee 100644 --- a/polybuf_container~.maxhelp +++ b/polybuf_container~.maxhelp @@ -4,214 +4,121 @@ "appversion" : { "major" : 9, "minor" : 0, - "revision" : 2, + "revision" : 6, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 118.0, 144.0, 993.0, 662.0 ], + "rect" : [ 118.0, 144.0, 993.0, 518.0 ], "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { "box" : { - "fontface" : 0, - "id" : "obj-12", - "linecount" : 2, - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 714.0, 105.0, 199.0, 36.0 ], - "presentation_linecount" : 3, - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 47, 99, 97, 116, 0, 0, 0, 0, 44, 115, 0, 0, 111, 105, 115, 101, 97, 117, 120, 69, 120, 111, 116, 105, 113, 117, 101, 115, 0, 0, 0, 0, 0, 0, 0, 20, 47, 118, 97, 114, 105, 101, 116, 121, 0, 0, 0, 0, 44, 105, 0, 0, 0, 0, 0, 50 ], - "saved_bundle_length" : 76, - "text" : "/cat : \"oiseauxExotiques\",\n/variety : 50" - } - - } -, { - "box" : { - "id" : "obj-8", - "linecount" : 3, + "id" : "obj-15", "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 33.0, 94.0, 150.0, 47.0 ], - "text" : "choose a buffer from the collections based on current setup" + "patching_rect" : [ 127.0, 108.0, 103.0, 20.0 ], + "text" : "output last bundle" } } , { "box" : { - "id" : "obj-5", + "id" : "obj-11", "maxclass" : "button", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 104.0, 148.0, 24.0, 24.0 ] + "patching_rect" : [ 101.0, 106.0, 24.0, 24.0 ] } } , { "box" : { - "id" : "obj-29", + "id" : "obj-9", "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 348.0, 355.0, 55.0, 22.0 ], - "text" : "zl.slice 1" - } - - } -, { - "box" : { - "id" : "obj-26", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 619.0, 51.5, 157.0, 20.0 ], - "text" : "choose cat, then file" - } - - } -, { - "box" : { - "id" : "obj-25", - "maxclass" : "comment", "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 619.0, 76.5, 164.0, 20.0 ], - "text" : "choose from last cat selected" + "numoutlets" : 2, + "outlettype" : [ "", "bang" ], + "patching_rect" : [ 679.0, 159.0, 151.0, 22.0 ], + "saved_object_attributes" : { + "embed" : 0 + } +, + "text" : "polybuffer~ audiocollection" } } , { "box" : { - "id" : "obj-24", + "id" : "obj-8", "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 339.0, 26.0, 157.0, 20.0 ], - "text" : "set category by folder name" + "patching_rect" : [ 646.0, 260.0, 66.0, 20.0 ], + "text" : "for storage" } } , { "box" : { - "id" : "obj-19", - "maxclass" : "newobj", - "numinlets" : 1, + "fontface" : 0, + "id" : "obj-6", + "maxclass" : "o.compose", + "numinlets" : 2, "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 384.0, 384.0, 79.0, 22.0 ], - "text" : "o.pack /recall" + "outlettype" : [ "" ], + "patching_rect" : [ 491.0, 106.0, 113.0, 23.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 47, 118, 97, 114, 105, 101, 116, 121, 0, 0, 0, 0, 44, 100, 0, 0, 63, -29, 51, 51, 51, 51, 51, 51 ], + "saved_bundle_length" : 44, + "text" : "/variety : 0.6" } } , { "box" : { + "fontface" : 0, "id" : "obj-4", "linecount" : 4, - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 781.0, 205.0, 150.0, 60.0 ], - "text" : "recall previously saved category folders embedded in this patcher upon init" - } - - } -, { - "box" : { - "id" : "obj-2", - "maxclass" : "newobj", + "maxclass" : "o.display", "numinlets" : 1, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 751.0, 163.0, 58.0, 22.0 ], - "text" : "loadbang" - } - - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-11", - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 524.0, 50.0, 93.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 47, 99, 104, 111, 111, 115, 101, 47, 97, 108, 108, 0, 44, 0, 0, 0 ], - "saved_bundle_length" : 36, - "text" : "/choose/all" + "patching_rect" : [ 593.0, 345.0, 260.0, 72.0 ], + "text" : "/path : \"Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/SingingBowlStruck/\"" } } , { "box" : { "fontface" : 0, - "id" : "obj-9", + "id" : "obj-3", "maxclass" : "o.compose", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 306.0, 75.0, 166.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 47, 99, 97, 116, 0, 0, 0, 0, 44, 115, 0, 0, 98, 108, 97, 99, 107, 103, 114, 111, 115, 98, 101, 97, 107, 0, 0, 0 ], - "saved_bundle_length" : 48, - "text" : "/cat : \"blackgrosbeak\"" + "patching_rect" : [ 491.0, 77.0, 113.0, 23.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 47, 118, 97, 114, 105, 101, 116, 121, 0, 0, 0, 0, 44, 100, 0, 0, 63, -71, -103, -103, -103, -103, -103, -102 ], + "saved_bundle_length" : 44, + "text" : "/variety : 0.1" } } , { "box" : { "fontface" : 0, - "id" : "obj-6", + "id" : "obj-12", "maxclass" : "o.compose", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 306.0, 50.0, 186.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 47, 99, 97, 116, 0, 0, 0, 0, 44, 115, 0, 0, 111, 105, 115, 101, 97, 117, 120, 69, 120, 111, 116, 105, 113, 117, 101, 115, 0, 0, 0, 0 ], - "saved_bundle_length" : 52, - "text" : "/cat : \"oiseauxExotiques\"" - } - - } -, { - "box" : { - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 599.0, 259.0, 45.0, 22.0 ], - "text" : "r recall" - } - - } -, { - "box" : { - "id" : "obj-16", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 751.0, 223.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 751.0, 333.0, 47.0, 22.0 ], - "text" : "s recall" + "patching_rect" : [ 491.0, 48.0, 107.0, 23.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 47, 118, 97, 114, 105, 101, 116, 121, 0, 0, 0, 0, 44, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], + "saved_bundle_length" : 44, + "text" : "/variety : 0." } } @@ -227,16 +134,52 @@ "appversion" : { "major" : 9, "minor" : 0, - "revision" : 2, + "revision" : 6, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 59.0, 106.0, 215.0, 293.0 ], + "rect" : [ 1338.0, 320.0, 276.0, 347.0 ], "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { + "box" : { + "id" : "obj-4", + "maxclass" : "button", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "parameter_enable" : 0, + "patching_rect" : [ 16.0, 127.0, 24.0, 24.0 ] + } + + } +, { + "box" : { + "id" : "obj-3", + "maxclass" : "button", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "parameter_enable" : 0, + "patching_rect" : [ 187.0, 134.0, 24.0, 24.0 ] + } + + } +, { + "box" : { + "id" : "obj-2", + "maxclass" : "button", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "parameter_enable" : 0, + "patching_rect" : [ 136.0, 58.0, 24.0, 24.0 ] + } + + } +, { "box" : { "id" : "obj-41", "maxclass" : "newobj", @@ -292,7 +235,7 @@ "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "" ], + "outlettype" : [ "FullPacket" ], "patching_rect" : [ 50.0, 40.0, 30.0, 30.0 ] } @@ -311,8 +254,24 @@ } ], "lines" : [ { + "patchline" : { + "destination" : [ "obj-3", 0 ], + "source" : [ "obj-38", 1 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-4", 0 ], + "order" : 1, + "source" : [ "obj-38", 0 ] + } + + } +, { "patchline" : { "destination" : [ "obj-40", 0 ], + "order" : 0, "source" : [ "obj-38", 0 ] } @@ -344,23 +303,27 @@ "source" : [ "obj-41", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-2", 0 ], + "order" : 0, + "source" : [ "obj-45", 0 ] + } + } , { "patchline" : { "destination" : [ "obj-38", 0 ], + "order" : 1, "source" : [ "obj-45", 0 ] } } - ], - "originid" : "pat-2666" - } -, - "patching_rect" : [ 56.0, 437.0, 107.0, 22.0 ], - "saved_object_attributes" : { - "globalpatchername" : "" + ] } , + "patching_rect" : [ 183.0, 345.0, 107.0, 22.0 ], "text" : "p extract_filename" } @@ -372,71 +335,8 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 47.0, 472.0, 255.0, 22.0 ], - "text" : "blackgrosbeak2.aiff" - } - - } -, { - "box" : { - "id" : "obj-32", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 374.5, 259.0, 69.0, 20.0 ], - "text" : "store mode" - } - - } -, { - "box" : { - "id" : "obj-23", - "maxclass" : "toggle", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "int" ], - "parameter_enable" : 0, - "patching_rect" : [ 348.0, 257.0, 24.0, 24.0 ], - "svg" : "" - } - - } -, { - "box" : { - "id" : "obj-21", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 348.0, 295.0, 108.0, 22.0 ], - "text" : "gate" - } - - } -, { - "box" : { - "id" : "obj-20", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 599.0, 294.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-37", - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 524.0, 75.0, 93.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 47, 99, 104, 111, 111, 115, 101, 47, 99, 97, 116, 0, 44, 0, 0, 0 ], - "saved_bundle_length" : 36, - "text" : "/choose/cat" + "patching_rect" : [ 64.0, 381.0, 138.0, 22.0 ], + "text" : "CHbowlC11.aiff" } } @@ -448,39 +348,24 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 192.0, 12.0, 60.0, 23.0 ], + "patching_rect" : [ 257.0, 53.0, 60.0, 23.0 ], "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 99, 108, 101, 97, 114, 0, 0, 44, 0, 0, 0 ], "saved_bundle_length" : 32, "text" : "/clear" } - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-34", - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 192.0, 75.0, 60.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 113, 117, 101, 114, 121, 0, 0, 44, 0, 0, 0 ], - "saved_bundle_length" : 32, - "text" : "/query" - } - } , { "box" : { "fontface" : 0, "id" : "obj-31", - "linecount" : 5, + "linecount" : 7, "maxclass" : "o.display", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 56.0, 309.0, 265.0, 85.0 ], - "text" : "/buffer/name : \"audiocollection.2\",\n/buffer/len : 4449.71,\n/dictname : \"audiocollection\",\n/cat : \"oiseauxExotiques\",\n/variety : 50" + "patching_rect" : [ 331.0, 345.0, 250.0, 110.0 ], + "text" : "/choice : 6,\n/rpercent : 94,\n/variety : 0.6,\n/pbname : \"audiocollection\",\n/last : 5,\n/buffer/name : \"audiocollection.5\",\n/buffer/len : 20595.5" } } @@ -492,36 +377,12 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 192.0, 43.0, 80.0, 23.0 ], + "patching_rect" : [ 331.0, 53.0, 80.0, 23.0 ], "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 47, 99, 111, 110, 116, 101, 110, 116, 115, 0, 0, 0, 44, 0, 0, 0 ], "saved_bundle_length" : 36, "text" : "/contents" } - } -, { - "box" : { - "data" : { - "0" : "Macintosh HD:/Users/jml/Documents/freelance/hugh_livingston/audio_files/_SonogardenCollections/blackgrosbeak/", - "2" : "Macintosh HD:/Users/jml/Documents/freelance/hugh_livingston/audio_files/_SonogardenCollections/oiseauxExotiques/" - } -, - "id" : "obj-10", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 5, - "outlettype" : [ "dictionary", "", "", "", "" ], - "patching_rect" : [ 348.0, 327.0, 122.0, 22.0 ], - "saved_object_attributes" : { - "embed" : 1, - "legacy" : 0, - "parameter_enable" : 0, - "parameter_mappable" : 0 - } -, - "text" : "dict paths @embed 1" - } - } , { "box" : { @@ -537,10 +398,10 @@ "maxclass" : "bpatcher", "name" : "polybuf_container~.maxpat", "numinlets" : 1, - "numoutlets" : 3, + "numoutlets" : 2, "offset" : [ 0.0, 0.0 ], - "outlettype" : [ "FullPacket", "FullPacket", "FullPacket" ], - "patching_rect" : [ 297.0, 135.0, 281.0, 112.0 ], + "outlettype" : [ "FullPacket", "FullPacket" ], + "patching_rect" : [ 331.0, 150.0, 281.0, 112.0 ], "viewvisibility" : 1 } @@ -548,22 +409,24 @@ ], "lines" : [ { "patchline" : { - "destination" : [ "obj-21", 1 ], - "source" : [ "obj-1", 1 ] + "destination" : [ "obj-31", 0 ], + "order" : 0, + "source" : [ "obj-1", 0 ] } } , { "patchline" : { - "destination" : [ "obj-31", 0 ], - "source" : [ "obj-1", 0 ] + "destination" : [ "obj-4", 0 ], + "source" : [ "obj-1", 1 ] } } , { "patchline" : { - "destination" : [ "obj-29", 0 ], - "source" : [ "obj-10", 0 ] + "destination" : [ "obj-47", 0 ], + "order" : 1, + "source" : [ "obj-1", 0 ] } } @@ -587,75 +450,11 @@ "source" : [ "obj-13", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "source" : [ "obj-17", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 393.5, 415.42291259765625, 659.1285400390625, 415.42291259765625, 659.1285400390625, 127.0, 306.5, 127.0 ], - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-10", 0 ], - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-10", 0 ], - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-19", 0 ], - "source" : [ "obj-29", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 0 ], - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-34", 0 ] + "source" : [ "obj-3", 0 ] } } @@ -665,13 +464,6 @@ "source" : [ "obj-36", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-37", 0 ] - } - } , { "patchline" : { @@ -679,13 +471,6 @@ "source" : [ "obj-47", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-5", 0 ] - } - } , { "patchline" : { @@ -693,35 +478,12 @@ "source" : [ "obj-6", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-9", 0 ] - } - } ], - "originid" : "pat-2664", "dependency_cache" : [ { - "name" : "o.accum.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/namespace", - "patcherrelativepath" : "../../../../Max 9/Packages/odot/patchers/namespace", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "o.collect.mxo", - "type" : "iLaX" - } -, { "name" : "o.compose.mxo", "type" : "iLaX" } -, { - "name" : "o.difference.mxo", - "type" : "iLaX" - } , { "name" : "o.display.mxo", "type" : "iLaX" @@ -730,34 +492,16 @@ "name" : "o.expr.codebox.mxo", "type" : "iLaX" } -, { - "name" : "o.gather.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/namespace", - "patcherrelativepath" : "../../../../Max 9/Packages/odot/patchers/namespace", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "o.if.mxo", - "type" : "iLaX" - } -, { - "name" : "o.intersection.mxo", - "type" : "iLaX" - } , { "name" : "o.pack.mxo", "type" : "iLaX" } , { - "name" : "o.righttoleft.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/ordering", - "patcherrelativepath" : "../../../../Max 9/Packages/odot/patchers/ordering", - "type" : "JSON", - "implicit" : 1 + "name" : "o.route.mxo", + "type" : "iLaX" } , { - "name" : "o.route.mxo", + "name" : "o.select.mxo", "type" : "iLaX" } , { @@ -770,7 +514,7 @@ } , { "name" : "polybuf_container~.maxpat", - "bootpath" : "~/Documents/freelance/hugh_livingston/projects/sonogarden_maxproj", + "bootpath" : "~/Documents/programming/git_repositories/sonogarden_maxproj", "patcherrelativepath" : ".", "type" : "JSON", "implicit" : 1 diff --git a/polybuf_container~.maxpat b/polybuf_container~.maxpat index 0336bdb..b60f5fc 100644 --- a/polybuf_container~.maxpat +++ b/polybuf_container~.maxpat @@ -10,156 +10,118 @@ } , "classnamespace" : "box", - "rect" : [ 607.0, 173.0, 1217.0, 847.0 ], + "rect" : [ 0.0, 156.0, 1654.0, 847.0 ], "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "toolbars_unpinned_last_save" : 15, "subpatcher_template" : "Untitled5_template", "boxes" : [ { "box" : { - "id" : "obj-56", - "linecount" : 2, - "maxclass" : "comment", + "id" : "obj-15", + "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 1030.0, 874.0, 74.0, 33.0 ], - "text" : "to osc sender" + "numoutlets" : 2, + "outlettype" : [ "", "int" ], + "patching_rect" : [ 481.0, 48.0, 55.0, 22.0 ], + "text" : "strippath" } } , { "box" : { - "comment" : "(FullPacket) /paths for storage", - "id" : "obj-58", - "index" : 0, - "maxclass" : "outlet", + "id" : "obj-13", + "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 1006.0, 873.0, 22.0, 22.0 ] + "numoutlets" : 1, + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 365.0, 53.0, 74.0, 22.0 ], + "text" : "o.pack /path" } } , { "box" : { - "id" : "obj-49", - "linecount" : 2, - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 613.0, 44.0, 192.0, 33.0 ], - "text" : "arg1: polybuffer name\narg2: sequencer instance to talk to" + "fontsize" : 12.0, + "id" : "obj-14", + "maxclass" : "newobj", + "numinlets" : 3, + "numoutlets" : 3, + "outlettype" : [ "", "", "" ], + "patching_rect" : [ 51.0, 48.0, 163.0, 22.0 ], + "text" : "routepass bang FullPacket" } } , { "box" : { - "id" : "obj-50", + "id" : "obj-7", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 389.0, 860.0, 140.0, 22.0 ], - "text" : "o.union" + "patching_rect" : [ 88.5, 664.0, 35.0, 22.0 ], + "text" : "o.var" } } , { "box" : { - "id" : "obj-45", - "maxclass" : "newobj", + "id" : "obj-8", + "maxclass" : "message", "numinlets" : 2, "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 389.0, 824.0, 48.0, 22.0 ], - "text" : "o.union" + "outlettype" : [ "" ], + "patching_rect" : [ 884.0, 275.0, 89.0, 22.0 ], + "text" : "#1" } } , { "box" : { - "id" : "obj-39", - "maxclass" : "led", - "numinlets" : 1, + "fontface" : 0, + "id" : "obj-5", + "maxclass" : "o.compose", + "numinlets" : 2, "numoutlets" : 1, - "offcolor" : [ 0.133333333333333, 0.223529411764706, 0.12156862745098, 1.0 ], - "oncolor" : [ 0.333333333333333, 0.76078431372549, 0.247058823529412, 1.0 ], - "outlettype" : [ "int" ], - "parameter_enable" : 0, - "patching_rect" : [ 394.5, 518.0, 24.0, 24.0 ], - "presentation" : 1, - "presentation_rect" : [ 224.5, 82.0, 22.0, 22.0 ] + "outlettype" : [ "" ], + "patching_rect" : [ 747.5, 358.5, 80.0, 23.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 47, 108, 97, 115, 116, 0, 0, 0, 44, 105, 0, 0, 0, 0, 0, 1 ], + "saved_bundle_length" : 36, + "text" : "/last : 1" } } , { "box" : { - "id" : "obj-31", + "id" : "obj-29", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 4, - "outlettype" : [ "bang", "", "", "int" ], - "patching_rect" : [ 198.0, 255.0, 227.0, 22.0 ], - "text" : "t b l l 1" + "numoutlets" : 2, + "outlettype" : [ "", "FullPacket" ], + "patching_rect" : [ 725.0, 606.0, 75.0, 22.0 ], + "text" : "o.select /last" } } , { "box" : { - "fontsize" : 12.0, - "id" : "obj-6", + "id" : "obj-10", "maxclass" : "newobj", - "numinlets" : 3, + "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 389.0, 788.0, 226.0, 22.0 ], - "text" : "o.pack /buffer/name /buffer/len /dictname" - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 6, - "outlettype" : [ "", "", "", "", "", "FullPacket" ], - "patching_rect" : [ 127.0, 147.0, 427.835027575492859, 22.0 ], - "text" : "o.route /contents /query /addpath /clear /paths" + "patching_rect" : [ 646.0, 391.0, 120.5, 22.0 ], + "text" : "o.union" } } , { "box" : { - "id" : "obj-32", + "id" : "obj-9", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "clear" ], - "patching_rect" : [ 569.0, 300.0, 125.0, 22.0 ], - "text" : "t s clear" - } - - } -, { - "box" : { - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 80.0, 110.0, 66.0, 22.0 ], - "text" : "route bang" - } - - } -, { - "box" : { - "id" : "obj-47", - "maxclass" : "newobj", - "numinlets" : 2, "numoutlets" : 1, - "outlettype" : [ "" ], + "outlettype" : [ "FullPacket" ], "patcher" : { "fileversion" : 1, "appversion" : { @@ -171,150 +133,200 @@ } , "classnamespace" : "box", - "rect" : [ 818.0, 121.0, 502.0, 408.0 ], + "rect" : [ 59.0, 106.0, 301.0, 354.0 ], "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { "box" : { - "fontsize" : 12.0, - "id" : "obj-21", + "id" : "obj-7", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "", "FullPacket" ], - "patching_rect" : [ 206.5, 97.0, 69.0, 22.0 ], - "text" : "o.route /cat" + "patching_rect" : [ 41.0, 80.0, 104.0, 22.0 ], + "text" : "o.route /numfiles" + } + + } +, { + "box" : { + "id" : "obj-10", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 41.0, 202.0, 104.0, 22.0 ], + "text" : "o.union" } } , { "box" : { "comment" : "", - "id" : "obj-2", - "index" : 2, + "id" : "obj-5", + "index" : 1, "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 206.5, 54.0, 30.0, 30.0 ] + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 41.0, 20.0, 30.0, 30.0 ] } } , { "box" : { - "id" : "obj-31", - "maxclass" : "newobj", + "comment" : "", + "id" : "obj-8", + "index" : 1, + "maxclass" : "outlet", "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 41.0, 255.0, 30.0, 30.0 ] + } + + } +, { + "box" : { + "id" : "obj-43", + "maxclass" : "newobj", + "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 75.0, 156.0, 94.0, 22.0 ], - "text" : "prepend symbol" + "patching_rect" : [ 158.0, 137.0, 73.0, 22.0 ], + "text" : "random 100" } } , { "box" : { - "id" : "obj-23", + "id" : "obj-1", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 3, - "outlettype" : [ "dump", "clear", "" ], - "patching_rect" : [ 29.0, 97.0, 84.0, 22.0 ], - "text" : "t dump clear s" + "outlettype" : [ "bang", "int", "bang" ], + "patching_rect" : [ 41.0, 108.0, 136.0, 22.0 ], + "text" : "t b i b" } } , { "box" : { - "id" : "obj-13", + "id" : "obj-21", "maxclass" : "newobj", - "numinlets" : 1, + "numinlets" : 2, "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 193.0, 156.0, 96.0, 22.0 ], - "text" : "prepend append" + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 41.0, 167.0, 136.0, 22.0 ], + "text" : "o.pack /choice /rpercent" } } , { "box" : { - "comment" : "", - "id" : "obj-32", - "index" : 1, - "maxclass" : "inlet", - "numinlets" : 0, + "id" : "obj-14", + "maxclass" : "newobj", + "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 29.0, 54.0, 30.0, 30.0 ] + "patching_rect" : [ 42.0, 137.0, 77.0, 22.0 ], + "text" : "random 10" + } + + } + ], + "lines" : [ { + "patchline" : { + "destination" : [ "obj-14", 1 ], + "source" : [ "obj-1", 1 ] } } , { - "box" : { - "comment" : "", - "id" : "obj-39", - "index" : 1, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 75.0, 213.0, 30.0, 30.0 ] + "patchline" : { + "destination" : [ "obj-14", 0 ], + "source" : [ "obj-1", 0 ] } } - ], - "lines" : [ { +, { + "patchline" : { + "destination" : [ "obj-43", 0 ], + "source" : [ "obj-1", 2 ] + } + + } +, { "patchline" : { - "destination" : [ "obj-39", 0 ], - "source" : [ "obj-13", 0 ] + "destination" : [ "obj-8", 0 ], + "source" : [ "obj-10", 0 ] } } , { "patchline" : { "destination" : [ "obj-21", 0 ], - "source" : [ "obj-2", 0 ] + "source" : [ "obj-14", 0 ] } } , { "patchline" : { - "destination" : [ "obj-31", 0 ], + "destination" : [ "obj-10", 0 ], "source" : [ "obj-21", 0 ] } } , { "patchline" : { - "destination" : [ "obj-13", 0 ], - "source" : [ "obj-23", 2 ] + "destination" : [ "obj-21", 1 ], + "source" : [ "obj-43", 0 ] } } , { "patchline" : { - "destination" : [ "obj-39", 0 ], - "source" : [ "obj-31", 0 ] + "destination" : [ "obj-7", 0 ], + "source" : [ "obj-5", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-1", 0 ], + "source" : [ "obj-7", 0 ] } } , { "patchline" : { - "destination" : [ "obj-23", 0 ], - "source" : [ "obj-32", 0 ] + "destination" : [ "obj-10", 1 ], + "source" : [ "obj-7", 1 ] } } ] } , - "patching_rect" : [ 248.0, 565.0, 126.0, 22.0 ], - "text" : "p append_&_sel" + "patching_rect" : [ 646.0, 359.0, 85.0, 22.0 ], + "text" : "p o.randomize" } } , { "box" : { - "id" : "obj-14", + "id" : "obj-6", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 646.0, 568.0, 98.0, 22.0 ], + "text" : "t l l" + } + + } +, { + "box" : { + "id" : "obj-38", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 1, @@ -330,255 +342,270 @@ } , "classnamespace" : "box", - "rect" : [ 59.0, 106.0, 486.0, 467.0 ], + "rect" : [ 59.0, 106.0, 1000.0, 780.0 ], "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { "box" : { - "id" : "obj-32", + "id" : "obj-26", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 110.0, 145.0, 75.0, 22.0 ], + "text" : "set $1, bang" + } + + } +, { + "box" : { + "fontsize" : 11.0, + "id" : "obj-9", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 60.0, 100.0, 29.5, 21.0 ], + "text" : "t l l" + } + + } +, { + "box" : { + "fontsize" : 11.0, + "id" : "obj-8", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "", "FullPacket" ], - "patching_rect" : [ 46.0, 91.0, 57.0, 22.0 ], - "text" : "o.route /*" + "patching_rect" : [ 106.0, 119.0, 107.0, 21.0 ], + "text" : "o.route /buffer/name" } } , { "box" : { - "id" : "obj-7", + "id" : "obj-50", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 50.0, 242.0, 140.0, 22.0 ], + "text" : "o.union" + } + + } +, { + "box" : { + "fontsize" : 12.0, + "id" : "obj-6", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 46.0, 132.0, 94.0, 22.0 ], - "text" : "o.pack /addpath" + "patching_rect" : [ 177.0, 218.0, 100.0, 22.0 ], + "text" : "o.pack /buffer/len" + } + + } +, { + "box" : { + "fontsize" : 11.0, + "id" : "obj-65", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 10, + "outlettype" : [ "float", "list", "float", "float", "float", "float", "float", "", "int", "" ], + "patching_rect" : [ 114.0, 176.0, 113.5, 21.0 ], + "text" : "info~ none" } } , { "box" : { "comment" : "", - "id" : "obj-8", + "id" : "obj-29", "index" : 1, "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 46.0, 34.0, 30.0, 30.0 ] + "patching_rect" : [ 60.0, 40.0, 30.0, 30.0 ] } } , { "box" : { "comment" : "", - "id" : "obj-15", + "id" : "obj-37", "index" : 1, "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 46.0, 214.0, 30.0, 30.0 ] + "patching_rect" : [ 50.0, 324.0, 30.0, 30.0 ] } } ], "lines" : [ { "patchline" : { - "destination" : [ "obj-7", 0 ], - "source" : [ "obj-32", 0 ] + "destination" : [ "obj-65", 0 ], + "source" : [ "obj-26", 0 ] } } , { "patchline" : { - "destination" : [ "obj-15", 0 ], - "source" : [ "obj-7", 0 ] + "destination" : [ "obj-9", 0 ], + "source" : [ "obj-29", 0 ] } } , { "patchline" : { - "destination" : [ "obj-32", 0 ], - "source" : [ "obj-8", 0 ] + "destination" : [ "obj-37", 0 ], + "source" : [ "obj-50", 0 ] } } - ] - } -, - "patching_rect" : [ 460.0, 118.0, 75.0, 22.0 ], - "text" : "p add_paths" - } - - } -, { - "box" : { - "id" : "obj-48", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 9, - "minor" : 0, - "revision" : 6, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 192.0, 87.0, 324.0, 521.0 ], - "gridsize" : [ 15.0, 15.0 ], - "subpatcher_template" : "Untitled5_template", - "boxes" : [ { - "box" : { - "comment" : "", - "id" : "obj-6", - "index" : 3, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 270.0, 37.0, 30.0, 30.0 ] - } +, { + "patchline" : { + "destination" : [ "obj-50", 1 ], + "source" : [ "obj-6", 0 ] + } } , { - "box" : { - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 69.0, 361.0, 80.0, 22.0 ], - "text" : "o.pack /paths" + "patchline" : { + "destination" : [ "obj-6", 0 ], + "source" : [ "obj-65", 6 ] } } , { - "box" : { - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 69.0, 324.0, 54.0, 22.0 ], - "text" : "o.accum" + "patchline" : { + "destination" : [ "obj-26", 0 ], + "source" : [ "obj-8", 0 ] } } , { - "box" : { - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 69.0, 219.0, 90.0, 22.0 ], - "text" : "o.union" + "patchline" : { + "destination" : [ "obj-50", 0 ], + "source" : [ "obj-9", 0 ] } } , { - "box" : { - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 140.0, 175.0, 87.0, 22.0 ], - "text" : "o.pack /pathstr" + "patchline" : { + "destination" : [ "obj-8", 0 ], + "source" : [ "obj-9", 1 ] } } -, { - "box" : { - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 69.0, 175.0, 60.0, 22.0 ], - "text" : "o.pack /id" - } + ] + } +, + "patching_rect" : [ 646.0, 606.0, 65.0, 22.0 ], + "text" : "p o.bufinfo" + } - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-1", - "linecount" : 3, - "maxclass" : "o.expr.codebox", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "FullPacket", "FullPacket" ], - "patching_rect" : [ 69.0, 253.0, 203.0, 57.0 ], - "text" : "assign(\"/\" + /id, /pathstr), \ndelete(/id), \ndelete(/pathstr)" - } + } +, { + "box" : { + "id" : "obj-36", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "bang" ], + "patching_rect" : [ 123.0, 246.0, 191.0, 22.0 ], + "saved_object_attributes" : { + "embed" : 0 + } +, + "text" : "polybuffer~ #1" + } - } -, { - "box" : { - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "int", "", "", "int" ], - "patching_rect" : [ 69.0, 137.0, 61.0, 22.0 ], - "text" : "counter" - } + } +, { + "box" : { + "id" : "obj-35", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 674.75, 259.0, 69.0, 22.0 ], + "text" : "route count" + } - } -, { + } +, { + "box" : { + "id" : "obj-33", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patcher" : { + "fileversion" : 1, + "appversion" : { + "major" : 9, + "minor" : 0, + "revision" : 6, + "architecture" : "x64", + "modernui" : 1 + } +, + "classnamespace" : "box", + "rect" : [ 59.0, 106.0, 1000.0, 780.0 ], + "gridsize" : [ 15.0, 15.0 ], + "subpatcher_template" : "Untitled5_template", + "boxes" : [ { "box" : { - "id" : "obj-23", + "id" : "obj-8", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, - "outlettype" : [ "bang", "" ], - "patching_rect" : [ 69.0, 98.0, 77.0, 22.0 ], - "text" : "t b s" + "outlettype" : [ "", "" ], + "patching_rect" : [ 50.0, 135.0, 67.0, 22.0 ], + "text" : "t getcount l" } } , { "box" : { - "comment" : "", - "id" : "obj-14", - "index" : 1, - "maxclass" : "inlet", - "numinlets" : 0, + "id" : "obj-5", + "maxclass" : "newobj", + "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 69.0, 37.0, 30.0, 30.0 ] + "patching_rect" : [ 50.0, 100.0, 110.0, 22.0 ], + "text" : "prepend readfolder" } } , { "box" : { "comment" : "", - "id" : "obj-39", - "index" : 2, + "id" : "obj-26", + "index" : 1, "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 216.0, 37.0, 30.0, 30.0 ] + "outlettype" : [ "" ], + "patching_rect" : [ 50.0, 40.0, 30.0, 30.0 ] } } , { "box" : { "comment" : "", - "id" : "obj-47", + "id" : "obj-29", "index" : 1, "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 69.0, 462.0, 30.0, 30.0 ] + "patching_rect" : [ 50.0, 251.0, 30.0, 30.0 ] } } @@ -586,3027 +613,685 @@ "lines" : [ { "patchline" : { "destination" : [ "obj-5", 0 ], - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 0 ], - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "source" : [ "obj-23", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 1 ], - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 2 ], - "source" : [ "obj-39", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-4", 0 ] + "source" : [ "obj-26", 0 ] } } , { "patchline" : { - "destination" : [ "obj-7", 0 ], + "destination" : [ "obj-8", 0 ], "source" : [ "obj-5", 0 ] } } , { "patchline" : { - "destination" : [ "obj-5", 0 ], - "source" : [ "obj-6", 0 ] + "destination" : [ "obj-29", 0 ], + "source" : [ "obj-8", 1 ] } } , { "patchline" : { - "destination" : [ "obj-47", 0 ], - "source" : [ "obj-7", 0 ] + "destination" : [ "obj-29", 0 ], + "source" : [ "obj-8", 0 ] } } ] } , - "patching_rect" : [ 883.0, 812.0, 77.0, 22.0 ], - "text" : "p" + "patching_rect" : [ 674.75, 161.0, 81.0, 22.0 ], + "text" : "p get_pb_info" } } , { "box" : { - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "bang" ], - "patching_rect" : [ 545.0, 457.0, 124.0, 22.0 ], - "saved_object_attributes" : { - "embed" : 0 - } -, - "text" : "polybuffer~ #1" + "id" : "obj-31", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 597.25, 161.0, 29.5, 22.0 ], + "text" : "1" } } , { "box" : { - "id" : "obj-20", - "linecount" : 2, - "maxclass" : "comment", + "id" : "obj-23", + "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 907.0, 874.0, 74.0, 33.0 ], - "text" : "to save mechanism" + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "patching_rect" : [ 884.0, 234.0, 58.0, 22.0 ], + "text" : "loadbang" } } , { "box" : { - "comment" : "(FullPacket) /paths for storage", - "id" : "obj-11", - "index" : 0, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 883.0, 873.0, 22.0, 22.0 ] + "id" : "obj-19", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 675.0, 288.0, 145.0, 22.0 ], + "text" : "o.pack /numfiles /pbname" } } , { "box" : { - "fontsize" : 12.0, - "id" : "obj-35", - "maxclass" : "newobj", + "fontface" : 0, + "id" : "obj-28", + "linecount" : 8, + "maxclass" : "o.expr.codebox", "numinlets" : 1, "numoutlets" : 2, - "outlettype" : [ "", "FullPacket" ], - "patching_rect" : [ 536.0, 179.0, 514.0, 22.0 ], - "text" : "o.gather /cat /variety" + "outlettype" : [ "FullPacket", "FullPacket" ], + "patching_rect" : [ 646.0, 425.0, 295.0, 121.0 ], + "text" : "/choice = /choice + 1,\nif(/rpercent < int32(/variety * 100.),\n progn(\n /buffer/name = /pbname + \".\" + /choice, \n /last = /choice\n ),\n /buffer/name = /pbname + \".\" + /last\n)" } } , { "box" : { - "id" : "obj-19", + "id" : "obj-4", "maxclass" : "newobj", - "numinlets" : 1, + "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 277.5, 678.0, 67.0, 22.0 ], - "text" : "o.pack /cat" + "patching_rect" : [ 646.0, 330.0, 48.0, 22.0 ], + "text" : "o.union" } } , { "box" : { - "hidden" : 1, - "id" : "obj-28", - "maxclass" : "message", - "numinlets" : 2, + "id" : "obj-87", + "maxclass" : "newobj", + "numinlets" : 1, "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1073.0, 386.0, 35.0, 22.0 ], - "text" : "clear" + "outlettype" : [ "open" ], + "patching_rect" : [ 123.0, 125.0, 42.0, 22.0 ], + "text" : "t open" } } , { "box" : { - "id" : "obj-10", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 127.0, 808.0, 29.5, 22.0 ], - "text" : "edit" + "fontsize" : 12.0, + "id" : "obj-84", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 4, + "outlettype" : [ "", "", "", "FullPacket" ], + "patching_rect" : [ 123.0, 85.0, 324.0, 22.0 ], + "text" : "o.route /contents /path /clear" } } , { "box" : { - "id" : "obj-8", - "items" : "", - "maxclass" : "umenu", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "int", "", "" ], - "parameter_enable" : 0, - "patching_rect" : [ 248.0, 607.0, 149.0, 22.0 ], - "prefix_mode" : 1, - "presentation" : 1, - "presentation_rect" : [ 1.0, 82.0, 220.0, 22.0 ] - } - - } -, { - "box" : { - "id" : "obj-54", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 4, - "outlettype" : [ "", "float", "FullPacket", "" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 9, - "minor" : 0, - "revision" : 6, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 312.0, 87.0, 1094.0, 779.0 ], - "default_fontsize" : 14.0, - "gridsize" : [ 15.0, 15.0 ], - "subpatcher_template" : "Untitled5_template", - "boxes" : [ { - "box" : { - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "FullPacket", "FullPacket" ], - "patching_rect" : [ 496.0, 64.0, 99.0, 24.0 ], - "text" : "o.if exists(/cat)" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 439.0, 240.0, 45.0, 21.0 ], - "text" : "o.union" - } - - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-7", - "maxclass" : "o.expr.codebox", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "FullPacket", "FullPacket" ], - "patching_rect" : [ 491.0, 119.0, 150.0, 31.0 ], - "text" : "/dict = [\"get\", /cat]" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 3, - "outlettype" : [ "", "", "" ], - "patching_rect" : [ 79.0, 76.0, 111.0, 21.0 ], - "text" : "routepass bang clear" - } - - } -, { - "box" : { - "comment" : "(symbol) current category", - "id" : "obj-14", - "index" : 4, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 708.0, 722.0, 26.0, 26.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-10", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 708.0, 683.0, 114.0, 21.0 ], - "text" : "substitute get set" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-39", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "bang", "" ], - "patching_rect" : [ 147.0, 270.0, 48.0, 21.0 ], - "text" : "t b l" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "FullPacket" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 9, - "minor" : 0, - "revision" : 6, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 829.0, 324.0, 577.0, 542.0 ], - "gridsize" : [ 15.0, 15.0 ], - "subpatcher_template" : "Untitled5_template", - "boxes" : [ { - "box" : { - "id" : "obj-10", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "float" ], - "patching_rect" : [ 415.0, 154.0, 40.0, 22.0 ], - "text" : "* 100." - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-15", - "index" : 2, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 247.0, 482.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "none" ], - "patching_rect" : [ 121.0, 376.0, 45.0, 21.0 ], - "text" : "t l none" - } - - } -, { - "box" : { - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 334.0, 409.0, 115.0, 22.0 ], - "text" : "o.pack /cat/deviated" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 37.0, 85.5, 61.0, 21.0 ], - "text" : "route bang" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-40", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 513.0, 192.0, 41.0, 19.0 ], - "text" : "variety" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-38", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 11.0, 343.0, 99.0, 19.0 ], - "text" : "dominant category" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 9, - "minor" : 0, - "revision" : 6, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 556.0, 244.0, 195.0, 414.0 ], - "gridsize" : [ 15.0, 15.0 ], - "subpatcher_template" : "Untitled5_template", - "boxes" : [ { - "box" : { - "id" : "obj-30", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "bang", "int" ], - "patching_rect" : [ 50.0, 198.0, 84.0, 22.0 ], - "text" : "t b i" - } - - } -, { - "box" : { - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 85.0, 100.0, 29.5, 22.0 ], - "text" : "t l l" - } - - } -, { - "box" : { - "id" : "obj-28", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 50.0, 286.0, 84.0, 22.0 ], - "text" : "zl.mth" - } - - } -, { - "box" : { - "id" : "obj-27", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 165.0, 64.0, 22.0 ], - "text" : "random" - } - - } -, { - "box" : { - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 95.0, 134.0, 37.0, 22.0 ], - "text" : "zl.len" - } - - } -, { - "box" : { - "id" : "obj-23", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 50.0, 245.0, 38.0, 22.0 ], - "text" : "zl.reg" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-31", - "index" : 1, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 50.0, 40.0, 23.0, 23.0 ] - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-32", - "index" : 2, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 85.0, 40.0, 23.0, 23.0 ] - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-33", - "index" : 1, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 50.0, 368.0, 23.0, 23.0 ] - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-28", 0 ], - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 1 ], - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "source" : [ "obj-27", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 0 ], - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 1 ], - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "source" : [ "obj-29", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 0 ], - "source" : [ "obj-30", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-28", 1 ], - "source" : [ "obj-30", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 0 ], - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "source" : [ "obj-32", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 217.0, 342.0, 193.0, 21.0 ], - "text" : "p non-dominant_categories" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 121.0, 342.0, 38.0, 21.0 ], - "text" : "zl.reg" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-21", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "", "", "int" ], - "patching_rect" : [ 79.0, 115.5, 399.0, 21.0 ], - "text" : "t getkeys l 0" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-20", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 391.0, 272.0, 43.0, 21.0 ], - "text" : "zl.filter" - } - - } -, { - "box" : { - "id" : "obj-19", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 526.0, 142.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-17", - "maxclass" : "number", - "maximum" : 100, - "minimum" : 0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 459.0, 191.0, 49.0, 21.0 ] - } - - } -, { - "box" : { - "id" : "obj-13", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 217.0, 302.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "id" : "obj-11", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 121.0, 305.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 3, - "outlettype" : [ "bang", "bang", "" ], - "patching_rect" : [ 121.0, 272.0, 210.0, 21.0 ], - "text" : "sel 0 1" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "int" ], - "patching_rect" : [ 121.0, 242.0, 357.0, 21.0 ], - "text" : "< 50" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 37.0, 191.0, 73.0, 21.0 ], - "text" : "random 100" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "", "", "FullPacket" ], - "patching_rect" : [ 269.0, 143.5, 102.0, 21.0 ], - "text" : "o.route /cat /variety" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-3", - "index" : 1, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 121.0, 482.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 121.0, 415.0, 73.0, 21.0 ], - "text" : "prepend get" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 5, - "outlettype" : [ "dictionary", "", "", "", "" ], - "patching_rect" : [ 79.0, 143.5, 103.0, 21.0 ], - "saved_object_attributes" : { - "embed" : 0, - "legacy" : 1, - "parameter_enable" : 0, - "parameter_mappable" : 0 - } -, - "text" : "dict #1" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-35", - "index" : 1, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 37.0, 17.0, 24.0, 24.0 ] - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-36", 0 ], - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "source" : [ "obj-14", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 1 ], - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "source" : [ "obj-2", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-36", 1 ], - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "source" : [ "obj-21", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "source" : [ "obj-21", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "order" : 1, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "order" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "source" : [ "obj-4", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 0 ], - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-10", 0 ], - "source" : [ "obj-5", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 1 ], - "order" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 1 ], - "order" : 1, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-9", 0 ], - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "source" : [ "obj-9", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-13", 0 ], - "source" : [ "obj-9", 1 ] - } - - } - ] - } -, - "patching_rect" : [ 147.0, 228.0, 65.0, 21.0 ], - "text" : "p choose" - } - - } -, { - "box" : { - "id" : "obj-32", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 147.0, 463.5, 24.0, 24.0 ] - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-12", - "index" : 1, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 68.0, 29.0, 26.0, 26.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "", "bang", "" ], - "patching_rect" : [ 360.0, 613.0, 184.0, 21.0 ], - "text" : "t s b s" - } - - } -, { - "box" : { - "comment" : "(symbol) current category", - "id" : "obj-37", - "index" : 3, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 643.0, 722.0, 26.0, 26.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-31", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 525.0, 648.0, 82.0, 21.0 ], - "text" : "prepend set" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 10, - "outlettype" : [ "float", "list", "float", "float", "float", "float", "float", "", "int", "" ], - "patching_rect" : [ 443.0, 683.0, 113.5, 21.0 ], - "text" : "info~ none" - } - - } -, { - "box" : { - "comment" : "(symbol) buffername", - "id" : "obj-19", - "index" : 1, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 360.0, 722.0, 26.0, 26.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-23", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 426.0, 569.0, 123.0, 19.0 ], - "text" : "buffer " - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "", "", "clear" ], - "patching_rect" : [ 377.0, 465.0, 169.0, 21.0 ], - "text" : "t l l clear" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-22", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 319.0, 526.0, 76.5, 21.0 ], - "text" : "random", - "varname" : "vz.rangr" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-21", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 452.0, 526.0, 110.0, 21.0 ], - "text" : "prepend append" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-18", - "items" : "", - "maxclass" : "umenu", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "int", "", "" ], - "parameter_enable" : 0, - "patching_rect" : [ 319.0, 567.0, 100.0, 21.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 452.0, 495.0, 28.0, 21.0 ], - "text" : "iter" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 377.0, 495.0, 41.0, 21.0 ], - "text" : "zl.len" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-20", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "bang", "" ], - "patching_rect" : [ 319.0, 372.0, 88.0, 21.0 ], - "text" : "t b b s" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-16", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 354.0, 403.0, 46.0, 21.0 ], - "text" : "getkeys" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 5, - "outlettype" : [ "dictionary", "", "", "", "" ], - "patching_rect" : [ 354.0, 434.0, 65.0, 21.0 ], - "saved_object_attributes" : { - "embed" : 0, - "legacy" : 1, - "parameter_enable" : 0, - "parameter_mappable" : 0 - } -, - "text" : "dict" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-13", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "FullPacket" ], - "patching_rect" : [ 491.0, 161.0, 109.0, 21.0 ], - "text" : "o.route /dict" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 276.0, 341.0, 62.0, 21.0 ], - "text" : "zl.slice 1" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 5, - "outlettype" : [ "dictionary", "", "", "", "" ], - "patching_rect" : [ 255.0, 311.0, 103.0, 21.0 ], - "saved_object_attributes" : { - "embed" : 0, - "legacy" : 1, - "parameter_enable" : 0, - "parameter_mappable" : 0 - } -, - "text" : "dict #1" - } - - } -, { - "box" : { - "comment" : "(float) buffer length", - "id" : "obj-52", - "index" : 2, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 506.0, 722.0, 26.0, 26.0 ] - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "source" : [ "obj-1", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "source" : [ "obj-1", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-36", 0 ], - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-22", 1 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 1 ], - "order" : 0, - "source" : [ "obj-13", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-36", 0 ], - "order" : 1, - "source" : [ "obj-13", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-38", 0 ], - "source" : [ "obj-18", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 0 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "source" : [ "obj-20", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "source" : [ "obj-20", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "source" : [ "obj-22", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "source" : [ "obj-25", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "source" : [ "obj-25", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "source" : [ "obj-26", 6 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 0 ], - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-22", 0 ], - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "source" : [ "obj-36", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-19", 0 ], - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "source" : [ "obj-38", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-31", 0 ], - "source" : [ "obj-38", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-10", 0 ], - "order" : 0, - "source" : [ "obj-39", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "source" : [ "obj-39", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "order" : 1, - "source" : [ "obj-39", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-9", 0 ], - "source" : [ "obj-5", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "source" : [ "obj-6", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-13", 0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "source" : [ "obj-9", 1 ] - } - - } - ] - } -, - "patching_rect" : [ 389.0, 723.0, 276.0, 22.0 ], - "saved_object_attributes" : { - "fontsize" : 14.0 - } -, - "text" : "p categories", - "varname" : "categories" - } - - } -, { - "box" : { - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 5, - "outlettype" : [ "dictionary", "", "", "", "" ], - "patching_rect" : [ 127.0, 838.0, 61.0, 22.0 ], - "saved_object_attributes" : { - "embed" : 0, - "legacy" : 0, - "parameter_enable" : 0, - "parameter_mappable" : 0 - } -, - "text" : "dict #1" - } - - } -, { - "box" : { - "id" : "obj-18", - "linecount" : 2, - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 849.0, 136.0, 150.0, 33.0 ], - "text" : "current limitation:\nno spaces in filenames" - } - - } -, { - "box" : { - "id" : "obj-51", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 9, - "minor" : 0, - "revision" : 6, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 1101.0, 286.0, 305.0, 372.0 ], - "default_fontsize" : 14.0, - "gridsize" : [ 15.0, 15.0 ], - "subpatcher_template" : "Untitled5_template", - "boxes" : [ { - "box" : { - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 49.0, 257.0, 82.0, 24.0 ], - "text" : "prepend set" - } - - } -, { - "box" : { - "id" : "obj-61", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 158.0, 64.5, 24.0 ], - "text" : "#1" - } - - } -, { - "box" : { - "id" : "obj-47", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 215.0, 187.0, 24.0 ], - "text" : "sprintf %s.%d %s" - } - - } -, { - "box" : { - "id" : "obj-39", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "bang", "" ], - "patching_rect" : [ 50.0, 100.0, 187.0, 24.0 ], - "text" : "t b b s" - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-69", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "int" ], - "patching_rect" : [ 134.0, 187.0, 29.5, 22.0 ], - "text" : "+ 1" - } - - } -, { - "box" : { - "id" : "obj-64", - "maxclass" : "button", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 163.0, 128.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-60", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "int", "", "", "int" ], - "patching_rect" : [ 134.0, 158.0, 77.0, 22.0 ], - "text" : "counter" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-48", - "index" : 1, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 40.0, 30.0, 30.0 ] - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-49", - "index" : 2, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 163.0, 40.0, 30.0, 30.0 ] - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-50", - "index" : 1, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 50.0, 297.0, 30.0, 30.0 ] - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-50", 0 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 2 ], - "source" : [ "obj-39", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 0 ], - "source" : [ "obj-39", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "source" : [ "obj-39", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "source" : [ "obj-47", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "source" : [ "obj-48", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-64", 0 ], - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-69", 0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 0 ], - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 2 ], - "source" : [ "obj-64", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 1 ], - "source" : [ "obj-69", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 636.0, 485.0, 130.0, 22.0 ], - "saved_object_attributes" : { - "fontsize" : 14.0 - } -, - "text" : "p populate_tempdict" - } - - } -, { - "box" : { - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 707.0, 781.0, 188.0, 22.0 ], - "text" : "loadmess #1" - } - - } -, { - "box" : { - "id" : "obj-46", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 894.0, 529.0, 61.0, 22.0 ], - "text" : "set set $1" - } - - } -, { - "box" : { - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 608.0, 636.0, 119.0, 22.0 ], - "text" : "prepend set " - } - - } -, { - "box" : { - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "int", "bang", "int" ], - "patching_rect" : [ 483.0, 505.0, 137.0, 22.0 ], - "text" : "t 0 b 1" - } - - } -, { - "box" : { - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 608.0, 603.0, 86.0, 22.0 ], - "text" : "gate" - } - - } -, { - "box" : { - "id" : "obj-37", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 9, - "minor" : 0, - "revision" : 6, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 695.0, 124.0, 405.0, 391.0 ], - "gridsize" : [ 15.0, 15.0 ], - "subpatcher_template" : "Untitled5_template", - "boxes" : [ { - "box" : { - "id" : "obj-10", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 276.0, 27.0, 65.0, 20.0 ], - "text" : "folder path" - } - - } -, { - "box" : { - "id" : "obj-9", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 188.0, 145.0, 60.0, 20.0 ], - "text" : "filenames" - } - - } -, { - "box" : { - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 184.0, 196.0, 38.0, 22.0 ], - "text" : "zl.reg" - } - - } -, { - "box" : { - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "", "" ], - "patching_rect" : [ 143.0, 144.0, 41.0, 22.0 ], - "text" : "t b s s" - } - - } -, { - "box" : { - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 34.0, 249.0, 96.0, 22.0 ], - "text" : "prepend append" - } - - } -, { - "box" : { - "comment" : "(msgs) to polybuffer", - "id" : "obj-4", - "index" : 1, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 54.0, 301.0, 30.0, 30.0 ] - } - - } -, { - "box" : { - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 188.0, 223.0, 120.0, 22.0 ], - "text" : "sprintf symout %s%s" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-2", - "index" : 2, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 239.0, 22.0, 30.0, 30.0 ] - } - - } -, { - "box" : { - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 20.0, 50.0, 75.0, 22.0 ], - "text" : "route clear" - } - - } -, { - "box" : { - "id" : "obj-48", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 76.0, 80.0, 142.0, 22.0 ], - "text" : "route append" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-23", - "index" : 1, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 16.0, 14.0, 30.0, 30.0 ] - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-35", - "index" : 2, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 144.0, 301.0, 30.0, 30.0 ] - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-48", 0 ], - "source" : [ "obj-1", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 1 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "source" : [ "obj-48", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 1 ], - "source" : [ "obj-6", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-35", 0 ], - "source" : [ "obj-6", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "source" : [ "obj-8", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 545.0, 423.0, 110.0, 22.0 ], - "text" : "p filter/format" - } - - } -, { - "box" : { - "id" : "obj-22", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 843.0, 433.0, 150.0, 20.0 ], - "text" : "folder name" - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-71", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 5, - "outlettype" : [ "", "", "", "", "" ], - "patching_rect" : [ 569.0, 333.0, 86.0, 22.0 ], - "text" : "t s s s s s" - } - - } -, { - "box" : { - "id" : "obj-57", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "", "", "" ], - "patching_rect" : [ 789.0, 485.0, 229.0, 22.0 ], - "text" : "t s s s" - } - - } -, { - "box" : { - "id" : "obj-44", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 5, - "outlettype" : [ "dictionary", "", "", "", "" ], - "patching_rect" : [ 608.0, 665.0, 61.0, 22.0 ], - "saved_object_attributes" : { - "embed" : 0, - "legacy" : 0, - "parameter_enable" : 0, - "parameter_mappable" : 0 - } -, - "text" : "dict #1" - } - - } -, { - "box" : { - "id" : "obj-3", - "maxclass" : "dropfile", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 817.0, 211.0, 50.0, 35.0 ], - "presentation" : 1, - "presentation_rect" : [ 1.0, 1.0, 268.0, 41.0 ] - } - - } -, { - "box" : { - "id" : "obj-25", - "maxclass" : "button", + "id" : "obj-83", + "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 747.0, 299.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "id" : "obj-34", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 5, - "outlettype" : [ "bang", "", "bang", "bang", "int" ], - "patching_rect" : [ 747.0, 333.0, 245.0, 22.0 ], - "text" : "t b b b 0" + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 311.0, 664.0, 74.0, 22.0 ], + "text" : "o.pack /path" } } , { "box" : { - "fontsize" : 12.0, - "id" : "obj-41", + "id" : "obj-82", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, - "outlettype" : [ "", "int" ], - "patching_rect" : [ 490.0, 368.0, 39.0, 22.0 ], - "text" : "folder" - } - - } -, { - "box" : { - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 5, - "outlettype" : [ "dictionary", "", "", "", "" ], - "patching_rect" : [ 675.0, 567.0, 61.0, 22.0 ], + "outlettype" : [ "", "bang" ], + "patching_rect" : [ 674.75, 223.0, 123.0, 22.0 ], "saved_object_attributes" : { - "embed" : 0, - "legacy" : 0, - "parameter_enable" : 0, - "parameter_mappable" : 0 + "embed" : 0 } , - "text" : "dict" - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 847.0, 71.0, 141.0, 22.0 ], - "text" : "prepend set polyb name:" - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 847.0, 40.0, 109.0, 22.0 ], - "text" : "loadmess #1" - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 847.0, 104.0, 141.0, 20.0 ], - "presentation" : 1, - "presentation_rect" : [ 1.0, 60.0, 272.0, 20.0 ], - "text" : "polyb name: #1" - } - - } -, { - "box" : { - "comment" : "", - "id" : "obj-2", - "index" : 0, - "maxclass" : "inlet", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 80.0, 40.0, 26.0, 26.0 ] - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-33", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "int" ], - "patching_rect" : [ 789.0, 432.0, 55.0, 22.0 ], - "text" : "strippath" - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-30", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 803.5, 567.0, 131.0, 22.0 ], - "text" : "prepend set last folder:" + "text" : "polybuffer~ #1" } } , { "box" : { - "fontsize" : 12.0, - "id" : "obj-27", + "id" : "obj-49", "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 803.5, 599.0, 145.0, 20.0 ], - "presentation" : 1, - "presentation_rect" : [ 1.0, 44.0, 272.0, 20.0 ], - "text" : "last: " - } - - } -, { - "box" : { - "fontsize" : 12.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "bang", "" ], - "patching_rect" : [ 490.0, 395.0, 74.0, 22.0 ], - "text" : "t b s" - } - - } -, { - "box" : { - "comment" : "(FullPacket) result of selection", - "id" : "obj-1", - "index" : 0, - "maxclass" : "outlet", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 389.0, 934.0, 22.0, 22.0 ] + "patching_rect" : [ 88.5, 19.0, 192.0, 20.0 ], + "text" : "arg1: polybuffer name" } } , { "box" : { - "fontsize" : 11.0, - "id" : "obj-21", - "maxclass" : "newobj", + "bgcolor" : [ 0.125490196078431, 0.125490196078431, 0.125490196078431, 0.0 ], + "id" : "obj-39", + "maxclass" : "led", "numinlets" : 1, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 320.0, 310.0, 58.0, 21.0 ], - "text" : "loadbang" - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-26", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 320.0, 333.0, 131.0, 21.0 ], - "text" : "types AIFF WAVE MPEG" - } - - } -, { - "box" : { - "id" : "obj-5", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 146.0, 179.0, 35.0, 22.0 ], - "text" : "open" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-43", 0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-38", 1 ], - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-12", 0 ], - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-34", 0 ], - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-41", 0 ], - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "hidden" : 1, - "order" : 2, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-36", 0 ], - "hidden" : 1, - "order" : 4, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-43", 0 ], - "hidden" : 1, - "order" : 6, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-44", 0 ], - "hidden" : 1, - "order" : 3, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-48", 2 ], - "hidden" : 1, - "order" : 1, - "source" : [ "obj-28", 0 ] + "offcolor" : [ 0.133333333333333, 0.223529411764706, 0.12156862745098, 1.0 ], + "oncolor" : [ 0.333333333333333, 0.76078431372549, 0.247058823529412, 1.0 ], + "outlettype" : [ "int" ], + "parameter_enable" : 0, + "patching_rect" : [ 586.0, 204.0, 52.0, 52.0 ], + "presentation" : 1, + "presentation_rect" : [ 236.0, 45.0, 35.0, 35.0 ] } } , { - "patchline" : { - "destination" : [ "obj-58", 0 ], - "hidden" : 1, - "order" : 0, - "source" : [ "obj-28", 0 ] + "box" : { + "id" : "obj-32", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 3, + "outlettype" : [ "int", "", "" ], + "patching_rect" : [ 586.0, 125.0, 196.5, 22.0 ], + "text" : "t 1 s s" } } , { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "hidden" : 1, - "order" : 5, - "source" : [ "obj-28", 0 ] + "box" : { + "id" : "obj-20", + "maxclass" : "comment", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 335.0, 702.0, 112.0, 20.0 ], + "text" : "to save mechanism" } } , { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "source" : [ "obj-29", 1 ] + "box" : { + "comment" : "(FullPacket) /paths for storage", + "id" : "obj-11", + "index" : 0, + "maxclass" : "outlet", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 311.0, 701.0, 22.0, 22.0 ] } } , { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "source" : [ "obj-29", 0 ] + "box" : { + "id" : "obj-18", + "linecount" : 2, + "maxclass" : "comment", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 216.0, 432.0, 150.0, 33.0 ], + "text" : "current limitation:\nno spaces in filenames" } } , { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "source" : [ "obj-3", 0 ] + "box" : { + "id" : "obj-3", + "maxclass" : "dropfile", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 365.0, 8.0, 92.0, 35.0 ], + "presentation" : 1, + "presentation_rect" : [ 1.0, 1.0, 268.0, 41.0 ] } } , { - "patchline" : { - "destination" : [ "obj-27", 0 ], - "source" : [ "obj-30", 0 ] + "box" : { + "id" : "obj-25", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "patching_rect" : [ 275.5, 125.0, 22.0, 22.0 ], + "text" : "t b" } } , { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "source" : [ "obj-31", 3 ] + "box" : { + "id" : "obj-34", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 3, + "outlettype" : [ "clear", "", "int" ], + "patching_rect" : [ 275.5, 161.0, 129.0, 22.0 ], + "text" : "t clear 0" } } , { - "patchline" : { - "destination" : [ "obj-47", 1 ], - "source" : [ "obj-31", 2 ] + "box" : { + "fontsize" : 12.0, + "id" : "obj-17", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 214.0, 367.0, 141.0, 22.0 ], + "text" : "prepend set polyb name:" } } , { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "source" : [ "obj-31", 1 ] + "box" : { + "fontsize" : 12.0, + "id" : "obj-16", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 214.0, 336.0, 109.0, 22.0 ], + "text" : "loadmess #1" } } , { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "source" : [ "obj-31", 0 ] + "box" : { + "fontsize" : 12.0, + "id" : "obj-12", + "maxclass" : "comment", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 214.0, 400.0, 141.0, 20.0 ], + "presentation" : 1, + "presentation_rect" : [ 1.0, 60.0, 272.0, 20.0 ], + "text" : "polyb name: #1" } } , { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "source" : [ "obj-32", 1 ] + "box" : { + "comment" : "", + "id" : "obj-2", + "index" : 0, + "maxclass" : "inlet", + "numinlets" : 0, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 51.0, 16.0, 26.0, 26.0 ] } } , { - "patchline" : { - "destination" : [ "obj-71", 0 ], - "source" : [ "obj-32", 0 ] + "box" : { + "fontsize" : 12.0, + "id" : "obj-30", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 351.75, 216.0, 109.0, 22.0 ], + "text" : "prepend set folder:" } } , { - "patchline" : { - "destination" : [ "obj-57", 0 ], - "source" : [ "obj-33", 0 ] + "box" : { + "fontsize" : 12.0, + "id" : "obj-27", + "maxclass" : "comment", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 351.75, 254.0, 145.0, 20.0 ], + "presentation" : 1, + "presentation_rect" : [ 1.0, 44.0, 272.0, 20.0 ], + "text" : "folder: " } } , { - "patchline" : { - "destination" : [ "obj-28", 0 ], - "hidden" : 1, - "source" : [ "obj-34", 2 ] + "box" : { + "comment" : "(FullPacket) result of selection", + "id" : "obj-1", + "index" : 0, + "maxclass" : "outlet", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 85.0, 701.0, 22.0, 22.0 ] } } -, { + ], + "lines" : [ { "patchline" : { - "destination" : [ "obj-30", 0 ], - "source" : [ "obj-34", 1 ] + "destination" : [ "obj-28", 0 ], + "source" : [ "obj-10", 0 ] } } , { "patchline" : { - "destination" : [ "obj-39", 0 ], - "source" : [ "obj-34", 4 ] + "destination" : [ "obj-84", 0 ], + "source" : [ "obj-13", 0 ] } } , { "patchline" : { - "destination" : [ "obj-48", 1 ], - "source" : [ "obj-34", 3 ] + "destination" : [ "obj-7", 0 ], + "source" : [ "obj-14", 0 ] } } , { "patchline" : { - "destination" : [ "obj-51", 1 ], - "source" : [ "obj-34", 0 ] + "destination" : [ "obj-84", 0 ], + "source" : [ "obj-14", 1 ] } } , { "patchline" : { - "destination" : [ "obj-31", 0 ], - "source" : [ "obj-35", 0 ] + "destination" : [ "obj-30", 0 ], + "source" : [ "obj-15", 0 ] } } , { "patchline" : { - "destination" : [ "obj-50", 1 ], - "source" : [ "obj-35", 1 ] + "destination" : [ "obj-17", 0 ], + "source" : [ "obj-16", 0 ] } } , { "patchline" : { - "destination" : [ "obj-36", 0 ], - "source" : [ "obj-37", 0 ] + "destination" : [ "obj-12", 0 ], + "source" : [ "obj-17", 0 ] } } , { "patchline" : { - "destination" : [ "obj-51", 0 ], - "source" : [ "obj-37", 1 ] + "destination" : [ "obj-4", 1 ], + "source" : [ "obj-19", 0 ] } } , { "patchline" : { - "destination" : [ "obj-42", 0 ], - "source" : [ "obj-38", 0 ] + "destination" : [ "obj-14", 0 ], + "source" : [ "obj-2", 0 ] } } , { "patchline" : { - "destination" : [ "obj-10", 0 ], + "destination" : [ "obj-5", 0 ], "order" : 1, - "source" : [ "obj-4", 0 ] + "source" : [ "obj-23", 0 ] } } , { "patchline" : { - "destination" : [ "obj-14", 0 ], - "midpoints" : [ 463.568022060394298, 174.084304439184052, 452.517679850260436, 174.084304439184052, 452.517679850260436, 108.989425659179688, 469.5, 108.989425659179688 ], - "source" : [ "obj-4", 4 ] + "destination" : [ "obj-8", 0 ], + "order" : 0, + "source" : [ "obj-23", 0 ] } } , { "patchline" : { - "destination" : [ "obj-25", 0 ], - "source" : [ "obj-4", 3 ] + "destination" : [ "obj-34", 0 ], + "source" : [ "obj-25", 0 ] } } , { "patchline" : { - "destination" : [ "obj-32", 0 ], - "source" : [ "obj-4", 2 ] + "destination" : [ "obj-6", 0 ], + "source" : [ "obj-28", 0 ] } } , { "patchline" : { - "destination" : [ "obj-35", 0 ], - "source" : [ "obj-4", 5 ] + "destination" : [ "obj-10", 1 ], + "midpoints" : [ 734.5, 639.54888916015625, 952.38287353515625, 639.54888916015625, 952.38287353515625, 384.76605224609375, 757.0, 384.76605224609375 ], + "source" : [ "obj-29", 0 ] } } , { "patchline" : { - "destination" : [ "obj-5", 0 ], - "order" : 0, - "source" : [ "obj-4", 0 ] + "destination" : [ "obj-13", 0 ], + "order" : 1, + "source" : [ "obj-3", 0 ] } } , { "patchline" : { "destination" : [ "obj-15", 0 ], - "source" : [ "obj-40", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-38", 0 ], - "source" : [ "obj-40", 2 ] + "order" : 0, + "source" : [ "obj-3", 0 ] } } , { "patchline" : { - "destination" : [ "obj-38", 0 ], - "source" : [ "obj-40", 0 ] + "destination" : [ "obj-27", 0 ], + "source" : [ "obj-30", 0 ] } } , { "patchline" : { - "destination" : [ "obj-7", 0 ], - "source" : [ "obj-41", 0 ] + "destination" : [ "obj-39", 0 ], + "source" : [ "obj-31", 0 ] } } , { "patchline" : { - "destination" : [ "obj-44", 0 ], - "source" : [ "obj-42", 0 ] + "destination" : [ "obj-33", 0 ], + "source" : [ "obj-32", 1 ] } } , { "patchline" : { - "destination" : [ "obj-50", 0 ], - "source" : [ "obj-45", 0 ] + "destination" : [ "obj-39", 0 ], + "source" : [ "obj-32", 0 ] } } , { "patchline" : { - "destination" : [ "obj-42", 0 ], - "source" : [ "obj-46", 0 ] + "destination" : [ "obj-83", 0 ], + "source" : [ "obj-32", 2 ] } } , { "patchline" : { - "destination" : [ "obj-8", 0 ], - "source" : [ "obj-47", 0 ] + "destination" : [ "obj-82", 0 ], + "source" : [ "obj-33", 0 ] } } , { "patchline" : { - "destination" : [ "obj-11", 0 ], - "source" : [ "obj-48", 0 ] + "destination" : [ "obj-30", 0 ], + "source" : [ "obj-34", 1 ] } } , { "patchline" : { "destination" : [ "obj-36", 0 ], - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-50", 0 ] + "source" : [ "obj-34", 0 ] } } , { "patchline" : { - "destination" : [ "obj-15", 0 ], - "source" : [ "obj-51", 0 ] + "destination" : [ "obj-39", 0 ], + "source" : [ "obj-34", 2 ] } } , { "patchline" : { - "destination" : [ "obj-45", 1 ], - "source" : [ "obj-54", 2 ] + "destination" : [ "obj-19", 0 ], + "source" : [ "obj-35", 0 ] } } , { "patchline" : { - "destination" : [ "obj-6", 1 ], - "source" : [ "obj-54", 1 ] + "destination" : [ "obj-7", 0 ], + "source" : [ "obj-38", 0 ] } } , { "patchline" : { - "destination" : [ "obj-6", 0 ], - "source" : [ "obj-54", 0 ] + "destination" : [ "obj-9", 0 ], + "source" : [ "obj-4", 0 ] } } , { "patchline" : { - "destination" : [ "obj-8", 0 ], - "midpoints" : [ 655.5, 755.0, 242.16632080078125, 755.0, 242.16632080078125, 597.0, 257.5, 597.0 ], - "source" : [ "obj-54", 3 ] + "destination" : [ "obj-10", 1 ], + "source" : [ "obj-5", 0 ] } } , { "patchline" : { - "destination" : [ "obj-30", 0 ], - "source" : [ "obj-57", 0 ] + "destination" : [ "obj-29", 0 ], + "source" : [ "obj-6", 1 ] } } , { "patchline" : { - "destination" : [ "obj-46", 0 ], - "source" : [ "obj-57", 1 ] + "destination" : [ "obj-38", 0 ], + "source" : [ "obj-6", 0 ] } } , { "patchline" : { - "destination" : [ "obj-47", 0 ], - "source" : [ "obj-57", 2 ] + "destination" : [ "obj-1", 0 ], + "source" : [ "obj-7", 0 ] } } , { "patchline" : { - "destination" : [ "obj-45", 0 ], - "source" : [ "obj-6", 0 ] + "destination" : [ "obj-19", 1 ], + "source" : [ "obj-8", 0 ] } } , { "patchline" : { - "destination" : [ "obj-37", 0 ], - "source" : [ "obj-7", 1 ] + "destination" : [ "obj-31", 0 ], + "source" : [ "obj-82", 1 ] } } , { "patchline" : { - "destination" : [ "obj-40", 0 ], - "source" : [ "obj-7", 0 ] + "destination" : [ "obj-35", 0 ], + "source" : [ "obj-82", 0 ] } } , { "patchline" : { - "destination" : [ "obj-33", 0 ], - "source" : [ "obj-71", 1 ] + "destination" : [ "obj-11", 0 ], + "source" : [ "obj-83", 0 ] } } , { "patchline" : { - "destination" : [ "obj-37", 1 ], - "source" : [ "obj-71", 2 ] + "destination" : [ "obj-25", 0 ], + "source" : [ "obj-84", 2 ] } } , { "patchline" : { - "destination" : [ "obj-41", 0 ], - "source" : [ "obj-71", 0 ] + "destination" : [ "obj-32", 0 ], + "source" : [ "obj-84", 1 ] } } , { "patchline" : { - "destination" : [ "obj-48", 0 ], - "source" : [ "obj-71", 3 ] + "destination" : [ "obj-4", 0 ], + "source" : [ "obj-84", 3 ] } } , { "patchline" : { - "destination" : [ "obj-19", 0 ], - "order" : 1, - "source" : [ "obj-8", 1 ] + "destination" : [ "obj-87", 0 ], + "source" : [ "obj-84", 0 ] } } , { "patchline" : { - "destination" : [ "obj-58", 0 ], - "order" : 0, - "source" : [ "obj-8", 1 ] + "destination" : [ "obj-36", 0 ], + "source" : [ "obj-87", 0 ] } } , { "patchline" : { - "destination" : [ "obj-6", 2 ], + "destination" : [ "obj-10", 0 ], "source" : [ "obj-9", 0 ] } } ], "dependency_cache" : [ { - "name" : "o.accum.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/namespace", - "patcherrelativepath" : "../../../Max 9/Packages/odot/patchers/namespace", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "o.collect.mxo", - "type" : "iLaX" - } -, { "name" : "o.compose.mxo", "type" : "iLaX" } -, { - "name" : "o.difference.mxo", - "type" : "iLaX" - } , { "name" : "o.expr.codebox.mxo", "type" : "iLaX" } , { - "name" : "o.gather.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/namespace", - "patcherrelativepath" : "../../../Max 9/Packages/odot/patchers/namespace", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "o.if.mxo", + "name" : "o.pack.mxo", "type" : "iLaX" } , { - "name" : "o.intersection.mxo", + "name" : "o.route.mxo", "type" : "iLaX" } , { - "name" : "o.pack.mxo", + "name" : "o.select.mxo", "type" : "iLaX" } , { - "name" : "o.righttoleft.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/ordering", - "patcherrelativepath" : "../../../Max 9/Packages/odot/patchers/ordering", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "o.route.mxo", + "name" : "o.union.mxo", "type" : "iLaX" } , { - "name" : "o.union.mxo", + "name" : "o.var.mxo", "type" : "iLaX" } ], diff --git a/seq_eventeditor_ui.maxpat b/seq_eventeditor_ui.maxpat index 567de60..ce04be2 100644 --- a/seq_eventeditor_ui.maxpat +++ b/seq_eventeditor_ui.maxpat @@ -10,49 +10,10 @@ } , "classnamespace" : "box", - "rect" : [ 119.0, 87.0, 1159.0, 743.0 ], + "rect" : [ 119.0, 87.0, 1524.0, 744.0 ], "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { - "box" : { - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 907.0, 373.0, 91.0, 22.0 ], - "text" : "routepass clear" - } - - } -, { - "box" : { - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 907.0, 485.0, 59.0, 22.0 ], - "text" : "route text" - } - - } -, { - "box" : { - "id" : "obj-1", - "maxclass" : "textedit", - "numinlets" : 1, - "numoutlets" : 4, - "outlettype" : [ "", "int", "", "" ], - "parameter_enable" : 0, - "patching_rect" : [ 712.0, 443.0, 94.714285714285666, 27.0 ], - "presentation" : 1, - "presentation_rect" : [ 126.0, 3.0, 131.75, 24.0 ], - "text" : "none" - } - - } -, { "box" : { "bgcolor" : [ 0.125490196078431, 0.125490196078431, 0.125490196078431, 0.0 ], "blinkcolor" : [ 0.137254901960784, 0.407843137254902, 0.850980392156863, 1.0 ], @@ -64,9 +25,9 @@ "outlettype" : [ "bang" ], "outlinecolor" : [ 0.058823529411765, 0.062745098039216, 0.109803921568627, 1.0 ], "parameter_enable" : 0, - "patching_rect" : [ 350.0, 229.0, 24.0, 24.0 ], + "patching_rect" : [ 45.0, 148.0, 24.0, 24.0 ], "presentation" : 1, - "presentation_rect" : [ 589.0, 23.0, 24.0, 24.0 ] + "presentation_rect" : [ 422.0, -2.0, 24.0, 24.0 ] } } @@ -169,7 +130,7 @@ ] } , - "patching_rect" : [ 296.0, 278.0, 97.0, 22.0 ], + "patching_rect" : [ 77.0, 149.0, 97.0, 22.0 ], "text" : "p default_bundle" } @@ -181,7 +142,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "", "" ], - "patching_rect" : [ 333.0, 707.0, 47.999988406896591, 22.0 ], + "patching_rect" : [ 228.0, 520.0, 47.999988406896591, 22.0 ], "text" : "t l l" } @@ -192,7 +153,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 359.0, 805.0, 167.0, 20.0 ], + "patching_rect" : [ 254.0, 597.0, 167.0, 20.0 ], "text" : "updated bundle full of params" } @@ -204,7 +165,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "bang", "clear" ], - "patching_rect" : [ 182.0, 177.0, 51.0, 22.0 ], + "patching_rect" : [ 77.0, 124.0, 231.0, 22.0 ], "text" : "t b clear" } @@ -214,10 +175,10 @@ "id" : "obj-3", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "", "", "FullPacket" ], - "patching_rect" : [ 182.0, 84.0, 172.0, 22.0 ], - "text" : "o.route /clear /audiofile/textbox" + "numoutlets" : 2, + "outlettype" : [ "", "FullPacket" ], + "patching_rect" : [ 77.0, 95.0, 79.0, 22.0 ], + "text" : "o.route /clear" } } @@ -228,22 +189,10 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 573.714285714285779, 646.0, 233.0, 114.0 ], + "patching_rect" : [ 468.0, 459.0, 233.0, 114.0 ], "text" : "parameters:\n\n/generate bool\n/speed 0.125-3\n/loop bool\n/spacing/range : [mslow, mshigh] - for loop\n/density : 0-1\n/auxsend : 0-1" } - } -, { - "box" : { - "id" : "obj-37", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 712.0, 404.0, 75.0, 22.0 ], - "text" : "set $1, bang" - } - } , { "box" : { @@ -253,21 +202,7 @@ "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 333.0, 805.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "fontsize" : 11.0, - "id" : "obj-18", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 815.0, 447.0, 67.0, 19.0 ], - "presentation" : 1, - "presentation_rect" : [ 260.0, 4.5, 54.0, 19.0 ], - "text" : "audio grp" + "patching_rect" : [ 228.0, 597.0, 24.0, 24.0 ] } } @@ -279,7 +214,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "float" ], - "patching_rect" : [ 636.0, 404.0, 72.285714285714221, 21.0 ], + "patching_rect" : [ 531.0, 217.0, 72.285714285714221, 21.0 ], "text" : "unpack 0. 0." } @@ -291,7 +226,7 @@ "numinlets" : 1, "numoutlets" : 9, "outlettype" : [ "", "", "", "", "", "", "", "", "FullPacket" ], - "patching_rect" : [ 182.0, 368.0, 624.714285714285666, 22.0 ], + "patching_rect" : [ 77.0, 181.0, 624.714285714285666, 22.0 ], "text" : "o.route /loop /generate /speed /density /variety /auxsend /spacing/range /cat" } @@ -303,7 +238,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 333.0, 678.0, 48.0, 22.0 ], + "patching_rect" : [ 228.0, 491.0, 48.0, 22.0 ], "text" : "o.union" } @@ -315,9 +250,9 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 538.0, 486.0, 44.0, 19.0 ], + "patching_rect" : [ 433.0, 299.0, 44.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 483.0, 28.0, 44.0, 19.0 ], + "presentation_rect" : [ 289.0, 28.0, 44.0, 19.0 ], "text" : "variety" } @@ -334,9 +269,9 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 485.0, 485.0, 50.0, 22.0 ], + "patching_rect" : [ 380.0, 298.0, 50.0, 22.0 ], "presentation" : 1, - "presentation_rect" : [ 430.0, 27.0, 50.0, 22.0 ] + "presentation_rect" : [ 236.0, 26.5, 50.0, 22.0 ] } } @@ -347,7 +282,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 636.0, 526.0, 72.0, 22.0 ], + "patching_rect" : [ 531.0, 339.0, 72.0, 22.0 ], "text" : "pak 0. 0." } @@ -359,9 +294,9 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 614.0, 451.0, 53.0, 19.0 ], + "patching_rect" : [ 509.0, 264.0, 53.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 179.0, 31.0, 53.0, 19.0 ], + "presentation_rect" : [ 393.0, 28.0, 53.0, 19.0 ], "text" : "aux send" } @@ -378,9 +313,9 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 561.0, 450.0, 50.0, 22.0 ], + "patching_rect" : [ 456.0, 263.0, 50.0, 22.0 ], "presentation" : 1, - "presentation_rect" : [ 126.0, 30.0, 50.0, 22.0 ] + "presentation_rect" : [ 341.0, 29.0, 50.0, 22.0 ] } } @@ -392,9 +327,9 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 462.0, 451.0, 43.0, 19.0 ], + "patching_rect" : [ 357.0, 264.0, 43.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 370.000011026859283, 27.0, 52.333334892988205, 19.0 ], + "presentation_rect" : [ 176.0, 28.0, 52.333334892988205, 19.0 ], "text" : "density" } @@ -412,9 +347,9 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 409.0, 450.0, 50.0, 22.0 ], + "patching_rect" : [ 304.0, 263.0, 50.0, 22.0 ], "presentation" : 1, - "presentation_rect" : [ 318.0, 27.0, 50.0, 22.0 ] + "presentation_rect" : [ 124.0, 28.0, 50.0, 22.0 ] } } @@ -431,9 +366,9 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 689.0, 485.0, 50.0, 22.0 ], + "patching_rect" : [ 584.0, 298.0, 50.0, 22.0 ], "presentation" : 1, - "presentation_rect" : [ 483.0, 3.0, 50.0, 22.0 ] + "presentation_rect" : [ 289.0, 0.5, 50.0, 22.0 ] } } @@ -445,9 +380,9 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 748.0, 486.0, 78.0, 19.0 ], + "patching_rect" : [ 643.0, 299.0, 78.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 535.0, 3.0, 78.0, 19.0 ], + "presentation_rect" : [ 341.0, 0.5, 78.0, 19.0 ], "text" : "spacing range" } @@ -465,9 +400,9 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 636.0, 485.0, 50.0, 22.0 ], + "patching_rect" : [ 531.0, 298.0, 50.0, 22.0 ], "presentation" : 1, - "presentation_rect" : [ 430.0, 3.0, 50.0, 22.0 ] + "presentation_rect" : [ 236.0, 0.5, 50.0, 22.0 ] } } @@ -479,7 +414,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 211.0, 486.0, 84.0, 19.0 ], + "patching_rect" : [ 106.0, 299.0, 84.0, 19.0 ], "presentation" : 1, "presentation_rect" : [ 29.000000864267349, 2.0, 89.666669338941574, 19.0 ], "text" : "loop on/off" @@ -495,7 +430,7 @@ "numoutlets" : 1, "outlettype" : [ "int" ], "parameter_enable" : 0, - "patching_rect" : [ 182.0, 484.0, 24.0, 24.0 ], + "patching_rect" : [ 77.0, 297.0, 24.0, 24.0 ], "presentation" : 1, "presentation_rect" : [ 3.0, 2.0, 24.0, 24.0 ] } @@ -509,9 +444,9 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 386.0, 486.0, 38.0, 19.0 ], + "patching_rect" : [ 281.0, 299.0, 38.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 370.000011026859283, 3.0, 52.333334892988205, 19.0 ], + "presentation_rect" : [ 176.0, 0.5, 52.333334892988205, 19.0 ], "text" : "speed" } @@ -529,9 +464,9 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 333.0, 485.0, 50.0, 22.0 ], + "patching_rect" : [ 228.0, 298.0, 50.0, 22.0 ], "presentation" : 1, - "presentation_rect" : [ 318.0, 3.0, 50.0, 22.0 ] + "presentation_rect" : [ 124.0, 0.5, 50.0, 22.0 ] } } @@ -543,9 +478,9 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 287.0, 450.0, 82.0, 19.0 ], + "patching_rect" : [ 182.0, 263.0, 82.0, 19.0 ], "presentation" : 1, - "presentation_rect" : [ 29.000000864267349, 28.000000834465027, 89.666669338941574, 19.0 ], + "presentation_rect" : [ 29.000000864267349, 28.0, 89.666669338941574, 19.0 ], "text" : "generate on/off" } @@ -559,7 +494,7 @@ "numoutlets" : 1, "outlettype" : [ "int" ], "parameter_enable" : 0, - "patching_rect" : [ 258.0, 448.0, 24.0, 24.0 ], + "patching_rect" : [ 153.0, 261.0, 24.0, 24.0 ], "presentation" : 1, "presentation_rect" : [ 3.0, 28.0, 24.0, 24.0 ] } @@ -574,19 +509,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 182.0, 35.0, 24.0, 24.0 ] - } - - } -, { - "box" : { - "id" : "obj-39", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 712.0, 555.0, 67.0, 22.0 ], - "text" : "o.pack /cat" + "patching_rect" : [ 77.0, 23.0, 24.0, 24.0 ] } } @@ -597,7 +520,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 636.0, 588.0, 126.0, 22.0 ], + "patching_rect" : [ 531.0, 401.0, 126.0, 22.0 ], "text" : "o.pack /spacing/range" } @@ -609,7 +532,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 561.0, 555.0, 96.0, 22.0 ], + "patching_rect" : [ 456.0, 368.0, 96.0, 22.0 ], "text" : "o.pack /auxsend" } @@ -621,7 +544,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 485.0, 588.0, 86.0, 22.0 ], + "patching_rect" : [ 380.0, 401.0, 86.0, 22.0 ], "text" : "o.pack /variety" } @@ -633,7 +556,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 409.0, 561.0, 89.0, 22.0 ], + "patching_rect" : [ 304.0, 374.0, 89.0, 22.0 ], "text" : "o.pack /density" } @@ -645,7 +568,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 333.0, 588.0, 83.0, 22.0 ], + "patching_rect" : [ 228.0, 401.0, 83.0, 22.0 ], "text" : "o.pack /speed" } @@ -657,7 +580,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 258.0, 561.0, 98.0, 22.0 ], + "patching_rect" : [ 153.0, 374.0, 98.0, 22.0 ], "text" : "o.pack /generate" } @@ -669,20 +592,13 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 182.0, 588.0, 73.0, 22.0 ], + "patching_rect" : [ 77.0, 401.0, 73.0, 22.0 ], "text" : "o.pack /loop" } } ], "lines" : [ { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "source" : [ "obj-1", 0 ] - } - - } -, { "patchline" : { "destination" : [ "obj-67", 0 ], "source" : [ "obj-10", 0 ] @@ -709,13 +625,6 @@ "source" : [ "obj-16", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "source" : [ "obj-2", 0 ] - } - } , { "patchline" : { @@ -737,13 +646,6 @@ "source" : [ "obj-29", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "source" : [ "obj-3", 1 ] - } - } , { "patchline" : { @@ -755,7 +657,7 @@ , { "patchline" : { "destination" : [ "obj-78", 0 ], - "source" : [ "obj-3", 2 ] + "source" : [ "obj-3", 1 ] } } @@ -786,13 +688,6 @@ "source" : [ "obj-36", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-37", 0 ] - } - } , { "patchline" : { @@ -800,13 +695,6 @@ "source" : [ "obj-38", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-67", 0 ], - "source" : [ "obj-39", 0 ] - } - } , { "patchline" : { @@ -825,7 +713,7 @@ , { "patchline" : { "destination" : [ "obj-67", 1 ], - "midpoints" : [ 371.499988406896591, 734.767537308758619, 385.807414439044805, 734.767537308758619, 385.807414439044805, 674.162597839909722, 371.5, 674.162597839909722 ], + "midpoints" : [ 266.499988406896591, 547.767537308758619, 280.807414439044805, 547.767537308758619, 280.807414439044805, 487.162597839909722, 266.5, 487.162597839909722 ], "source" : [ "obj-43", 1 ] } @@ -836,20 +724,6 @@ "source" : [ "obj-47", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 0 ], - "source" : [ "obj-5", 1 ] - } - } , { "patchline" : { @@ -920,13 +794,6 @@ "source" : [ "obj-78", 5 ] } - } -, { - "patchline" : { - "destination" : [ "obj-37", 0 ], - "source" : [ "obj-78", 7 ] - } - } , { "patchline" : { diff --git a/sonogarden.maxpat b/sonogarden.maxpat index b8d3d3e..d3640b4 100644 --- a/sonogarden.maxpat +++ b/sonogarden.maxpat @@ -14,16 +14,124 @@ "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { "box" : { - "fontface" : 0, + "id" : "obj-36", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "bang" ], + "patching_rect" : [ 753.0, 468.0, 121.0, 22.0 ], + "saved_object_attributes" : { + "embed" : 0 + } +, + "text" : "polybuffer~ /engine/1" + } + + } +, { + "box" : { "id" : "obj-5", + "linecount" : 3, + "maxclass" : "comment", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 916.0, 103.0, 150.0, 47.0 ], + "text" : "test looping behavior with new single-category engine" + } + + } +, { + "box" : { + "fontsize" : 11.0, + "id" : "obj-27", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 572.0, 507.0, 100.0, 21.0 ], + "text" : "o.prepend /polybuf" + } + + } +, { + "box" : { + "id" : "obj-20", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "FullPacket" ], + "patching_rect" : [ 171.0, 375.5, 83.0, 22.0 ], + "text" : "o.select /stop" + } + + } +, { + "box" : { + "fontface" : 0, + "fontsize" : 9.0, + "id" : "obj-28", "maxclass" : "o.compose", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 882.0, 74.0, 54.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 115, 116, 111, 112, 0, 0, 0, 44, 0, 0, 0 ], + "patching_rect" : [ 558.0, 376.0, 69.0, 21.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 47, 99, 111, 110, 116, 101, 110, 116, 115, 0, 0, 0, 44, 0, 0, 0 ], + "saved_bundle_length" : 36, + "text" : "/contents" + } + + } +, { + "box" : { + "id" : "obj-33", + "maxclass" : "button", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "parameter_enable" : 0, + "patching_rect" : [ 457.0, 374.5, 24.0, 24.0 ] + } + + } +, { + "box" : { + "fontface" : 0, + "fontsize" : 9.0, + "id" : "obj-64", + "maxclass" : "o.compose", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 503.0, 376.0, 53.0, 21.0 ], + "presentation" : 1, + "presentation_rect" : [ 214.0, 46.0, 53.0, 21.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 47, 99, 108, 101, 97, 114, 0, 0, 44, 0, 0, 0 ], "saved_bundle_length" : 32, - "text" : "/stop" + "text" : "/clear" + } + + } +, { + "box" : { + "args" : [ "/engine/1" ], + "bgmode" : 0, + "border" : 0, + "clickthrough" : 0, + "enablehscroll" : 0, + "enablevscroll" : 0, + "id" : "obj-40", + "lockeddragscroll" : 0, + "lockedsize" : 0, + "maxclass" : "bpatcher", + "name" : "polybuf_container~.maxpat", + "numinlets" : 1, + "numoutlets" : 2, + "offset" : [ 0.0, 0.0 ], + "outlettype" : [ "FullPacket", "FullPacket" ], + "patching_rect" : [ 272.0, 419.0, 274.0, 87.0 ], + "presentation" : 1, + "presentation_rect" : [ 3.0, 2.0, 278.0, 111.0 ], + "viewvisibility" : 1 } } @@ -35,7 +143,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 869.0, 527.0, 95.0, 21.0 ], + "patching_rect" : [ 700.0, 645.0, 95.0, 21.0 ], "text" : "o.prepend /zone" } @@ -58,25 +166,13 @@ "id" : "obj-21", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "", "", "FullPacket" ], - "patching_rect" : [ 304.0, 208.0, 141.0, 22.0 ], - "text" : "o.route /sequencer /zone", + "numoutlets" : 4, + "outlettype" : [ "", "", "", "FullPacket" ], + "patching_rect" : [ 171.0, 202.0, 187.0, 22.0 ], + "text" : "o.route /sequencer /polybuf /zone", "textcolor" : [ 0.223529411764706, 0.741176470588235, 0.192156862745098, 1.0 ] } - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-20", - "maxclass" : "o.display", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1093.0, 238.0, 277.0, 33.0 ] - } - } , { "box" : { @@ -85,7 +181,7 @@ "numinlets" : 1, "numoutlets" : 3, "outlettype" : [ "", "", "FullPacket" ], - "patching_rect" : [ 304.0, 176.0, 151.0, 22.0 ], + "patching_rect" : [ 171.0, 170.0, 151.0, 22.0 ], "text" : "o.route /engine/1 /engine/2" } @@ -114,22 +210,6 @@ "text" : "o.prepend /sequencer" } - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-4", - "linecount" : 8, - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1110.0, 37.0, 232.0, 113.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 47, 99, 97, 116, 0, 0, 0, 0, 44, 115, 0, 0, 98, 108, 97, 99, 107, 103, 114, 111, 115, 98, 101, 97, 107, 0, 0, 0, 0, 0, 0, 16, 47, 108, 111, 111, 112, 0, 0, 0, 44, 105, 0, 0, 0, 0, 0, 1, 0, 0, 0, 20, 47, 103, 101, 110, 101, 114, 97, 116, 101, 0, 0, 0, 44, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 47, 115, 112, 101, 101, 100, 0, 0, 44, 100, 0, 0, 63, -16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 47, 100, 101, 110, 115, 105, 116, 121, 0, 0, 0, 0, 44, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 47, 118, 97, 114, 105, 101, 116, 121, 0, 0, 0, 0, 44, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 47, 97, 117, 120, 115, 101, 110, 100, 0, 0, 0, 0, 44, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 47, 115, 112, 97, 99, 105, 110, 103, 47, 114, 97, 110, 103, 101, 0, 0, 44, 100, 100, 0, 64, 89, 0, 0, 0, 0, 0, 0, 64, -105, 112, 0, 0, 0, 0, 0 ], - "saved_bundle_length" : 240, - "text" : "/cat : \"blackgrosbeak\",\n/loop : 1,\n/generate : 0,\n/speed : 1.,\n/density : 0.,\n/variety : 0.,\n/auxsend : 0.,\n/spacing/range : [100., 1500.]" - } - } , { "box" : { @@ -139,10 +219,10 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 284.0, 848.0, 173.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 47, 101, 110, 103, 105, 110, 101, 47, 49, 47, 122, 111, 110, 101, 47, 99, 111, 110, 116, 101, 110, 116, 115, 0, 44, 0, 0, 0 ], - "saved_bundle_length" : 48, - "text" : "/engine/1/zone/contents" + "patching_rect" : [ 284.0, 848.0, 193.0, 23.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 47, 101, 110, 103, 105, 110, 101, 47, 49, 47, 112, 111, 108, 121, 98, 117, 102, 47, 99, 111, 110, 116, 101, 110, 116, 115, 0, 0, 44, 0, 0, 0 ], + "saved_bundle_length" : 52, + "text" : "/engine/1/polybuf/contents" } } @@ -315,10 +395,10 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 290.0, 795.0, 179.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 47, 101, 110, 103, 105, 110, 101, 47, 42, 47, 114, 101, 115, 101, 116, 0, 44, 115, 0, 0, 98, 97, 110, 103, 0, 0, 0, 0 ], - "saved_bundle_length" : 48, - "text" : "/engine/*/reset : \"bang\"" + "patching_rect" : [ 211.0, 795.0, 246.0, 23.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 47, 101, 110, 103, 105, 110, 101, 47, 42, 47, 115, 101, 113, 117, 101, 110, 99, 101, 114, 47, 114, 101, 115, 101, 116, 0, 0, 0, 44, 115, 0, 0, 98, 97, 110, 103, 0, 0, 0, 0 ], + "saved_bundle_length" : 60, + "text" : "/engine/*/sequencer/reset : \"bang\"" } } @@ -328,7 +408,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 330.0, 34.0, 233.0, 20.0 ], + "patching_rect" : [ 197.0, 28.0, 233.0, 20.0 ], "text" : "load file from disk (already loads upon init)" } @@ -341,7 +421,7 @@ "numoutlets" : 1, "outlettype" : [ "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 304.0, 32.0, 24.0, 24.0 ] + "patching_rect" : [ 171.0, 26.0, 24.0, 24.0 ] } } @@ -353,7 +433,7 @@ "numoutlets" : 1, "outlettype" : [ "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 171.0, 183.0, 24.0, 24.0 ] + "patching_rect" : [ 713.0, 201.0, 24.0, 24.0 ] } } @@ -365,10 +445,10 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 478.0, 795.0, 173.0, 23.0 ], - "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 47, 101, 110, 103, 105, 110, 101, 47, 42, 47, 115, 116, 111, 112, 0, 0, 44, 115, 0, 0, 98, 97, 110, 103, 0, 0, 0, 0 ], - "saved_bundle_length" : 48, - "text" : "/engine/*/stop : \"bang\"" + "patching_rect" : [ 478.0, 795.0, 206.0, 23.0 ], + "saved_bundle_data" : [ 35, 98, 117, 110, 100, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 47, 101, 110, 103, 105, 110, 101, 47, 42, 47, 122, 111, 110, 101, 47, 115, 116, 111, 112, 0, 44, 115, 0, 0, 98, 97, 110, 103, 0, 0, 0, 0 ], + "saved_bundle_length" : 52, + "text" : "/engine/*/zone/stop : \"bang\"" } } @@ -390,7 +470,7 @@ "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 548.0, 124.0, 35.0, 22.0 ], + "patching_rect" : [ 415.0, 118.0, 35.0, 22.0 ], "text" : "r osc" } @@ -401,8 +481,8 @@ "id" : "obj-45", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "dictionary" ], + "numoutlets" : 2, + "outlettype" : [ "dictionary", "bang" ], "patcher" : { "fileversion" : 1, "appversion" : { @@ -417,6 +497,18 @@ "rect" : [ 59.0, 87.0, 762.0, 412.0 ], "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { + "box" : { + "comment" : "", + "id" : "obj-1", + "index" : 2, + "maxclass" : "outlet", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 312.0, 307.0, 30.0, 30.0 ] + } + + } +, { "box" : { "id" : "obj-2", "maxclass" : "comment", @@ -491,7 +583,6 @@ "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 277.0, 12.0, 233.0, 87.0 ], - "presentation_linecount" : 6, "text" : "spat trajectory parameters:\n/source/1/on : 0,\n/source/1/color : \"chocolate\",\n/source/1/name : \"engine1\",\n/source/1/type : \"circle\",\n/source/1/speed : 20." } @@ -681,12 +772,12 @@ , { "box" : { "id" : "obj-16", - "linecount" : 4, + "linecount" : 5, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 385.0, 262.0, 296.0, 60.0 ], - "text" : "LEGEND\n\nR: hit 'r' to refresh the cache with new data from edits\nW: hit 'w' to write the current global parameters to disk" + "patching_rect" : [ 385.0, 262.0, 296.0, 74.0 ], + "text" : "LEGEND\n\nR: hit 'r' to refresh the cache with new data from edits\nW: hit 'w' to write the current global parameters to disk\n[SPACE]: hit spacebar to play/stop the sequencer" } } @@ -706,11 +797,11 @@ "box" : { "id" : "obj-5", "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 3, - "outlettype" : [ "bang", "bang", "" ], - "patching_rect" : [ 360.0, 70.0, 69.0, 22.0 ], - "text" : "sel 114 119" + "numinlets" : 4, + "numoutlets" : 4, + "outlettype" : [ "bang", "bang", "bang", "" ], + "patching_rect" : [ 360.0, 70.0, 85.0, 22.0 ], + "text" : "sel 114 119 32" } } @@ -737,13 +828,13 @@ "box" : { "fontface" : 0, "id" : "obj-26", - "linecount" : 22, + "linecount" : 30, "maxclass" : "o.display", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 50.0, 100.0, 474.0, 213.0 ], - "text" : "/engine/1/sequencer/cat : \"blackgrosbeak\",\n/engine/1/sequencer/loop : 0,\n/engine/1/sequencer/generate : 0,\n/engine/1/sequencer/speed : 1.,\n/engine/1/sequencer/density : 0.,\n/engine/1/sequencer/variety : 0.,\n/engine/1/sequencer/auxsend : 0.,\n/engine/1/sequencer/spacing/range : [100., 1500.],\n/engine/1/sequencer/audiofile/textbox : \"blackgrosbeak\",\n/engine/1/zone/aux/gain : 67,\n/engine/1/zone/voice/gain : 110,\n/engine/1/zone/paths : {\n /1 : \"Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/blackgrosbeak/\",\n /0 : \"Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/blackgrosbeak/\"\n},\n/engine/1/sequencer/steps : [1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0]" + "text" : "/engine/1/zone/engine/gain : [-999., -999., -999., -999., -999., -999., -999., -999., -999., -999.],\n/engine/1/zone/voice/gain : 121,\n/engine/1/polybuf/path : \"Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/CelloShortSounds/\",\n/engine/1/sequencer/loop : 0,\n/engine/1/sequencer/generate : 0,\n/engine/1/sequencer/speed : 1.,\n/engine/1/sequencer/density : 0.,\n/engine/1/sequencer/variety : 0.,\n/engine/1/sequencer/auxsend : 0.,\n/engine/1/sequencer/spacing/range : [100., 1500.],\n/engine/1/sequencer/cat : \"blackgrosbeak\",\n/engine/1/sequencer/audiofile/textbox : \"blackgrosbeak\",\n/engine/1/zone/aux/gain : 67,\n/engine/1/path : \"Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/CelloHaiku/\",\n/engine/1/sequencer/steps : [1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0],\n/engine/1/zone/paths : {\n /1 : \"Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/blackgrosbeak/\",\n /0 : \"Macintosh HD:/Users/jml/Documents/work/hugh_livingston/audio_files/_SonogardenCollections/blackgrosbeak/\"\n}" } } @@ -1103,6 +1194,13 @@ "source" : [ "obj-4", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-1", 0 ], + "source" : [ "obj-5", 2 ] + } + } , { "patchline" : { @@ -1156,7 +1254,7 @@ ] } , - "patching_rect" : [ 304.0, 69.0, 167.0, 24.0 ], + "patching_rect" : [ 171.0, 63.0, 167.0, 24.0 ], "text" : "p master_bundle_&_keyb" } @@ -1167,7 +1265,7 @@ "maxclass" : "newobj", "numinlets" : 10, "numoutlets" : 0, - "patching_rect" : [ 171.0, 559.0, 284.0, 22.0 ], + "patching_rect" : [ 171.0, 705.0, 374.909090909090992, 22.0 ], "text" : "dac~ 1 2 3 4 5 6 7 8 9 10" } @@ -1189,7 +1287,7 @@ "numoutlets" : 12, "offset" : [ 0.0, 0.0 ], "outlettype" : [ "signal", "signal", "signal", "signal", "signal", "signal", "signal", "signal", "signal", "signal", "signal", "FullPacket" ], - "patching_rect" : [ 171.0, 400.0, 717.0, 120.0 ], + "patching_rect" : [ 171.0, 547.0, 454.0, 121.0 ], "presentation" : 1, "presentation_rect" : [ 915.0, 76.0, 588.0, 117.0 ], "viewvisibility" : 1 @@ -1204,7 +1302,7 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 221.0, 106.0, 50.0, 22.0 ], + "patching_rect" : [ 763.0, 124.0, 50.0, 22.0 ], "presentation" : 1, "presentation_rect" : [ 57.0, 36.0, 50.0, 22.0 ] } @@ -1216,7 +1314,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 424.0, 107.0, 45.0, 22.0 ], + "patching_rect" : [ 291.0, 101.0, 45.0, 22.0 ], "text" : "s store" } @@ -1228,7 +1326,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "", "" ], - "patching_rect" : [ 304.0, 107.0, 99.0, 22.0 ], + "patching_rect" : [ 171.0, 101.0, 99.0, 22.0 ], "text" : "t l l" } @@ -1249,7 +1347,7 @@ "numoutlets" : 2, "offset" : [ 0.0, 0.0 ], "outlettype" : [ "FullPacket", "" ], - "patching_rect" : [ 171.0, 262.0, 755.0, 90.0 ], + "patching_rect" : [ 171.0, 262.0, 755.0, 87.0 ], "presentation" : 1, "presentation_rect" : [ 29.0, 76.0, 803.0, 34.0 ], "viewvisibility" : 1 @@ -1264,7 +1362,7 @@ "numoutlets" : 1, "outlettype" : [ "int" ], "parameter_enable" : 0, - "patching_rect" : [ 171.0, 106.0, 24.0, 24.0 ], + "patching_rect" : [ 713.0, 124.0, 24.0, 24.0 ], "presentation" : 1, "presentation_rect" : [ 29.0, 35.0, 24.0, 24.0 ] } @@ -1279,7 +1377,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "bang" ], - "patching_rect" : [ 171.0, 144.0, 69.0, 22.0 ], + "patching_rect" : [ 713.0, 162.0, 69.0, 22.0 ], "text" : "metro 1200" } @@ -1288,7 +1386,6 @@ "lines" : [ { "patchline" : { "destination" : [ "obj-20", 0 ], - "order" : 0, "source" : [ "obj-1", 0 ] } @@ -1299,14 +1396,6 @@ "source" : [ "obj-1", 1 ] } - } -, { - "patchline" : { - "destination" : [ "obj-44", 0 ], - "order" : 1, - "source" : [ "obj-1", 0 ] - } - } , { "patchline" : { @@ -1370,6 +1459,20 @@ "source" : [ "obj-2", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-40", 0 ], + "source" : [ "obj-20", 1 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-44", 0 ], + "source" : [ "obj-20", 0 ] + } + } , { "patchline" : { @@ -1380,10 +1483,17 @@ } , { "patchline" : { - "destination" : [ "obj-44", 0 ], + "destination" : [ "obj-40", 0 ], "source" : [ "obj-21", 1 ] } + } +, { + "patchline" : { + "destination" : [ "obj-44", 0 ], + "source" : [ "obj-21", 2 ] + } + } , { "patchline" : { @@ -1412,6 +1522,21 @@ "source" : [ "obj-26", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-24", 0 ], + "source" : [ "obj-27", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-40", 0 ], + "hidden" : 1, + "source" : [ "obj-28", 0 ] + } + } , { "patchline" : { @@ -1447,6 +1572,14 @@ "source" : [ "obj-31", 1 ] } + } +, { + "patchline" : { + "destination" : [ "obj-40", 0 ], + "hidden" : 1, + "source" : [ "obj-33", 0 ] + } + } , { "patchline" : { @@ -1461,11 +1594,18 @@ "source" : [ "obj-35", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-27", 0 ], + "source" : [ "obj-40", 1 ] + } + } , { "patchline" : { "destination" : [ "obj-44", 0 ], - "source" : [ "obj-4", 0 ] + "source" : [ "obj-40", 0 ] } } @@ -1548,15 +1688,15 @@ } , { "patchline" : { - "destination" : [ "obj-31", 0 ], - "source" : [ "obj-45", 0 ] + "destination" : [ "obj-12", 0 ], + "source" : [ "obj-45", 1 ] } } , { "patchline" : { - "destination" : [ "obj-44", 0 ], - "source" : [ "obj-5", 0 ] + "destination" : [ "obj-31", 0 ], + "source" : [ "obj-45", 0 ] } } @@ -1566,6 +1706,14 @@ "source" : [ "obj-6", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-40", 0 ], + "hidden" : 1, + "source" : [ "obj-64", 0 ] + } + } , { "patchline" : { @@ -1724,10 +1872,6 @@ "name" : "o.change.mxo", "type" : "iLaX" } -, { - "name" : "o.collect.mxo", - "type" : "iLaX" - } , { "name" : "o.compose.mxo", "type" : "iLaX" @@ -1736,10 +1880,6 @@ "name" : "o.dict.mxo", "type" : "iLaX" } -, { - "name" : "o.difference.mxo", - "type" : "iLaX" - } , { "name" : "o.display.mxo", "type" : "iLaX" @@ -1748,21 +1888,10 @@ "name" : "o.expr.codebox.mxo", "type" : "iLaX" } -, { - "name" : "o.gather.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/namespace", - "patcherrelativepath" : "../../../Max 9/Packages/odot/patchers/namespace", - "type" : "JSON", - "implicit" : 1 - } , { "name" : "o.if.mxo", "type" : "iLaX" } -, { - "name" : "o.intersection.mxo", - "type" : "iLaX" - } , { "name" : "o.pack.mxo", "type" : "iLaX" @@ -1771,13 +1900,6 @@ "name" : "o.prepend.mxo", "type" : "iLaX" } -, { - "name" : "o.righttoleft.maxpat", - "bootpath" : "~/Documents/Max 9/Packages/odot/patchers/ordering", - "patcherrelativepath" : "../../../Max 9/Packages/odot/patchers/ordering", - "type" : "JSON", - "implicit" : 1 - } , { "name" : "o.route.mxo", "type" : "iLaX" -- 2.34.1