// Forespace
// by: Cnx@email.com
//
// Inspiration: Watched a morph from Tunnel Vision to Spikes and
// this came out of my work to try to recreate one of the effects.
// The acutal effect is still a work in progress...
//
// Source: Mix and match code from several different sources...
// Thanks whoever made them, I appreciate the help.




// Refresh quickly
Durn=".5",

// Move back and forth a smidge
CamX="150 + sin(t) * 5",
CamY="5 * sin(t)",
CamZ="3 + 5 * -2",

CmLX="40",
CmLY="0",
CmLZ="0",

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

// Initial line color is white
LvlR="1",
LvlG="1",
LvlB="1",

// Line width changes by time.. thanks Electroscope
LWdt="1 + 4 * sqwv(1+dt)",

// Blue with green high's
R="0",
G="fft(s) * 2 - dt * 1.5",
B="1 - dt",

widt=510,heig=320,


ConL=1,ConB=0,




C0="40 * cos(dt)",

X="dt * 120",
Y="80 * s - 40",
Z="c0 * fft( s ) - 12",


Scal="1040",
ScSz=10,

Pers="55",

Vers=40
