Audio Reactive Flash

Just let it all out, buddy. You're among friends here.
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

User avatar
vjsjarcie
Is taking Resolume on a second date
Posts: 40
Joined: Sat Jan 24, 2009 18:48
Location: Almelo, Netherlands

Re: Audio Reactive Flash

Post by vjsjarcie »

You can find info on this in the manual.

https://docs.google.com/View?id=dfx7c2h ... li=1#Flash

Post Reply