Best way to play MIDI sounds using C#

后端 未结 11 673
后悔当初
后悔当初 2020-12-09 10:03

I\'m trying to rebuild an old metronome application that was originally written using MFC in C++ to be written in .NET using C#. One o

11条回答
  •  攒了一身酷
    2020-12-09 10:29

    For extensive MIDI and Wave manipulation in .NET, I think hands down NAudio is the solution (Also available via NuGet).

提交回复
热议问题