From 7e6d782347337fa1ba75a94d33e069766ca39c80 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Sat, 21 Jun 2025 00:09:13 -0700 Subject: [PATCH] added argument for vt.verbose_print to contextualize --- engine_voice.fragments~.maxpat | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/engine_voice.fragments~.maxpat b/engine_voice.fragments~.maxpat index bc4c528..0d204fc 100644 --- a/engine_voice.fragments~.maxpat +++ b/engine_voice.fragments~.maxpat @@ -212,8 +212,8 @@ "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 36.0, 742.0, 94.0, 22.0 ], - "text" : "vt.verbose_print" + "patching_rect" : [ 36.0, 742.0, 193.0, 22.0 ], + "text" : "vt.verbose_print #1" } } @@ -277,6 +277,10 @@ "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 641.0, 903.0, 42.0, 22.0 ], + "saved_object_attributes" : { + "attr_comment" : "" + } +, "text" : "out~ 2" } @@ -599,10 +603,6 @@ "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 1119.0, 816.0, 35.0, 22.0 ], - "saved_object_attributes" : { - "attr_comment" : "" - } -, "text" : "out 1" } @@ -790,6 +790,10 @@ "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 487.0, 903.0, 52.0, 22.0 ], + "saved_object_attributes" : { + "attr_comment" : "" + } +, "text" : "out~ 1" } @@ -802,6 +806,10 @@ "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 332.0, 22.0, 38.0, 22.0 ], + "saved_object_attributes" : { + "attr_comment" : "" + } +, "text" : "in 1" } @@ -3259,6 +3267,13 @@ "name" : "o.var.mxo", "type" : "iLaX" } +, { + "name" : "patcher_traverse.js", + "bootpath" : "~/Documents/programming/git_repositories/sonogarden_maxproj", + "patcherrelativepath" : ".", + "type" : "TEXT", + "implicit" : 1 + } , { "name" : "vt.demosnd~.maxpat", "bootpath" : "~/Documents/programming/git_repositories/sonogarden_maxproj", -- 2.34.1