Play MIDI files?

C

cody

Does anybody know how to play MIDI files?
I do not want to use P/Invoke or DirectX.
Maybe there is a free 3rd party Library but I do not know any supporting
MIDI music.
I tried the library "Bass" from www.un4seen.com but MIDI music isn't
supported.
 
K

Ken Dopierala Jr.

Hi Cody,

The best I have found is FMod from http://fmod.org. I recommend getting
FModEX because it comes with a C# wrapper, if you use VB.Net you can just
compile the wrapper and link to the class. I don't know of any .Net
implementations so your only choice is to use P/Invoke (Win32 API, FMod,
others). Many come with wrappers though. For example there is a Managed
version of DirectX that is generating a lot of buzz,
http://blogs.msdn.com/tmiller/. Good luck! Ken.
 
C

cody

Thank you very much!


Ken Dopierala Jr. said:
Hi Cody,

The best I have found is FMod from http://fmod.org. I recommend getting
FModEX because it comes with a C# wrapper, if you use VB.Net you can just
compile the wrapper and link to the class. I don't know of any .Net
implementations so your only choice is to use P/Invoke (Win32 API, FMod,
others). Many come with wrappers though. For example there is a Managed
version of DirectX that is generating a lot of buzz,
http://blogs.msdn.com/tmiller/. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top