Skip to main content
Post Reopened by Brian Webster, Ben, Lucas Trzesniewski, Suresh Atta, David Segonds
Post Closed as "Needs more focus" by halfer, gunr2171, gnat, Kyle Hale, fabian
deleted 12 characters in body; edited title
Source Link
Sam
  • 7.4k
  • 16
  • 48
  • 68

Multiple Play multiple sounds inusing SoundPlayer

imI'm making a SAMPLERsampler program where each key from 1 to 9 will make a different sound. everything is working greatEverything works fine, But..but when iI press two (or more) sounds at the same time, the second one "kills" the first one im.

I'm playing the sounds from .WAV files, using SoundPlayerSoundPlayer. how How can iI solve this? thanks!

Multiple sounds in SoundPlayer

im making a SAMPLER program where each key from 1 to 9 will make a different sound. everything is working great, But.. when i press two (or more) sounds at the same time, the second one "kills" the first one im playing the sounds from .WAV files, using SoundPlayer. how can i solve this? thanks!

Play multiple sounds using SoundPlayer

I'm making a sampler program where each key from 1 to 9 will make a different sound. Everything works fine, but when I press two (or more) sounds at the same time, the second one "kills" the first one.

I'm playing the sounds from .WAV files, using SoundPlayer. How can I solve this?

edited title
Link
Yahia
  • 70.5k
  • 9
  • 117
  • 147

Multiple sounds in SoundPlayer in C#.net

Source Link
Mori
Mori

Multiple sounds in SoundPlayer in C#.net

im making a SAMPLER program where each key from 1 to 9 will make a different sound. everything is working great, But.. when i press two (or more) sounds at the same time, the second one "kills" the first one im playing the sounds from .WAV files, using SoundPlayer. how can i solve this? thanks!