From f92a1ae5c43cb85855ae11eecdcd2509020dbfaa Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 27 Jun 2025 20:13:18 -0700 Subject: [PATCH] improved evaluation of /count/reset --- polybuf_container~.maxpat | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/polybuf_container~.maxpat b/polybuf_container~.maxpat index 6cf1355..a70965e 100644 --- a/polybuf_container~.maxpat +++ b/polybuf_container~.maxpat @@ -1215,7 +1215,7 @@ "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 295.0, 276.0, 48.0, 22.0 ], - "text" : "del 200" + "text" : "del 500" } } @@ -1290,6 +1290,18 @@ "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { + "box" : { + "id" : "obj-6", + "maxclass" : "number", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "bang" ], + "parameter_enable" : 0, + "patching_rect" : [ 318.0, 158.0, 50.0, 22.0 ] + } + + } +, { "box" : { "id" : "obj-5", "maxclass" : "newobj", @@ -1495,15 +1507,15 @@ } , { "patchline" : { - "destination" : [ "obj-19", 0 ], - "source" : [ "obj-5", 0 ] + "destination" : [ "obj-4", 0 ], + "source" : [ "obj-5", 1 ] } } , { "patchline" : { - "destination" : [ "obj-4", 0 ], - "source" : [ "obj-5", 1 ] + "destination" : [ "obj-6", 0 ], + "source" : [ "obj-5", 0 ] } } @@ -1513,6 +1525,13 @@ "source" : [ "obj-52", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-19", 0 ], + "source" : [ "obj-6", 0 ] + } + } ] } -- 2.34.1