WaveShape Config Needs Attention

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

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

WaveShape Config Needs Attention

Post by BTT »

Hello All

I would welcome someone who has knowledge of writing configs to cast their expert eye over this config. When playing soft/gentle music the WaveShape shows up just fine, but when playing loud music (Rock) the WaveShape does NOT show up at all. Is it possible that a modification could be made to resolve this?.

Code: Select all

// Outer Spikes by Ted

Aspc=1

A0="trnc(rnd(6)+2)*2"
A1="1 / ( (rnd(13)+2)*sgn(rnd(2)-1) )"
A2="2 * pi"

B0=".15 * BASS + .02 "
B1="t * a1"

C0="s* a2 + b1"
C1="trwv(s*a0)"
C2="fft(c1)+b0"

X0="c2*cos(c0)"
Y0="c2*sin(c0)"

LWdt="4-BASS*2"
Pen=".3 + 3 * fft(C1^2)"
ConB=1

Meta="reactive=3 detail=4 density=2 morphable=3 zoomable=4 offsetable=2"
Vers=270

Regards BTT

jerohm
Senior Member
Posts: 421
Joined: Fri Jan 09, 2009 5:19 pm

Post by jerohm »

Okay I didn't try this, so you are kinda on your own journey here (I could do the work for ya, but what fun would that be ?), but from my experience BASS values varies from 0 - ~8, and I would start with modifying BASS with either:

Code: Select all

atan( BASS  * Multiplier)      // 0 - Pi/2 (1.57)
  or
log10(1+BASS * Multiplier)     // 0 - ~1, (Multiplier == 1) 
Either will tame the reactivity, at different roll-offs
Report back your success....
j

SO WHERE ARE YOUR EFFORTS?? :wink:

also, I just noticed the:

Code: Select all

"zoomable=4 offsetable=2"
hmmm?!?

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

Post by BTT »

This is my best effort, sadly it does not work :cry:

Code: Select all

B0=".15 ( atan(BASS)) + .02 " 

What does this code do?

Code: Select all

"zoomable=4 offsetable=2"

Regards BTT

User avatar
JayPro
Posts: 738
Joined: Sat May 01, 2004 10:51 pm
Location: Huntington Station, Long Island, New York

Post by JayPro »

Maybe they control the speed of the zooms and positioning on screen(?)

I have never heard any other discussion on any additional Meta categories beyond the four so-called "basic" ones in current syntax usage.
"God is syntax."

Post Reply