简体   繁体   English

适用于Python的跨平台MIDI播放器

[英]Cross-platform MIDI player for Python

Is there any MIDI library for Python that works cross-platform, at least in Windows and the latest Mac OS? 至少在Windows和最新的Mac OS中,是否有适用于Python的跨平台的MIDI库? I've been using PyGame, but it doesn't work with the latest Mac OS anymore. 我一直在使用PyGame,但是它不再适用于最新的Mac OS。

Any help would be appreciated, thanks a lot! 任何帮助将不胜感激,非常感谢!

我认为rtmidi可能会达到您的目的,它们是C ++ RtMidi的Python绑定,后者是用于实时MIDI输入/输出的跨平台API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM