I'm using Pygame.midi and you can select from 127 instruments.
I want to know how I can change/add midi instruments to this list.
Is there a list of pygame.midi instruments anywhere and if not what libraries is pygame using to actually do midi?
I've seen something called PortMidi and I'm wondering if this is what Pygame is using.
I just want to know how I can access pygame.midi and add instruments.