Getting started with MIDI

允我心安 提交于 2019-12-24 01:12:01

问题


I'd like to write an application that reads USB MIDI data from my midi piano and quite possibly anything else MIDI I can find.

Looking for a library that works with .NET and also allows me to 'intercept' this data even if another application is using the MIDI.

Thanks


回答1:


You might want to check out Carl Franklin's Midi library

http://www.franklins.net/dotnet/CarlsMIDITools.zip

And I'm sure he's open to any questions you may have :-)

(And be sure to listen to his awsome .NET podcast: .NET Rocks! (http://www.dotnetrocks.com/))




回答2:


NAudio can capture MIDI in C# too, but I'm not sure about intercepting it. You might need to look at something like MIDIOX for that.



来源:https://stackoverflow.com/questions/1801760/getting-started-with-midi

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