I'm using NAudio to play MIDI files in my .NET project.
I want to play some MIDI tracks (drum loops particularly) so each sound maps to a certain wav or mp3 file. Is that possible?
I'm new to MIDI development, I just heard of the idea of SoundFonts, is this what I'm looking for perhaps?
Has anyone tried that before?
Update
It's not that I have those wave files present, I just hate the sound of the default MIDI device on the computer.
Maybe I just need a better sound card, or maybe there is a virtual MIDI device that has professional tones.
Update
After reading about SoundFont, I am almost sure this is the solution I'm seeking. The question is how to use it with NAudio.