I've been working on a project of MIDI. The aim is to input parameters to Python and base on these inputs to generate correspond MIDI signal then output from my Mac to other MIDI device.
After a survey, I know there are two libraries exist which might meet my requirement, which are MIDIutil and pygame.
However, MIDIutil seems only output the midi file, and not able to output the real-time signal. On the other hand, Pygame is a real pain of Mac Mountain Lion user. I have working on it for 1 week and still stuck at same stage. (Unable to initial midi, the log constantly shows unable to find "pypm" module. What is pypm module?), I've tried to find solution on google, non of them able to solve the problem I faced.
As a result, I would like to ask if there is any other library recommended that might suit my requirement?
I'm using Mountain Lion 10.8.4 with python 2.7(original from Mac)
Thank you very much.
James