ludennis / SPPP

Self-playing piano parser
MIT License
0 stars 1 forks source link

Short Notes Being Skipped #10

Closed ludennis closed 6 years ago

ludennis commented 6 years ago

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.

synthesizer

Below shows the timestamp of where the notes are located.

timestamp maybe

the note should have a duration of 200 ms according to const.MIN_NOTE_DUR, but it has only 61ms.

and the const.py

const

ludennis commented 6 years ago

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.