From: equilet <2237372+equilet@users.noreply.github.com> Date: Tue, 17 Jun 2025 05:35:10 +0000 (-0700) Subject: handles variety as an int from [0-100] X-Git-Tag: v0.1~75 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=a6235d0362d0975a65e556b923a3d25d87493a5e;p=sonogarden_maxproj.git handles variety as an int from [0-100] --- 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" }