We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionIs there an up-to-date Windows Library which allows the playing of individual musical notes?
Even just a wrapper on top of Beep, would suffice, though I don't know if that would be supported on all version of Windows.
You can use MIDI.
Here is a native code sample.
Here is a .Net wrapper.
This may be an exact match for you: http://msdn.microsoft.com/en-us/library/4fe3hdb1.aspx
精彩评论