Ben Millwood

Results 45 comments of Ben Millwood

I independently figured this out before finding this PR and needed a few more classes to get things working, not sure why the discrepancy: dfe3f10e32507bcafda5f3acde4b3bde97c1abbd

I've seen this already exhibited by just: ``` #!/usr/bin/env python3 import pygame pygame.mixer.init() print('quitting now') pygame.mixer.quit() print('finished quitting') ``` (immediately printing "quitting now" but never "finished quitting"). FWIW ctrl-C and...

I'm playing pygame midi audio through fluidsynth (without it, I don't hear anything at all). I believe I don't have timidity installed. Indeed it does seem like this C file...

I posted about my reproduction case in libsdl-org/SDL_mixer#367 but it's not clear if the other reproductions involve fluidsynth / are affected by the same alsa device thing that I noticed...

I came up with this test: ``` diff --git a/tests/HighLevelTest.hs b/tests/HighLevelTest.hs index e5e1a5ab..0461ed9a 100644 --- a/tests/HighLevelTest.hs +++ b/tests/HighLevelTest.hs @@ -126,6 +126,13 @@ runUserTests = do do info "Checking password has...