From c24fd437f916bded44c7964f92abb2214120cbb7 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Sun, 22 Jun 2025 18:28:40 -0700 Subject: [PATCH] updated recall mechanism for gain scalar --- engine_zone~.maxpat | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/engine_zone~.maxpat b/engine_zone~.maxpat index 29f2baf..d671b3b 100644 --- a/engine_zone~.maxpat +++ b/engine_zone~.maxpat @@ -10,7 +10,7 @@ } , "classnamespace" : "box", - "rect" : [ 386.0, 538.0, 1069.0, 744.0 ], + "rect" : [ 337.0, 87.0, 1069.0, 744.0 ], "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", @@ -67,7 +67,7 @@ "numoutlets" : 2, "outlettype" : [ "", "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 55.0, 168.0, 110.0, 35.0 ], + "patching_rect" : [ 67.5, 170.5, 110.0, 35.0 ], "presentation" : 1, "presentation_rect" : [ 122.0, 2.0, 103.0, 35.0 ] } @@ -118,17 +118,29 @@ } , "classnamespace" : "box", - "rect" : [ 59.0, 87.0, 1000.0, 744.0 ], + "rect" : [ 280.0, 87.0, 499.0, 420.0 ], "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { + "box" : { + "id" : "obj-10", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 402.0, 282.0, 41.0, 22.0 ], + "text" : "set $1" + } + + } +, { "box" : { "id" : "obj-9", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "float" ], - "patching_rect" : [ 55.0, 177.0, 55.0, 22.0 ], + "patching_rect" : [ 55.0, 173.0, 29.5, 22.0 ], "text" : "1." } @@ -177,7 +189,7 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 55.5, 252.0, 39.0, 22.0 ], + "patching_rect" : [ 55.5, 254.0, 39.0, 22.0 ], "text" : "atodb" } @@ -271,6 +283,13 @@ "source" : [ "obj-1", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-12", 0 ], + "source" : [ "obj-10", 0 ] + } + } , { "patchline" : { @@ -288,7 +307,16 @@ } , { "patchline" : { - "destination" : [ "obj-12", 0 ], + "destination" : [ "obj-10", 0 ], + "order" : 0, + "source" : [ "obj-3", 1 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-5", 1 ], + "order" : 1, "source" : [ "obj-3", 1 ] } @@ -1031,7 +1059,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 470.0, 168.0, 181.0, 33.0 ], - "text" : "/source/*/rate : 20,\n/source/1/speed : -14.0448,\n/source/1/radius : 0.1,\n/source/0/speed : 5.9552,\n/source/0/radius : 0." + "text" : "/source/*/rate : 20,\n/source/1/speed : -14.95,\n/source/1/radius : 0.1,\n/source/0/speed : 5.05001,\n/source/0/radius : 0." } } -- 2.34.1