-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MIDI pause/stop functionality (fluidsynth player only)
Now stop will actually reset to the start, and pause will properly resume on pressing play again. Looks like fluidsynth can seek now, however it goes by MIDI ticks which might be tricky as we go by milliseconds. If a MIDI has tempo changes we can't really sync the seek bar and the song properly. Might look into it later because it'd be nice to be able to seek when playing MIDIs.
- Loading branch information
1 parent
07079f4
commit a116a40
Showing
2 changed files
with
32 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters