Best way to play MIDI sounds using C#

后端 未结 11 694
后悔当初
后悔当初 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条回答
  •  Happy的楠姐
    2020-12-09 10:16

    A new player emerges:

    https://github.com/atsushieno/managed-midi

    https://www.nuget.org/packages/managed-midi/

    Not much in the way of documentation, but one focus of this library is cross platform support.

提交回复
热议问题