Page 1 of 1

Audio Reactive Flash

Posted: Tue Feb 28, 2012 00:40
by SpeakerbotInc
Hey All,

I was watching a video on how to create audio reactive flash for GrandVJ. It involes basically inserting ActionScript into flash to pick up parameters from your audio source and adjust the flash video with it.

The code that it uses looks something like this:
var audiofft1: Number

circle1.onEnterFrame = function(){
this._xscale = audiofft1
this._yscale = audiofft1
}

stop()

(The flash video is just a white pulsing circle, this code would allow the audio to change its x and y scale as the audio comes in)

**I Was wondering if there is a way to do this with Resolume? If so, please advise as I would be extremely grateful!

Here is the video for reference is you're interested:
http://www.arkaos.net/blog/2009/09/tips ... r-grandvj/

Cheers,
Nick

Re: Audio Reactive Flash

Posted: Tue Feb 28, 2012 21:03
by SpeakerbotInc
batchass wrote:yes it is possible
Would you know how to implement this in Resolume Avenue 4?