From: equilet <2237372+equilet@users.noreply.github.com> Date: Sat, 28 Jun 2025 02:47:18 +0000 (-0700) Subject: moved phrase var deletion to es.fragments X-Git-Tag: v0.1~20 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=f0b29791241e1439579711683e76a5a7a39f5166;p=sonogarden_maxproj.git moved phrase var deletion to es.fragments --- diff --git a/es.fragments.maxpat b/es.fragments.maxpat index 75d0c4e..f8fb9e1 100644 --- a/es.fragments.maxpat +++ b/es.fragments.maxpat @@ -14,6 +14,20 @@ "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { + "box" : { + "fontface" : 0, + "id" : "obj-4", + "linecount" : 3, + "maxclass" : "o.expr.codebox", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "FullPacket", "FullPacket" ], + "patching_rect" : [ 51.0, 490.5, 249.0, 57.0 ], + "text" : "if(exists(/phrase) && /phrase == 0, \n delete(/phrase)\n)" + } + + } +, { "box" : { "id" : "obj-31", "maxclass" : "comment", @@ -1195,6 +1209,13 @@ , { "patchline" : { "destination" : [ "obj-27", 1 ], + "source" : [ "obj-4", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-4", 0 ], "order" : 1, "source" : [ "obj-5", 0 ] } diff --git a/ui.ev.fragments.maxpat b/ui.ev.fragments.maxpat index bbcbb84..1b85788 100644 --- a/ui.ev.fragments.maxpat +++ b/ui.ev.fragments.maxpat @@ -14,20 +14,6 @@ "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { - "box" : { - "fontface" : 0, - "id" : "obj-13", - "linecount" : 3, - "maxclass" : "o.expr.codebox", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "FullPacket", "FullPacket" ], - "patching_rect" : [ 289.0, 528.0, 249.0, 57.0 ], - "text" : "if(exists(/phrase) && /phrase == 0, \n delete(/phrase)\n)" - } - - } -, { "box" : { "bgcolor" : [ 0.098039215686275, 0.556862745098039, 0.364705882352941, 0.0 ], "fontsize" : 11.0, @@ -526,23 +512,6 @@ "source" : [ "obj-11", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "order" : 1, - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 1 ], - "midpoints" : [ 298.5, 599.942219925946119, 556.92890491756043, 599.942219925946119, 556.92890491756043, 454.162597839909722, 327.5, 454.162597839909722 ], - "order" : 0, - "source" : [ "obj-13", 0 ] - } - } , { "patchline" : { @@ -681,10 +650,18 @@ } , { "patchline" : { - "destination" : [ "obj-13", 0 ], + "destination" : [ "obj-25", 0 ], "source" : [ "obj-43", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-67", 1 ], + "midpoints" : [ 327.499988406896591, 519.0, 348.651666566729546, 519.0, 348.651666566729546, 448.0, 327.5, 448.0 ], + "source" : [ "obj-43", 1 ] + } + } , { "patchline" : { @@ -747,10 +724,6 @@ "name" : "o.compose.mxo", "type" : "iLaX" } -, { - "name" : "o.expr.codebox.mxo", - "type" : "iLaX" - } , { "name" : "o.pack.mxo", "type" : "iLaX"