Thanks, Chris, for submitting an update for pygame.midi!
> SDL has, to my knowledge, never included any MIDI interfacing. MIDI
> support was a PyGame addition.
Actually, within SDL_mixer, there is an obsolete version of TiMidity.
Configuring its external dependencies is a pain though.
Example
I have added the news that you found.
Jason
Maybe now is the time to use Aikiman's new logo from last October.
Jason
Sent from Yahoo Mail on Android
I know how to get the screen's refresh rate in Windows using pywin32 (win32all).
import win32api
d = win32api.EnumDisplaySettings(None, -1)
print (d.DisplayFrequency)
How would I call the same function using ctypes?
Thanks,
Jason
Sent from Yahoo Mail on Android