Sample Header Ad - 728x90

Enable a software MIDI output for use with pygame

0 votes
1 answer
937 views
I want to be able to play MIDI notes from the pygame.midi module, similar to Windows. I believe this means setting up some sort of software/virtual MIDI out device. Fluidsynth appears to be able to do what I need, but I'm not sure how to configure it. I am using KDE Neon. Edit: Here is how I would set up MIDI with Pygame normally. from pygame import midi midi.init() t=midi.Output(midi.get_default_output_id())
Asked by TheLabCat (133 rep)
Jun 13, 2022, 12:53 AM
Last activity: Jun 13, 2022, 01:56 PM