On Wed, 2009-06-17 at 17:16 -0800, Patrick Stinson wrote:
While CPython is more than capable of running fast
enough in the audio
thread for control-rate (MIDI) work
eeehhh.... no ;)
Python is nowhere even remotely near realtime safe, unless you're doing
some clever allocation stuff etc.?
-dr