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 3420694287 - Show all commits

View File

@@ -729,7 +729,7 @@ local function musicator_sequence_to_pattern(sequence, bpm, spd)
local result = {} local result = {}
for i, note in ipairs(sequence) do for i, note in ipairs(sequence) do
if not note ~= "..." then if note ~= "..." then
local at_ms = musicator_row_to_frame(i, bpm, spd) local at_ms = musicator_row_to_frame(i, bpm, spd)
local direction = musicator_note_to_direction(note) local direction = musicator_note_to_direction(note)