v3.93 & >, WaveShapes/JRM/Dendrite.txt

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

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

v3.93 & >, WaveShapes/JRM/Dendrite.txt

Post by jerohm »

Try (if you WANT, that is) replacing:
C3=" B3 * (C2 +B6)"

with:
C3=" (B3 * (C2 +B6)) + ((-1^ID)*0.05*sin(s*15+t*6))*sin(s*PI/4)"

It is easier to see the difference WITHOUT any audio input ... "I" think it is a step in a better direction... you can may your own decisions

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

Dendrite?

Post by JayPro »

Jerohm;

WHere is your original code for this? I don't seem to have it.

Thx.

J
"God is syntax."

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

Post by jerohm »

this SHOULD have been distributed starting with v3.93 under the given path.

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

Got It Thx

Post by JayPro »

I shoulda looked in the JRM folder. Thanks.
"God is syntax."

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

Post by jerohm »

This is another change you might want to consider:

Code: Select all

Replace:

B3="A2 * (.95 + (( BASS * A1 ) / 4))"	// adj scale as a function of BASS

with:

B3="((B3*49) + (A2 * (.95+ ( BASS * A1 ))))/50"	// adj scale as a function of BASS
less dramatic, but probably worthwhile...

I just made THESE two changes over the last couple of days. I actually maintain my own personal version which is slightly different than the release version. I will post all the changes (actually very minor) if there is any interest.

enjoy, or not ...
j

Post Reply