From 928bfac5cec597d72ca84d60ffbb65318f258a7c Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 7 May 2025 02:15:04 -0700 Subject: [PATCH] updated to be easier to use with new patcher --- speaker_locations-berkeley.maxpat | 33 ++++++++++--------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/speaker_locations-berkeley.maxpat b/speaker_locations-berkeley.maxpat index d117725..f3cf40d 100644 --- a/speaker_locations-berkeley.maxpat +++ b/speaker_locations-berkeley.maxpat @@ -17,11 +17,11 @@ "box" : { "comment" : "", "id" : "obj-1", - "index" : 1, + "index" : 0, "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "int" ], + "outlettype" : [ "" ], "patching_rect" : [ 54.0, 25.0, 30.0, 30.0 ] } @@ -39,24 +39,12 @@ "text" : "/speakers/xy = [\n -1.45999, 1.49352, \n -0.890016, 1.49352, \n 0.762, 1.49352, \n 1.3716, 1.49352, \n -1.77698, -1.46304, \n 1.79222, -1.46304\n]" } - } -, { - "box" : { - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 54.0, 77.0, 131.0, 22.0 ], - "text" : "o.pack /source/number" - } - } , { "box" : { "comment" : "", "id" : "obj-7", - "index" : 1, + "index" : 0, "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, @@ -67,7 +55,7 @@ ], "lines" : [ { "patchline" : { - "destination" : [ "obj-2", 0 ], + "destination" : [ "obj-11", 0 ], "source" : [ "obj-1", 0 ] } @@ -79,14 +67,13 @@ } } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "source" : [ "obj-2", 0 ] - } - + ], + "dependency_cache" : [ { + "name" : "o.expr.codebox.mxo", + "type" : "iLaX" } - ] + ], + "autosave" : 0 } } -- 2.34.1