midi with ctypes
Anton Vredegoor
anton at vredegoor.doge.nl
Sat Aug 9 05:43:16 EDT 2003
danbmil99 at yahoo.com (dan) wrote:
>One point worth thinking about: a serious MIDI library would include a
>method for scheduling low-level routines at exact times (similar to a
>sound output buffer). This would almost by definition require some C
>code.
At some level these samples must be computed by the hardware, but MIDI
is about controlling this hardware at a higher level. Maybe we can get
away with less exact timing for which Python would be fast enough.
Anton
More information about the Python-list
mailing list