This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user