用于输出可由音频程序读取的 MIDI 文件或文本的 Python 接口
我正在寻找一个 python 包或库,它允许我以编程方式输出可以由音频/声音处理程序(如 LogicPro 或 iDrum)读取的文件格式(例如 MIDI)。对此最好的选择是什么?
I am looking for a python package or library that will allow me to programmatically output a file format (e.g. MIDI) that can be read by audio/sound processing programs, like LogicPro or iDrum. What are the best options for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处列出了大量的可能性,特别是在“Midi Mania”标题下。对于您的要求以及各种软件包的描述,在我看来 pythonmidi 可能最适合你,但我没有这方面的第一手经验。
A large number of possibilities are listed here, especially under the "Midi Mania" header. For your requirements, and the various packages' descriptions, it seems to me that pythonmidi might suit you best, but I have no first-hand experience with it.