From 1c9fe9465e60f884e97e109456f8f9cf1e367594 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:58:00 -0700 Subject: [PATCH] updated text mechanism and removed an outlet --- seq_eventeditor_ui.maxpat | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/seq_eventeditor_ui.maxpat b/seq_eventeditor_ui.maxpat index 199d23d..567de60 100644 --- a/seq_eventeditor_ui.maxpat +++ b/seq_eventeditor_ui.maxpat @@ -14,6 +14,18 @@ "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "boxes" : [ { + "box" : { + "id" : "obj-5", + "maxclass" : "newobj", + "numinlets" : 2, + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 907.0, 373.0, 91.0, 22.0 ], + "text" : "routepass clear" + } + + } +, { "box" : { "id" : "obj-2", "maxclass" : "newobj", @@ -35,7 +47,8 @@ "parameter_enable" : 0, "patching_rect" : [ 712.0, 443.0, 94.714285714285666, 27.0 ], "presentation" : 1, - "presentation_rect" : [ 126.0, 3.0, 131.75, 24.0 ] + "presentation_rect" : [ 126.0, 3.0, 131.75, 24.0 ], + "text" : "none" } } @@ -727,7 +740,7 @@ } , { "patchline" : { - "destination" : [ "obj-37", 0 ], + "destination" : [ "obj-5", 0 ], "source" : [ "obj-3", 1 ] } @@ -823,6 +836,20 @@ "source" : [ "obj-47", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-1", 0 ], + "source" : [ "obj-5", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-37", 0 ], + "source" : [ "obj-5", 1 ] + } + } , { "patchline" : { -- 2.34.1