I'm trying to write a SAMPLER program, where each key has a different sound (a WAV file).
Can someone explain to me or give me a link to an explanation where i can learn how to play the WAV files?
If it matters, I'm working with Microsoft Visual C# and using WinForms.
SoundPlayer simpleSound = new SoundPlayer(strAudioFilePath);
simpleSound.Play();