Midi implementation within .Net

岁酱吖の 提交于 2019-12-12 09:37:28

问题


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.


回答1:


check out this links, this is maybe what you are looking for

  • http://www.codeproject.com/KB/audio-video/MIDIToolkit.aspx
  • http://www.codeproject.com/KB/audio-video/midiports.aspx



回答2:


Also check out NAudio



来源:https://stackoverflow.com/questions/333725/midi-implementation-within-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!