Page 1 of 1

Playing Multiple Sounds Concurrenly in a Stack

Posted: Tue Mar 02, 2010 6:50 am
by rontoledo
How do I get multiple sounds to play concurrently in a stack? Specifically, I need to have a background WAV sound playing continuously, with 2-3 sound effect WAV files playing over the background sound.

Currently, when I attempt to play multiple sounds, they cut each other off, instead of layering.

Re: Playing Multiple Sounds Concurrenly in a Stack

Posted: Tue Mar 02, 2010 6:52 am
by Janschenkel
Use multiple 'player' controls, one for each simultaneous sound, and use a 'send in time' construct to start/stop playing the individual players.

Jan Schenkel.

Re: Playing Multiple Sounds Concurrenly in a Stack

Posted: Tue Mar 02, 2010 7:03 am
by rontoledo
Jan, many thanks; I'm figuring out how to control two test players right now. Thank you for the sound information-- as well as for Quartam Reports!