From cf34d7e947711aac10cf6b4b44c7cbd4dd4f3f42 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:50:43 -0700 Subject: [PATCH] handles a bundle containing /demosnd --- polybuf_container~.maxpat | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/polybuf_container~.maxpat b/polybuf_container~.maxpat index 4ef81d0..af98f42 100644 --- a/polybuf_container~.maxpat +++ b/polybuf_container~.maxpat @@ -15,6 +15,19 @@ "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { + "box" : { + "fontsize" : 12.0, + "id" : "obj-6", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "FullPacket", "FullPacket" ], + "patching_rect" : [ 458.0, 91.0, 119.0, 22.0 ], + "text" : "o.if exists(/demosnd)" + } + + } +, { "box" : { "id" : "obj-38", "maxclass" : "newobj", @@ -1932,6 +1945,20 @@ "source" : [ "obj-58", 1 ] } + } +, { + "patchline" : { + "destination" : [ "obj-21", 0 ], + "source" : [ "obj-6", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-48", 0 ], + "source" : [ "obj-6", 1 ] + } + } , { "patchline" : { @@ -1994,7 +2021,7 @@ } , { "patchline" : { - "destination" : [ "obj-48", 0 ], + "destination" : [ "obj-6", 0 ], "source" : [ "obj-84", 2 ] } -- 2.34.1