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
v3.93 & >, WaveShapes/JRM/Dendrite.txt
Moderators: BTT, andy55, b.dwall, juxtiphi
This is another change you might want to consider:
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
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
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