|
Author |
Topic: play() not replaying sound? (Read 232 times) |
|
Brendan Dawes Guest
|
play() not replaying sound?
« on: Oct 24th, 2003, 6:43pm » |
|
I'm trying to play many instances of the same sound object at different speeds but in P66 it's stopped working while in P56 it worked fine. I know play() now doesn't play a sound if it's still playing from a previous trigger but even when the sound has finished playing nothing I do will play the sound again. Am I doing something wrong?
|
|
|
|
bren
|
Re: play() not replaying sound?
« Reply #1 on: Oct 25th, 2003, 9:58am » |
|
it's OK - I found I had to use beginSound(512) and everything is now cooking with gas!
|
|
|
|
REAS
|
Re: play() not replaying sound?
« Reply #2 on: Oct 25th, 2003, 12:50pm » |
|
ah, that switches the sound engine into a different mode. are you getting a delay now? are you making this project for web or local?
|
|
|
|
bren
|
Re: play() not replaying sound?
« Reply #3 on: Oct 25th, 2003, 4:34pm » |
|
it's for local. I'm now using Amit's SONIA - much quicker response to triggering sounds.
|
|
|
|
|