-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pausing music also pauses sound effects. #5
Labels
Comments
Here is the patch
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens on OSX and Linux. On OSX sound effects refuse to play at all without music and on Linux sound works normally as long as music is not loaded. In either case a song loaded but not playing will cause sound effects to not play.
This is caused by (what I'm calling) a bug in MikMod's main driver. In MikMod_Update it plays sound
if no song is loaded or if a song is loaded and unpaused. I submitted a patch to change this so that sound plays even if song is loaded and paused. It also takes care of stuck notes if the song is paused (which previously was taken care of by the fact that all sound was not working).
The text was updated successfully, but these errors were encountered: