Audio Reactive Flash
Posted: Tue Feb 28, 2012 01:00
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
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