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.