home *** CD-ROM | disk | FTP | other *** search
- ;reverb def file (c)2001 NovaLogic, Inc.
- ;note - L & R is swapped with every bounce for stereo echo effect
- ; each bounce includes a 6db filter at 11KHz
- ; prefered send is amplitude, -amplitude/4
- ; this gives a nice rear stereo bounce echo with the L/R swap
- ;
- ; since the channels are swapped, the echo equation is as follows:
- ; echoL = e1AL*sendL(e1d) + e1AL*e1AR*sendR(e1d*2) + ....
- ;
- ;20 reverbs supported #0 to #19
-
- ;reverb #0 ;default - outside reverb
- 0,0 ;primary send L/R levels (-127 to 127, negate for surround)
- 50 ;echo delay 1 (180ms max)
- 48,48 ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
- 63 ;echo delay 2 (180ms max)
- 64,64 ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
-
- ;reverb #1 ;Nightclub - Medium
- 100,-25 ;primary send L/R levels (-127 to 127, negate for surround)
- 55 ;echo delay 1 (180ms max)
- 64,64 ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
- 110 ;echo delay 2 (180ms max)
- 32,32 ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
-
- ;reverb #2 ;Sewer Pipe - Small & Big Echo
- -25,100 ;primary send L/R levels (-127 to 127, negate for surround)
- 30 ;echo delay 1 (180ms max)
- 60,60 ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
- 160 ;echo delay 2 (180ms max)
- 20,20 ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
-
- ;reverb #3 ;Giant Environment
- 127,-32 ;primary send L/R levels (-127 to 127, negate for surround)
- 80 ;echo delay 1 (180ms max)
- 64,-64 ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
- 120 ;echo delay 2 (180ms max)
- 48,48 ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
-
-
- < end of reverb (max is reverb #19)
-