Audio Reactive Flash

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
SpeakerbotInc
Met Resolume in a bar the other day
Posts: 3
Joined: Tue Feb 28, 2012 00:00

Audio Reactive Flash

Post 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

SpeakerbotInc
Met Resolume in a bar the other day
Posts: 3
Joined: Tue Feb 28, 2012 00:00

Re: Audio Reactive Flash

Post by SpeakerbotInc »

batchass wrote:yes it is possible
Would you know how to implement this in Resolume Avenue 4?

Post Reply