From c056b65899e79515a5253fe01c9510381e6ccf6a Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:22:30 -0700 Subject: [PATCH] global messaging area now has a way to open up any polyb instance list --- _sonogarden.maxpat | 96 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 72 insertions(+), 24 deletions(-) diff --git a/_sonogarden.maxpat b/_sonogarden.maxpat index 4e4ae0d..1ecc62a 100644 --- a/_sonogarden.maxpat +++ b/_sonogarden.maxpat @@ -7011,6 +7011,55 @@ "rect" : [ 199.0, 133.0, 1021.0, 489.0 ], "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { + "box" : { + "id" : "obj-15", + "maxclass" : "comment", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 495.0, 363.0, 312.0, 20.0 ], + "text" : "view polybuffer contents for an engine (needs to be valid)" + } + + } +, { + "box" : { + "id" : "obj-13", + "maxclass" : "number", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "bang" ], + "parameter_enable" : 0, + "patching_rect" : [ 426.0, 332.0, 50.0, 22.0 ] + } + + } +, { + "box" : { + "id" : "obj-11", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 426.0, 361.0, 57.0, 22.0 ], + "text" : "o.pack /n" + } + + } +, { + "box" : { + "fontface" : 0, + "id" : "obj-6", + "linecount" : 2, + "maxclass" : "o.expr.codebox", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "FullPacket", "FullPacket" ], + "patching_rect" : [ 426.0, 385.0, 375.0, 44.0 ], + "text" : "assign(\"/engine/\" + /n + \"/polybuf/contents\", \"bang\"), \ndelete(/n)" + } + + } +, { "box" : { "id" : "obj-10", "maxclass" : "newobj", @@ -7073,7 +7122,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 513.0, 344.0, 205.0, 21.0 ], + "patching_rect" : [ 767.0, 268.0, 205.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, 40, 47, 109, 97, 105, 110, 47, 115, 112, 97, 116, 47, 111, 112, 101, 114, 47, 119, 105, 110, 100, 111, 119, 47, 111, 112, 101, 110, 111, 114, 99, 108, 111, 115, 101, 0, 0, 44, 0, 0, 0 ], "saved_bundle_length" : 60, "text" : "/main/spat/oper/window/openorclose" @@ -7194,21 +7243,6 @@ "text" : "o.pack /engine/gain" } - } -, { - "box" : { - "fontface" : 0, - "id" : "obj-29", - "maxclass" : "o.compose", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.0, 273.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" - } - } , { "box" : { @@ -7338,7 +7372,7 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 312.0, 325.0, 37.0, 22.0 ], + "patching_rect" : [ 262.0, 327.0, 37.0, 22.0 ], "text" : "s osc" } @@ -7360,29 +7394,36 @@ } , { "patchline" : { - "destination" : [ "obj-26", 0 ], - "source" : [ "obj-19", 0 ] + "destination" : [ "obj-6", 0 ], + "source" : [ "obj-11", 0 ] } } , { "patchline" : { - "destination" : [ "obj-78", 0 ], - "source" : [ "obj-2", 0 ] + "destination" : [ "obj-11", 0 ], + "source" : [ "obj-13", 0 ] } } , { "patchline" : { - "destination" : [ "obj-7", 0 ], - "source" : [ "obj-26", 0 ] + "destination" : [ "obj-26", 0 ], + "source" : [ "obj-19", 0 ] } } , { "patchline" : { "destination" : [ "obj-78", 0 ], - "source" : [ "obj-29", 0 ] + "source" : [ "obj-2", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-7", 0 ], + "source" : [ "obj-26", 0 ] } } @@ -7427,6 +7468,13 @@ "source" : [ "obj-5", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-78", 0 ], + "source" : [ "obj-6", 0 ] + } + } , { "patchline" : { -- 2.34.1