Circular bars

Hi guys,

This might be quite simple, but how can I make the effect of this visualizer (the circular up/down raising bars)? :

I can see that effect in a straight line in Analysis (FFT) sample in the girlpower/audio.

What I am after is to make wrap that effect around a circle.

Thanks.

CircularSpread>Transform.Translate(to place object in circle);Transform.Scale(here goes FFT data);Transform.Center(same output of FFT + some math to keep the base of the object on the circumference)>Object

or

CircularSpread>Transform.Translate>Grid(take its upper-left and upper right vertices and translate them according to music)

Here is :)

circle_FFT.v4p (7.2 kB)

Thanks guys.

D