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)
   BSound.generate not work
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: BSound.generate not work  (Read 635 times)
takeshiro umetsu
Guest
Email
BSound.generate not work
« on: Aug 6th, 2003, 7:43am »

hi,
 
in processing 0058,
BSound.generate seems not to work.
 
when i run sample code about BSound.generate in reference,
error messages below is out:
 
No field named "SINE" was found in type "Temporary_2026_9471"
 
 
what's going on?
 
in addtion in this sample,
"Bsound" at the top should be "BSound".
 
any suggestion?
 
tax_low

WWW Email
Re: BSound.generate not work
« Reply #1 on: Aug 6th, 2003, 8:00am »

and  
 
wave = generate("SINE", 4000);
(quotes added)
 
makes an error:
 
Perhaps you wanted the overloaded version "BSound generate(int $1 , int$2);"instead?
 
 
REAS


WWW
Re: BSound.generate not work
« Reply #2 on: Aug 11th, 2003, 8:00pm »

generate() is not supported in version 058. it's not linked from the reference index and i shouldn't have included it in the directory. it will be working for the Beta release in early september.
 
thanks for the report and pointing out the typographic error.
 
mrb

WWW
Re: BSound.generate not work
« Reply #3 on: Aug 12th, 2003, 6:29am »

casey:
 
is there any way that interested parties can "test out" the sound capabilities to be included in the beta?  curious to hear how the synthesis, etc. sounds -- and i could build up some examples, too... let me know
 
mike
 
Pages: 1 

« Previous topic | Next topic »