From 42bdb7cc40c0b7161a98df58dafbd55c6cf6d7a3 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 21 May 2025 13:41:33 -0700 Subject: [PATCH] updated zone to parse localized gain adjustment for all voices --- engine_zone~.maxpat | 86 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 5 deletions(-) diff --git a/engine_zone~.maxpat b/engine_zone~.maxpat index b2f8b26..ad9dd68 100644 --- a/engine_zone~.maxpat +++ b/engine_zone~.maxpat @@ -16,13 +16,82 @@ "subpatcher_template" : "Untitled5_template", "boxes" : [ { "box" : { - "id" : "obj-4", + "id" : "obj-21", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 179.0, 223.0, 93.0, 22.0 ], - "text" : "o.pack /voices/*" + "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-4", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "FullPacket" ], + "patching_rect" : [ 50.0, 100.0, 115.0, 22.0 ], + "text" : "o.pack /*/outputgain" + } + + } +, { + "box" : { + "comment" : "", + "id" : "obj-13", + "index" : 1, + "maxclass" : "inlet", + "numinlets" : 0, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 50.0, 40.0, 30.0, 30.0 ] + } + + } +, { + "box" : { + "comment" : "", + "id" : "obj-15", + "index" : 1, + "maxclass" : "outlet", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 50.0, 182.0, 30.0, 30.0 ] + } + + } + ], + "lines" : [ { + "patchline" : { + "destination" : [ "obj-4", 0 ], + "source" : [ "obj-13", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-15", 0 ], + "source" : [ "obj-4", 0 ] + } + + } + ] + } +, + "patching_rect" : [ 179.0, 223.0, 37.0, 22.0 ], + "text" : "p osc" } } @@ -658,7 +727,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 470.0, 168.0, 181.0, 33.0 ], - "text" : "/source/*/rate : 20,\n/source/1/speed : -14.8816,\n/source/1/radius : 0.1,\n/source/0/speed : 5.11841,\n/source/0/radius : 0." + "text" : "/source/*/rate : 20,\n/source/1/speed : -14.7099,\n/source/1/radius : 0.1,\n/source/0/speed : 5.29013,\n/source/0/radius : 0." } } @@ -1165,7 +1234,7 @@ } , { "patchline" : { - "destination" : [ "obj-4", 0 ], + "destination" : [ "obj-21", 0 ], "order" : 0, "source" : [ "obj-11", 0 ] } @@ -1227,6 +1296,13 @@ "source" : [ "obj-20", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-23", 0 ], + "source" : [ "obj-21", 0 ] + } + } , { "patchline" : { -- 2.34.1