.Net 中的 Midi 实现
有人对在 C# Winforms 中编写基于 MIDI 的应用程序有任何指导或建议吗? 我最近购买了一个新的效果踏板,它具有完整的 MIDI 实现(或者我是这么认为的),但制造商认为不发布图书馆员/补丁编辑应用程序是合适的。
除了将键盘插入另一个 MIDI 设备之外,我几乎没有任何 MIDI 经验,但这并不难,对吧? ;-)
提前致谢。
Does anyone have any guidance or recommendations for writing a MIDI-based application in C# Winforms? I have recently bought a new effects pedal that has a full MIDI implementation (or so I'm led to believe) but the manufacturers have seen fit to not release a librarian / patch editing application.
I have virtually no experience of MIDI beyond plugging a keyboard into another MIDI device, but it can't be that hard, right? ;-)
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看此链接,这可能就是您正在寻找的
check out this links, this is maybe what you are looking for
另请查看 NAudio
Also check out NAudio
老问题,但你可以查看我的 DryWetMIDI 库。 它有很多功能和丰富的文档。 至于使用设备,这篇文章将是一个很好的起点。
Old question, but you can check out my DryWetMIDI library. It has a lot of features and rich documentation. As for working with devices, this article will be a good start point.