Midi loader/player
Can I get some sample source for a midi loader/player? just some real simple stuff plz!
-----------------------------
Blue*Omega
(Insert Witty Quote Here)
// Tojiart
What OS do you want it for? Dos, Linux, Windows, etc?
Also, do you want to use an API such as DirectMusic?
Also, do you want to use an API such as DirectMusic?
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
One simple method is through the WinAPI.
To make midis repeat in this header file, pass your main hWnd to PlayMidi, and when you receive an MM_MCINOTIFY message, and wParam == 1, then call PlayMidi again. I couldn''t be bothered to figure out how to automate it.
To make midis repeat in this header file, pass your main hWnd to PlayMidi, and when you receive an MM_MCINOTIFY message, and wParam == 1, then call PlayMidi again. I couldn''t be bothered to figure out how to automate it.
|
I''ll try hunter''s suggestion but for further refrence I want Windows VC++, API independant. Thanks!
-----------------------------
Blue*Omega
(Insert Witty Quote Here)
-----------------------------
Blue*Omega
(Insert Witty Quote Here)
// Tojiart
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement