/* 
   Vibe 1.0
   by Daniel B. Witriol 
   all_ping@hotmail.com

   Adapted for WhiteCap v3.0 by Andy O'Meara
*/


Durn="2.5",

CamX="2 * cos( t / 6 )",
CamY="5 + 30 * sin( t / 11 )", 
CamZ="5 + 20 * cos( t / 13 )",

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

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

B0="- .7 * t",

D0="5.14286 * ( .5 + .5 * sin( 3.3 * s + b0) )",			// 5.14286 == 6 / 1.16666

R="pos( 2 - d0 ) + pos( 2 - abs( d0 - 6 ))",
G="2 - abs( d0 - 2 )",
B="2 - abs( d0 - 4 )",

// Level Color	(the color of the "present" (t==0) music sample/wave)
LvlR=".9078",
LvlG="0",
LvlB=".9078",


widt=500,heig=300,

ConL=1,ConB=0,





X="130 * dt",
Y="130 * s - 65",
Z="5 * abs( fft( s ) )",



Scal="900",


ScSz=1,

Pers="250",


Vers=40
