Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/mod.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -245,4 +246,4 @@ end

mod.hook.register("script_pre_init", "funkit pre init", pre_init)

return funkit
return funkit