Some Waveshapes And Flowfields

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

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

Some Waveshapes And Flowfields

Post by ShohS »

I have made some new waveshapes and flowfields while I was gone

These are waveshapes:

Code: Select all

//Autobahn by ShohS 
stps=2001
Aspc=0
num="10"
A0="3 + rnd( 5 )"

B0="t*30"
B1="bass*1"
B2="B2+energy*.0015"


X0="(wrap((s/num+2*id/num-num/10)/2-t*.05-B2)*1-.5)*4"
Y0="(sin((s/num+id/num*2)*pi)*energy)*energy"

X1="(wrap(s-t*.05-B2)-.5)*4"
Y1="(sin((s)*pi*2+pi)*energy+.3)*energy"

X2="(wrap(s-t*.05-B2)-.5)*4"
Y2="(sin((s)*pi*2+pi)*energy-.3)*energy"

X3="(wrap((s/num+2*id/num-num/10)/2-t*.05-(B2)*1.1)*1-.5)*4"
Y3="(sin((s/num+id/num*2)*pi+pi/2)*energy*1.7)*energy"

X4="(wrap(s-t*.05-(B2)*1.1)-.5)*4"
Y4="(sin((s)*pi*2+pi+pi/2)*energy*1.7+.25)*energy"

X5="(wrap(s-t*.05-(B2)*1.1)-.5)*4"
Y5="(sin((s)*pi*2+pi+pi/2)*energy*1.7-.25)*energy"

X6="(wrap((s/num+2*id/num-num/10)/2-t*.05-(B2)*1.11)*1-.5)*4"
Y6="(sin((s/num+id/num*2)*pi+pi)*energy*3)*energy"

X7="(wrap(s-t*.05-(B2)*1.11)-.5)*4"
Y7="(sin((s)*pi*2+pi+pi)*energy*3+.3)*energy"

X8="(wrap(s-t*.05-(B2)*1.11)-.5)*4"
Y8="(sin((s)*pi*2+pi+pi)*energy*3-.3)*energy"


ConB=0

LWdt="(energy*1+B1)*.5"
Pen="1"



Vers=270

Code: Select all

//Disco Tunnel by ShohS
Aspc=1 
stps="91"
NUM="280"

B0=""
B1=""
B2=""
B3="round(.4+fft(s+ t*0.2)*(.55-id*0.005))*2*(.5+id*.01)^4"
C0="3 + ID*.1+(0+(id*0.05)^2)"
C1="s * pi +id*.1 " 
X0=".06*(C0 * sin(C1))" 
Y0=".06*(C0 * cos(C1))" 
X1="-.06*(C0 * sin(C1))" 
Y1="-.06*(C0 * cos(C1))" 



ConB=1 

LWdt="B3"
Pen="1" 
ConB=0

Vers=540 

Code: Select all

//Discotheque by ShohS 
Aspc=1 


A0="2+round(rnd(4))" 
A1="2*round(1+rnd(8))" 

C0=".1+abs(mag(s*1-t)*.2)" 
C1="(s * pi*2)-t" 




X0="round(90*(C0 * sin(C1)))*.04" 
Y0="round(90*(C0 * cos(C1)))*.04" 



ConB=0 


LWdt="8" 

Vers=540 

Code: Select all

//Discotheque: Horizontal by Shohs
Aspc=0
A0="3 + rnd( 5 )"

C0="cos( PI * ( s - .5 ) )"

X0="2 * s - 1"
Y0=" round(mag(s)*C0*100)*.015"

X1="2 * s - 1"
Y1=" round((mag(s)*C0+C0*.01)*100)*.015"

X2="2 * s - 1"
Y2=" round((mag(s)*C0-C0*.01)*100)*.015"

X3="2 * s - 1"
Y3=" round((mag(s)*C0+C0*.02)*100)*.015"

X4="2 * s - 1"
Y4=" round((mag(s)*C0-C0*.02)*100)*.015"

ConB=0

LWdt="2"
Pen="1"



Vers=270
---------------------------------------------------------------------------------------------------------------------------------------------

Now here are some Flowfields:

Code: Select all

// Cool S By ShohS
Aspc=0
A0="(1+rnd(5))*.001"
A1="(1+rnd(5))*.001"
srcx="(x)-(sgn(sin(y*2))*A1)+(sgn(sin(y*8))*A1)+(sgn(sin(y*16))*A1)+(sgn(sin(y*8))*A1)"
srcy="(y)+(sgn(sin(x*2))*A1)+(sgn(sin(x*8))*A1)+(sgn(sin(x*16))*A1)"





Vers=100

Code: Select all

// Superswirl By ShohS
Aspc=1
A0="rnd(75)"
srcR="(0.95+cos(theta+A0)*.03)*r"
srcT="0.09*sin(r*pi*4)+theta"





Vers=100

Code: Select all

// Watery Pipe By ShohS
Aspc=1
A0="75"
srcR="r-.008*r"
srcT="theta-sin(r*80/(r^4))*.05"




Vers=100

Nut

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

Re: Some Waveshapes And Flowfields

Post by BTT »

Hello ShohS

New WaveShapes AND FlowFields - Your spoiling us with all this new stuff, many thanks to you. Have not had time to view them at the moment however I noticed In the config below you have both ConB=1 and ConB=0

//Disco Tunnel - by ShohS

Aspc=1
stps="91"
NUM="280"

B0=""
B1=""
B2=""
B3="round(.4+fft(s+ t*0.2)*(.55-id*0.005))*2*(.5+id*.01)^4"
C0="3 + ID*.1+(0+(id*0.05)^2)"
C1="s * pi +id*.1 "
X0=".06*(C0 * sin(C1))"
Y0=".06*(C0 * cos(C1))"
X1="-.06*(C0 * sin(C1))"
Y1="-.06*(C0 * cos(C1))"

ConB=1

LWdt="B3"
Pen="1"
ConB=0

Vers=540
.
Regards BTT

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

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

Re: Some Waveshapes And Flowfields

Post by ShohS »

The bottom one is the real one. I forgot to remove the top one while writing the post
Nut

Post Reply