pygame.midi input/output not working
Patrick EGLOFF
pegloff at gmail.com
Wed Dec 21 16:32:28 EST 2022
HI,
Some time ago I wrote a small software using pygame.midi
It worked just fine with Win10/ python 3.9 / SDL 2.0.14 / pygame 2.0.1
I had to change my computer and now I installed Win10 / Python 3.11.1 / SDL
2.0.18 / pygame 2.1.2
The following instructions don't work anymore, making the IDE stop
execution :
my_input = pygame.midi.Input(MidiDeviceIn)
midi_out = pygame.midi.Output(MidiDeviceOut)
Does someone have a suggestion?
Thanks,
--
Patrick Egloff
email : pegloff at gmail.com
Web page : http://www.egloff.eu
More information about the Python-list
mailing list