From a6235d0362d0975a65e556b923a3d25d87493a5e Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:35:10 -0700 Subject: [PATCH] handles variety as an int from [0-100] --- vt.handle_variety.maxpat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vt.handle_variety.maxpat b/vt.handle_variety.maxpat index 83757dd..b0876e6 100644 --- a/vt.handle_variety.maxpat +++ b/vt.handle_variety.maxpat @@ -10,7 +10,7 @@ } , "classnamespace" : "box", - "rect" : [ 821.0, 479.0, 453.0, 410.0 ], + "rect" : [ 41.0, 153.0, 453.0, 410.0 ], "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { @@ -111,12 +111,13 @@ "box" : { "fontface" : 0, "id" : "obj-1", + "linecount" : 2, "maxclass" : "o.expr.codebox", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "FullPacket", "FullPacket" ], - "patching_rect" : [ 31.0, 163.0, 110.0, 31.0 ], - "text" : "/variety ??= 1." + "patching_rect" : [ 31.0, 133.0, 156.0, 44.0 ], + "text" : "/variety ??= 100., \n/variety = 100. / 100." } } @@ -127,7 +128,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "FullPacket" ], - "patching_rect" : [ 31.0, 131.0, 132.0, 22.0 ], + "patching_rect" : [ 31.0, 90.0, 132.0, 22.0 ], "text" : "o.union" } -- 2.34.1