Re: [Flashcoders] AS3 Sound = wtf

2007-09-14 Thread Robert Brisita
Yeah sound was a bit of code, test, re-read documentation, trail, and error process. I ended up creating an internal class called tSound (light class with 2 members) that contained a Sound and a SoundChannel that is used in a SoundManager for individual sounds. I used the SoundMixer to

Re: [Flashcoders] AS3 Sound = wtf

2007-09-13 Thread Andreas Rønning
Message - From: Arul Prasad M L [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, September 12, 2007 4:04:55 PM (GMT+0100) Europe/Berlin Subject: Re: [Flashcoders] AS3 Sound = wtf Why don't you: 1. List down your queries, and ask for suggestions / help from the community here 2

Re: [Flashcoders] AS3 Sound = wtf

2007-09-13 Thread Andreas Rønning
a feature request myself. Good to hear more people want the same :) - A - Original Message - From: Glen Pike [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, September 12, 2007 10:16:03 PM (GMT+0100) Europe/Berlin Subject: Re: [Flashcoders] AS3 Sound = wtf When

Re: [Flashcoders] AS3 Sound = wtf

2007-09-13 Thread EECOLOR
Maybe this is a project you would like to check out? http://code.google.com/p/popforge/ Greetz Erik On 9/13/07, Andreas Rønning [EMAIL PROTECTED] wrote: I didn't mean hacking was wrong by any stretch, but i am not a hacker. I simply don't have the time / budget to get in-depth on that

[Flashcoders] AS3 Sound = wtf

2007-09-12 Thread Andreas Rønning
So i got my AS3 books finally. Essential AS3 by Moock, AS3 animation/making things move and AS3 design patterns. Of these 3, none give particular interest in the sound API. Making things move takes a fleeting glance at AS3 sound, limited to a = new Sound(); a.play();, and Design Patterns makes

Re: [Flashcoders] AS3 Sound = wtf

2007-09-12 Thread Arul Prasad M L
Why don't you: 1. List down your queries, and ask for suggestions / help from the community here 2. Write to adobe's feature request list about the features you think are missing, but essential 3. Stop ranting on the list, and go use ur personal blog for this crap. Btw, Stop looking for detailed

Re: [Flashcoders] AS3 Sound = wtf

2007-09-12 Thread Cedric Muller
I don't have CS3 yet, but what is that ? : Sound.computeSpectrum() This method analyzes all the sound that played and returns a ByteArray containing 512 normalized values (-1 to 1) that you can use to visually display the sound waveform (256 values for the left channel and 256 values for