home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #5 / K-CD-5-2002.ISO / Comanche / data1.cab / Program_Executable_Files / c4demo.pff / REVERB.DEF < prev    next >
Encoding:
Text File  |  2002-01-17  |  1.9 KB  |  42 lines

  1. ;reverb def file (c)2001 NovaLogic, Inc.
  2. ;note - L & R is swapped with every bounce for stereo echo effect
  3. ;       each bounce includes a 6db filter at 11KHz
  4. ;       prefered send is amplitude, -amplitude/4
  5. ;       this gives a nice rear stereo bounce echo with the L/R swap
  6. ;
  7. ;       since the channels are swapped, the echo equation is as follows:
  8. ;       echoL = e1AL*sendL(e1d) + e1AL*e1AR*sendR(e1d*2) + ....
  9. ;
  10. ;20 reverbs supported #0 to #19
  11.  
  12. ;reverb #0      ;default - outside reverb
  13. 0,0           ;primary send L/R levels (-127 to 127, negate for surround)
  14. 50             ;echo delay 1 (180ms max)
  15. 48,48           ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
  16. 63             ;echo delay 2 (180ms max)
  17. 64,64           ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
  18.  
  19. ;reverb #1      ;Nightclub - Medium
  20. 100,-25         ;primary send L/R levels (-127 to 127, negate for surround)
  21. 55              ;echo delay 1 (180ms max)
  22. 64,64           ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
  23. 110             ;echo delay 2 (180ms max)
  24. 32,32           ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
  25.  
  26. ;reverb #2      ;Sewer Pipe - Small & Big Echo
  27. -25,100         ;primary send L/R levels (-127 to 127, negate for surround)
  28. 30              ;echo delay 1 (180ms max)
  29. 60,60           ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
  30. 160             ;echo delay 2 (180ms max)
  31. 20,20           ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
  32.  
  33. ;reverb #3      ;Giant Environment
  34. 127,-32         ;primary send L/R levels (-127 to 127, negate for surround)
  35. 80              ;echo delay 1 (180ms max)
  36. 64,-64          ;(L/R, even/odd bounce) amplitude of echo 1 (-127 to 127)
  37. 120             ;echo delay 2 (180ms max)
  38. 48,48           ;(L/R, even/odd bounce) amplitude of echo 2 (-127 to 127)
  39.  
  40.  
  41. < end of reverb (max is reverb #19)
  42.