Is anyone writing new Waveshapes or got any mods to existing shapes?
I've got a couple of mods, one I call 'Feather' and the second 'Moire', if you'd like to check them out copy this text, paste it into a Notepad .txt file and save in the
C:\Program Files\SoundSpectrum\WhiteCap\Home\WaveShapes
directory with the appropriate name. Whitecap will automatically load this when you boot up your music player and you can select these through your Whitecap menu or let them come in via the normal Waveshape transitions.
Do not copy the underlined names as part of the code, end of code at 'Vers 500' (inclusive)
Have fun!
Feather
// Mar 2009
// Mod of Andy O'Meara's RPS Thunderdome
TMap=".1 * dt"
Rows=40
A0="45" // Center line length
A1="1 - rnd(0.5)"
A2="1 - rnd(0.5)"
A3="100" // scale
CamX="30 * cos( t * .23 ) + 1"
CamY="15 * sin( t * .22 )"
CamZ=" 9 + 4 * cos( t * .49 )"
CmLX="2"
CmLY="2"
CmLZ="-3"
CUpX="2"
CUpY="2"
CUpZ="1"
CamD="80"
C0=""
C1="1 - dt"
C2=".8 * ( t - st )"
D0="atan( (1-dt) * 2 * fft( 2 * s ) )"
D1="sin( D0 )"
D2="A0 * cos( D0 )"
D3="2 * PI * s"
W=".5"
ConL=1
ConE=1
X=" 80 * cos( 2 * PI * s ) * ( 1 - dt )"
Y="sin( D3 ) * D2"
Z="A0 * D1 - 3"
A="1.4 * ( 1 - dt )" // centerline black fade
LvlW="1.1" //makes ends of lines glow
Vers=500
------------------------------------------------------------------------------------
Moire (another mod combining several config files)
TMap=".1 * dt"
Rows=40
A0="30"
A1="1 - rnd(0.5)"
A2="1 - rnd(0.5)"
A3="100" // scale
#define NUM_INSTANCES 2
#if INSTANCE_INDEX == 0
CamX="30 * cos( t * .23 ) + 1"
CamY="15 * sin( t * .22 )"
CamZ=" 9 + 4 * cos( t * .49 )"
#elif INSTANCE_INDEX == 1
CamX="50 * cos( t / 6 )"
CamY="50 * sin( t / 5 )"
CamZ="35 + 20 * sin( t / 3.7)"
#endif
CmLX="2"
CmLY="2"
CmLZ="-3"
CUpX="2"
CUpY="2"
CUpZ="1"
CamD="80"
C0=""
C1="1 - dt"
C2=".8 * ( t - st )"
D0="atan( (1-dt) * 2 * fft( 2 * s ) )"
D1="sin( D0 )"
D2="A0 * cos( D0 )"
W=".45"
ConL=1
ConE=1
D3="2 * PI * s"
X=" 80 * cos( 2 * PI * s ) * ( 1 - dt )"
Y=" 80 * sin( 2 * PI * s ) * ( 1 - dt )"
Z="0"// 10 * fft( wrap( 2 * s ) ) * ( ( 1 - dt )^1.5 ) + 10 * log( 2 * BASS + 1 )"
Vers=500
New Waveshapes
Moderators: BTT, andy55, b.dwall, juxtiphi
-
- Posts: 2
- Joined: Thu Feb 26, 2009 8:58 pm
- Location: Sandy Creek NY
Wow! Someone who does what I do!
I love editing waveshapes! It's awesome to see that someone else likes to do this as well. If you would like to download mine, go to this website... http :/ /theparticleeffect . smfforfree . com/index.php/board,20.0.html It also has a colorscheme that I made for download with instructions on how to install all these. My favorite waveshapes that I have made are SuperNova64, Flame Exaust, and Club XXtC. Please chack them out!!!
The only constant is change.