Shorted notes are being skipped in "maybe.txt" song
Physically, the piano twitched when the notes were supposed to be played, but it was strong enough (or it is not allowed enough time) to make the note sound out.
Below shows the timestamp of where the notes are located.
the note should have a duration of 200 ms according to const.MIN_NOTE_DUR, but it has only 61ms.
This was done because the .txt file of the song was still in the old format. Upon using a new one, the min note duration is as set in const.py. Closing.
Shorted notes are being skipped in "maybe.txt" song
Physically, the piano twitched when the notes were supposed to be played, but it was strong enough (or it is not allowed enough time) to make the note sound out.
Below shows the timestamp of where the notes are located.
the note should have a duration of 200 ms according to const.MIN_NOTE_DUR, but it has only 61ms.
and the const.py