读取 MIDI 输入
有没有一个模块可以用python读取midi输入(实时)?
is there a module to read midi input (live) with python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有一个模块可以用python读取midi输入(实时)?
is there a module to read midi input (live) with python?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我在 2006 年成功使用 PyPortMidi 实时记录 Midi 输入(在操作系统 X)。它应该可以在 Windows、OS X 和 Linux 上运行。处理器方面非常轻,这太棒了!
I used PyPortMidi successfully in 2006 to record Midi input in real time (on OS X). It should work on Windows, OS X, and Linux. It was very light on the processor side, which was great!
我很久以前就进行过一次这样的讨论,最终达成的共识是使用 MidiShare,它具有 Python 绑定。但从那以后事情可能发生了变化,比如 2004 年之类的。所以这不是推荐,只是“检查一下”。
I had this discussion like ages ago once, and the consensus kinda ended up on using MidiShare, which has Python bindings. But things may have moved on since then, that was like 2004 or something. So it's not a recommendation, just a "check it out".