Hello,
in my game, I generate dynamic music using DynamicSoundEffectInstance, it works great until I try to use the class SoundEffect to play some other audio sound over the music.
when I call the play() method of any SoundEffect, it always cut the background music played by the DynamicSoundEffectInstance at the end of the SoundEffect.
Any idea why?
thank in advance!
Maxime