home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / BRAINWAV.ZIP / THETA2.WV < prev    next >
Text File  |  1993-03-26  |  918b  |  22 lines

  1. {Comments can go inside curley braces} ;Or after a semicolon on the same line
  2. source=noise of 10   ;Nice waterfall noise
  3. source=inverse       ;Sum of left+right channels is 0 (silence)
  4. source=wave of 0.0833hz from -10 to 10  ;Pan source left and right once every
  5.                                         ;12 seconds.  Nice effect!
  6.  
  7. {  Start from beta and glide down to upper theta
  8.    The separation is how pronounced the brainwave effect is
  9.    So start with no effect and end up with an effect of 8       }
  10. wave from 20hz separation 0 to 7.5hz sep 8 in 10 seconds
  11.  
  12. {  Now cycle between low theta and high theta about once every 30 seconds }
  13. wave from 7.5hz sep 8
  14.        to 4.5hz sep 12 for 1 minutes 10.5 cycles
  15.  
  16. {  We ended at 4.5hz (becuase of the .5 cycles), stay there for a while  }
  17. wave of 4.5hz for 1 minutes
  18.  
  19. {  Now go back up to beta to wake up!  }
  20. wave to 20hz sep 0 in 10 seconds
  21.  
  22.