New WaveShape From ShohS

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

New WaveShape From ShohS

Post by ShohS »

So i've been making some waveshapes and this is one of them. You might recognize this if you've seen the old default windows media player visuals (the old windows xp versions to be exact) and here it is:

Code: Select all

//spikes by ShohS
NUM = "250"
Aspc=1
pen="0.2+(0.8*(fft(( ID ) / ( NUM)*2)))"
stps="3"

A0="rnd(0.9)"
A1="2 * pi"

B0="1 * 0.0003"

B1="1.1 * cos( t * A0 + A1 + 2 * pi * ID / NUM )"
B2="1.1 * sin( t * A0 + A1 + 2 * pi * ID / NUM )"
B3="Num_S_Steps/10"
B4="s+ A1*10/2"

C0="s"
C1="b0 + t * 5"



C2="c0 * cos( c1 )"
C3="c0 * sin( c1 )"

C4="s*(0.2+0.5*(fft(( ID ) / ( NUM )*2)))"
C5="0"



C6="c4 * cos( c5 )"
C7="c4 * sin( c5 )"


X0="B1 * c6 - B2 * C7"
Y0="B1 * c7 + B2 * C6"




LWdt="1"



ConB=1


Meta="reactive=4 detail=4 density=5 morphable=4"

Vers=270
As you can see most of my creations are based off of default wmp visuals so yeah, hope you enjoy!
Nut

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

Post by BTT »

Hello ShohS

Another WaveShape, thanks and look forward to seeing more of your work.
.
Regards BTT

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

Post Reply