beta1 release #46

Merged
mr.zero merged 30 commits from develop into master 2026-03-22 22:49:23 +00:00
Showing only changes of commit 8b0bcdbe95 - Show all commits

View File

@@ -678,7 +678,7 @@ local function musicator_generate_sequence(model_data, length)
-- generation loop -- generation loop
while musicator_count_notes(seq) < length do while musicator_count_notes(seq) < length do
local current_key = table.concat({table.unpack(seq, #seq - order + 1, #seq)}, "|") local current_key = table.concat({table.unpack(seq, #seq - order + 1, #seq)}, "|") -- luacheck: ignore
local chosen = "..." local chosen = "..."