From 0981ccbbac6b54d94806ec3c1461788558cf6f68 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:09:57 -0700 Subject: [PATCH] added lower bound for density --- seq_eventeditor_ui.maxpat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seq_eventeditor_ui.maxpat b/seq_eventeditor_ui.maxpat index 1d26204..2560740 100644 --- a/seq_eventeditor_ui.maxpat +++ b/seq_eventeditor_ui.maxpat @@ -510,7 +510,7 @@ "id" : "obj-34", "maxclass" : "flonum", "maximum" : 1.0, - "minimum" : 0.0, + "minimum" : 0.0001, "mousefilter" : 1, "numinlets" : 1, "numoutlets" : 2, -- 2.34.1