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
Fix bug: fluidsynth not looping if predecode is turned off
When playing a midi song with fluidsynth and looping is turned on it
only works when predecoding the song.
Otherwise the program hangs and in my case must be shutdown with 'kill
-9'.
This commit fixes the bug by ensuring that the fluidsynth player is in
playing mode if seek is called on a finished song.
// !!! FIXME: docs say this will fail if a seek was requested and then a second seek happens before we play more of the midi file, since the first seek will still be in progress.
0 commit comments