Sequence MIDI events from python.

Tobiah toby at tobiah.org
Thu Oct 26 19:02:28 EDT 2017


I know that there are a few good MIDI libraries out there.
The examples that I've seen for real-time triggering
of events rely on a sleep function to realize the timing.
This is not accurate or precise enough for musical applications.

What options do I have if I want to write a MIDI sequencer
in python?  I imagine I'd have to sync to an audio device
to get the timing right.

Thank for any help.


Tobiah






More information about the Python-list mailing list