New Waveshapes

Discussion forum for WhiteCap users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
Lord Yue
Posts: 2
Joined: Mon Apr 07, 2014 6:16 pm

New Waveshapes

Post by Lord Yue »

Hello, everyone! I created two Waveshapes that might be released in the next version of WhiteCap. I just thought you guys might want a sneak peek. Here they are.

Filename: Vortex.txt

/*
Felt like making a tornado. It's windy outside.
Vortex by Lord Yue
*/


TMap=".3 * dt"

Rows="80"

CamX="7 * sin( t / 4 ) + 20"
CamY="7 * cos( t / 4 ) + 25"
CamZ="7 * cos( t / 5 )"

CmLX="0"
CmLY="0"
CmLZ="5"

CUpX="0"
CUpY="0"
CUpZ="1"

CamD="30"


W=".5"
A="(C0 / 4) * ( 1 - dt )"

A0="5 * ( 0.25+5*dt )"

ConL=1
ConB=0
ConE=1

C0="5 * ( log( 1 + fft( 1 - trwv( 2 * s ) ) ) )"
C1="5 * ( 0.25+5*dt )"


X="C0 * 5 * s * cos( dt * 2 * PI )"
Y="C0 * 5 * s * sin( dt * 2 * PI )"
Z="(40 * ( s - .5 )) + 10 * dt"


Vers=500


Filename: AT Field (Rebuild).txt

/*
AT Field of Zeruel from Rebuild of Evangelion by Lord Yue
*/

Rows=42

CamX="75 * cos( t / 6 )"
CamY="75 * sin( t / 3.9 )"
CamZ="35 + 20 * cos( t / 4.1)"

CmLX="100"
CmLY="0"
CmLZ="0"

CUpX="0"
CUpY="0"
CUpZ="1"

CamD="200"


A0="{ PI/8, PI/4 + PI/8, PI/2 + PI/8, 3*PI/4 + PI/8, PI + PI/8, 5*PI/4 + PI/8, 3*PI/2 + PI/8, 7*PI/4 + PI/8, PI/8 }"

A="1 * (cos( 2 * PI * 3 * dt ) + 0.5 )"

W="2 + .3 * BASS + .6 * sqwv( 1 + dt )"
LvlW="1.6"

ConL=0
ConB=1
ConE=1


C0="10 + (50 * fft(dt))"

D0=""
D1="10 * log( 4 * BASS + 1 )"

X="(190 + D1 + 90 * (sin( 2 * t ) + cos( 0.5 * t ))) * dt"
Y="C0 * map1D( sin( A0 ), s, 1 )"
Z="C0 * map1D( cos( A0 ), s, 1 )"


Vers=500


I made the second one just for the heck of it. Fans of the Rebuild of Evangelion movies (namely 2.0) should find it amusing. It's based on Zeruel's (ridiculously strong) AT Field.

Hope you like them.

User avatar
juxtiphi
Moderator
Posts: 1450
Joined: Sat Jan 15, 2005 1:29 pm

Post by juxtiphi »

Hello Lord Yue

Welcome to the Forum! Thanks so much for your wav shapes!! I am sure there will be many folks here who will be thankful to YUE for them. :wink:

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

Post by BTT »

Hello Lord Yue

Congratulations on creating new WaveShapes for WhiteCap, they are most welcome, and I am sure the WhiteCap community will make good use of them.

Should you wish SoundSpectrum to consider them for inclusion in the next release of WhiteCap you need to submit them to:

http://www.soundspectrum.com/support/contact.html

Click the general tab.
.
Regards BTT

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

Lord Yue
Posts: 2
Joined: Mon Apr 07, 2014 6:16 pm

Post by Lord Yue »

Yeah, I already submitted them to SoundSpectrum, and I got a response from Frank Netscher saying that he'll get them into the next version of WhiteCap. I'm just posting them here for anyone who's interested for the time being.

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

Post by BTT »

Hello Lord Yue

Good to hear that SoundSpectrum intend to include your creative work, well done. Now if only you had time to create some more WaveShapes.........
.
Regards BTT

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

Post Reply