FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   play() not replaying sound?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: play() not replaying sound?  (Read 232 times)
Brendan Dawes
Guest
Email
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

WWW Email
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


WWW
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

WWW Email
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.
 
Pages: 1 

« Previous topic | Next topic »