Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix player termination after stopping and restarting (#1273)
If using the sample timer, reset cur_msec=0 in fluid_player_play() since the sample timer is also reset. This way fluid_player_callback() will not misinterpret the player's cur_msec < msec as being due to a fluid_synth_get_ticks overflow.
- Loading branch information