python-midi icon indicating copy to clipboard operation
python-midi copied to clipboard

Play a pattern directly. Please help!

Open RED-KAY opened this issue 8 years ago • 1 comments

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 avatar Jan 11 '17 12:01 RED-KAY

@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.

MaurizioB avatar Jan 13 '17 17:01 MaurizioB