Monday, April 16, 2012

DMA 455 Final with Hype Framework

The Original Idea was to create some sort of lighting storm type effect where the bolts would flash to the music and fade out as new ones came in.

Step 1:

Gathered and Created Assets
(Lightening Bolt asset I created and tested in the Shape Mapping Project)

Step 2:

Modifying the frequency code and colour pallet

var color:ColorPool = new ColorPool(
    0x3a227a, 0x658697, 0xa45862, 0xffdfe6, 0xfffbff, 0xba94cd
);

    var yTracker:FunctionTracker = new FunctionTracker(clip, "y", sa.getFrequencyRange, [i*4, i*4+4, -20, 1000]);
    yTracker.start();

Step 3:

Testing


Step 4:
Deploy
http://skeletal-k9.com/DMA455/Final/Thunder%20Struck%20Sound%20Analyzer.html

Possible Final Landing Page:

No comments:

Post a Comment