From 95e6dc7b5d6ba84b46b5c8d7b368c87855954126 Mon Sep 17 00:00:00 2001 From: Mace Ojala Date: Tue, 1 Jul 2025 18:07:31 +0100 Subject: [PATCH] Added param menu separator. Fixes #1 --- lib/mod.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mod.lua b/lib/mod.lua index 26f09af..1df1fce 100644 --- a/lib/mod.lua +++ b/lib/mod.lua @@ -237,6 +237,7 @@ local pre_init = function() funkit.funs = {} matrix:add_post_init_hook(function() -- TODO does this need to be before the latice start to be in sync? + params:add_separator("funkit") for i=1,N_FUNS,1 do make_fun(i, numbers) end @@ -245,4 +246,4 @@ end mod.hook.register("script_pre_init", "funkit pre init", pre_init) -return funkit \ No newline at end of file +return funkit