From 493774be48816ecbab237d9b2c4aee101278a3f6 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 13 Jun 2025 01:27:29 -0700 Subject: [PATCH] added printing for phrases --- vt.verbose_print.maxpat | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/vt.verbose_print.maxpat b/vt.verbose_print.maxpat index e1de3a5..f4734cc 100644 --- a/vt.verbose_print.maxpat +++ b/vt.verbose_print.maxpat @@ -46,6 +46,18 @@ "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { + "box" : { + "id" : "obj-5", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 839.0, 216.0, 159.0, 22.0 ], + "text" : "prepend chosen_phrase_list" + } + + } +, { "box" : { "id" : "obj-3", "maxclass" : "newobj", @@ -354,10 +366,10 @@ "id" : "obj-9", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 8, - "outlettype" : [ "", "", "", "", "", "", "", "FullPacket" ], + "numoutlets" : 9, + "outlettype" : [ "", "", "", "", "", "", "", "", "FullPacket" ], "patching_rect" : [ 50.0, 100.0, 902.166666666666742, 22.0 ], - "text" : "o.route /buffer/name /stop /gain /st /spacing/range /sdelay /line" + "text" : "o.route /buffer/name /stop /gain /st /spacing/range /sdelay /line /nlist" } } @@ -438,6 +450,13 @@ "source" : [ "obj-3", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-4", 0 ], + "source" : [ "obj-5", 0 ] + } + } , { "patchline" : { @@ -487,6 +506,13 @@ "source" : [ "obj-9", 6 ] } + } +, { + "patchline" : { + "destination" : [ "obj-5", 0 ], + "source" : [ "obj-9", 7 ] + } + } , { "patchline" : { -- 2.34.1