MIDI in C#

  • Thread starter Thread starter _BNC
  • Start date Start date
B

_BNC

..NET/C# doesn't seem to have much support for MIDI interface and music
playback in general. Are there any good references on it?
 
.NET/C# doesn't seem to have much support for MIDI interface and music
playback in general. Are there any good references on it?

Thanks for the previous link. Unfortunately, it does not appear to have
any driect playback functions for MP3 files. Does anyone know of
anything? (Pref C# source)
 

Good link, and I'll definitely make use of it. But unless I'm really
missing something, there's no MP3 decoder...is there? I was trying to
take it a step at a time and see if I could turn an MP3 stream into a
decoded byte stream first. I'll use the links on your page for output
after I can decode the MP3 file.

Great if it's just a C# program that bridges to an external library, but
even better if MP3 decoder source already exists in C#. I haven't found
it anywhere.
 
Back
Top