So i'm finally posting this

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
User avatar
ShohS
Posts: 43
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

So i'm finally posting this

Post by ShohS »

so the first time I installed g-force, there was this waveshape that totally intrigued me (spirograph). So I tried making the waveshape based on what i think it would look like. Turns out, its a completely different waveshape and it didn't look like what i imagined it to be so here is my attempt on recreating the waveshape "Spirograph".

Code: Select all

//Mandala - Inside Out By ShohS
Aspc=1 
stps="1+(5*3*7*8*3)"

A0="3+rnd(10)"
A1="choice({1, 2})"
A2="3+A1*round(1+rnd(6))"
A3="5+(2*rnd(3))"
A4="2*(choice({2, 3}))"

 
C0="0.5 + .1" 
C1="sin( A4 * pi * s ) * bass * 6"
C2="cos( A4 * pi * s ) * bass * 6"
C3="A2"
C4="s * 2 * C3 * pi + t*A3", // Angle 



X0="0.03*(C1 + cos(C4)*A0)" 
Y0="0.03*(C2 + sin(C4)*A0)" 


ConB=1 


LWdt="1.5" 

Vers=540 


Also sorry for the slowdown because of a ton of schoolwork had my time for a while.
Nut

User avatar
juxtiphi
Moderator
Posts: 1450
Joined: Sat Jan 15, 2005 1:29 pm

Post by juxtiphi »

Nice work! it's very tight and looks more like a spirograph than spirograph.

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

Post by BTT »

Hello ShohS

Thanks again for sharing another good WaveShape. Your really good at creating new configs, and I hope you have many more to share with us.
.
Regards BTT

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

Post Reply