Archive for October, 2006

Spectrum Analyzers… UPDATE

October 25th, 2006 – 8:54 pm
Tagged as: Flash, Actionscript 3

It has just come to my attention that, due to a low-level integration of the SoundMixer into VTM 2, SoundMixer.computeSpectrum() can not be used as long as another swf from a different site with a restricted cross-domain policy is open on the same computer. In light of this, I will be working on a version […]

flash.geom package revisited (Rectangle)

October 25th, 2006 – 3:36 pm

For the second part of the geom discussion, I’d like go more in-depth into the Rectangle class.

flash.geom.Rectangle (livedocs)
The Rectangle class seems to get a bit more attention than Point, but is still often reserved for the new flash 8 methods for the same reasons as Point. Of course, it didn’t help that older implementations […]

flash.geom package revisited (Point)

October 23rd, 2006 – 4:31 pm

Along with the release of Flash 8 last year, there were a few external class packages that have been overlooked by many developers for various (justifiable) reasons. The first impression I had was that some of these felt like after-thought utilities thrown in to complement the new bitmap-oriented capabilities that Flash 8 had to […]

Spectrum Analyzers…

October 22nd, 2006 – 8:07 pm
Tagged as: Flash, Actionscript 3

First, I started with a simple experiment to maximize my capacity for extracting samples of spectral data:

For this project, I built some utility waveform/frequency samplers that can be shared globally by any class instances to permit very extensible stylistic effects based on floating point values. Each element can retrieve its own sample of the data […]

Time for me to start a blog

October 16th, 2006 – 9:48 am
Tagged as: General

Well, I’ve been meaning to set this up for a little while now…so here it is! I’ll probably just stick with the generic theme for now, since it complements my site so well, but ultimately this is just a placeholder. I’m currently working on a front-end blog system in flex 2, and once […]