python-midi
python-midi copied to clipboard
Play a pattern directly. Please help!
Yo,
I just started working with midi and have a doubt - how do I play a pattern directly and not write it to a file? Also, is there any documentation for midi?
@RED-KAY if you read the features of python-midi, you find out that it's aimed for working with midi file data, if you are under linux you can take the playmidi.py
file as an example, and use whatever pattern
you create to play it.
But, if you are only interested in playing with MIDI (and don't care about the whole metadata python-midi uses, you should look for other modules.