[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame midi module



Hi,

thanks for the report.  If you feel like it, please file an issue at https://bitbucket.org/pygame/pygame

It's in python and cython, so maybe you can even fix this issue yourself :)

A few people have used it for projects(including me), and it's based on PortMidi which has also been used by numerous projects.  So if you avoid the rough corners it's sort of usable :)

cheers,


On Mon, Jul 22, 2013 at 8:39 PM, Silver <rockachu2@xxxxxxxxx> wrote:
I was trying out the pygame.midi module in the python interpreter. It
seems nice although it is a WIP (?). Just thought I'd let you know
trying to create multiple output objects for the same output can cause a
segfault.

Specifically, when you re-init the module (pygame.midi.quit();
pygame.midi.init()) it doesnt remember that the output is already occupied.

Is there anywhere I should report this?