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