From: equilet <2237372+equilet@users.noreply.github.com> Date: Thu, 8 May 2025 23:24:09 +0000 (-0700) Subject: added protection against initialization of metronome stopped X-Git-Tag: v0.1~202 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=1e5605455169a82ceca7025400a6e91562ae076c;p=sonogarden_maxproj.git added protection against initialization of metronome stopped --- diff --git a/engine_seq_advancer.maxpat b/engine_seq_advancer.maxpat index 35d5e86..b25a086 100644 --- a/engine_seq_advancer.maxpat +++ b/engine_seq_advancer.maxpat @@ -14,6 +14,18 @@ "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { + "box" : { + "id" : "obj-1", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 2, + "outlettype" : [ "bang", "bang" ], + "patching_rect" : [ 157.0, 294.0, 55.0, 22.0 ], + "text" : "onebang" + } + + } +, { "box" : { "fontface" : 0, "id" : "obj-5", @@ -162,6 +174,13 @@ } ], "lines" : [ { + "patchline" : { + "destination" : [ "obj-42", 0 ], + "source" : [ "obj-1", 1 ] + } + + } +, { "patchline" : { "destination" : [ "obj-6", 0 ], "source" : [ "obj-10", 0 ] @@ -205,7 +224,7 @@ } , { "patchline" : { - "destination" : [ "obj-42", 0 ], + "destination" : [ "obj-1", 0 ], "source" : [ "obj-41", 0 ] }