You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When playing the file using this lib, then the notes start playing but never stop. It seems the fadeCounter is set way to big.
As a quick and easy workaround for now, I implementated Voice.Stop by delegating to Voice.StopImmediate. This works fine for me but of course there in no slow release of the note anymore.
The text was updated successfully, but these errors were encountered:
I have a simple midi file with a piano track: I got it from here: https://www.8notes.com/scores/420.asp?ftype=midi
When playing the file using this lib, then the notes start playing but never stop. It seems the
fadeCounter
is set way to big.As a quick and easy workaround for now, I implementated Voice.Stop by delegating to Voice.StopImmediate. This works fine for me but of course there in no slow release of the note anymore.
The text was updated successfully, but these errors were encountered: