Looking for Clover config

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Looking for Clover config

Post by BTT »

Hello All

I have lost the "Clovers" config and would appreciate it if someone could post the code on the forum for me please.
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

Talla38
Posts: 18
Joined: Thu Nov 24, 2011 3:22 am

Clovers Config

Post by Talla38 »

//The illusion of rotation ... by Peter L
Stps="3 * NUM_FFT_BINS"

ConB=1
Aspc=1

NUM="20"

// arms
A0 = "trunc( rnd( 4 ) ) + 3"
// size
A1 = "4 / NUM"
// phase
A2 = "rnd( 2 * PI )"

// move speed
B0 = "2.5 * sin( 0.06 * t ) + 0.06 * t + A2"
// angle in main circle
B1 = "ID * 2 * PI / NUM"
// distance from center
B2 = "0.7 + 0.5 * sin( B0 + ID * 2 * A0 * PI / NUM )"
// map to point
B3 = "B2 * cos( B1 )"
B4 = "B2 * sin( B1 )"

// circle mapping
C0 = "A1 * ( pow( fft( trwv( s * 2 * A0 ) ), 2 ) * 0.7 + 1 )"
C1 = "( s + 0.58 ) * 2 * PI"

X0 = "B3 + C0 * cos( C1 )"
Y0 = "B4 + C0 * sin( C1 )"

LWdt = "40 * sqr( C0 )"
Meta="reactive=4 detail=4 density=5 morphable=5"



Vers=270

Talla38
Posts: 18
Joined: Thu Nov 24, 2011 3:22 am

Post by Talla38 »

Hello,

hope that this is, what you are looking for?

Greetings

Talla

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello Talla38

That's the one, thanks very much for taking the trouble to help me out.
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

Post Reply