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() bug, feature or misuse?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: play() bug, feature or misuse?  (Read 276 times)
scafativ


play() bug, feature or misuse?
« on: Sep 11th, 2003, 11:10pm »


I've noticed, when increasing the playback speed of a .wav (using speed()), the sound seems to wrap back to the beginning, as though the environment is trying to keep the sound the same length but has run out of sample.
 
In other words- if I had a sound of a gong and did a:
 
Bsound wavSound;
beginSound();  
wavSound = loadSound("gong.wav");
speed(wavSound, 1.5);
play(wavSound);
 
I hear a gong and a half.
 
'sup w/ that?
 
Thanks- if this is a bug I'll write it up and post it over in the bugs section.
 
VcS
 
[rocha]

30713803071380carlosandresrochacandresrocha Email
Re: play() bug, feature or misuse?
« Reply #1 on: Sep 16th, 2003, 7:14am »

seems like a bug. i will check it out.
 
thanks!
 
[rocha]

30713803071380carlosandresrochacandresrocha Email
Re: play() bug, feature or misuse?
« Reply #2 on: Sep 16th, 2003, 8:45am »

uhmm.. seems to be working fine here. what version of processing are you using?
 
Pages: 1 

« Previous topic | Next topic »