home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / sound / gwave321.zip / EXPRESS.EQX < prev    next >
INI File  |  1996-07-17  |  1KB  |  42 lines

  1. [Group List]
  2. Waves=1
  3. Dial tones=1
  4. Effects=1
  5. Noise=1
  6.  
  7. [Waves]
  8. Triangle, f is freq=1-2*abs(1-2*f*t%2)
  9. Sine, f is freq in Hz=sin(2*pi*f*t)
  10. Square, f is freq=cos(pi*int(2*f*t))
  11. Sweep=sin( pi*300*t^2 )
  12. Fast square=int(2*t*f)%2*2-1
  13. Full scale sweep=sin(pi*t*(n/N/T/2))
  14. Sweep to f=sin(pi*t*(n/N*f))
  15.  
  16. [Dial Tones]
  17. 1=(sin(4379*t)+sin(7596*t))/2
  18. 2=(sin(4379*t)+sin(8394*t))/2
  19. 3=(sin(4379*t)+sin(9280*t))/2
  20. A=(sin(4379*t)+sin(10260*t))/2
  21. 4=(sin(4838*t)+sin(7596*t))/2
  22. 5=(sin(4838*t)+sin(8394*t))/2
  23. 6=(sin(4838*t)+sin(9280*t))/2
  24. B=(sin(4838*t)+sin(10260*t))/2
  25. 7=(sin(5353*t)+sin(7596*t))/2
  26. 8=(sin(5353*t)+sin(8394*t))/2
  27. 9=(sin(5353*t)+sin(9280*t))/2
  28. C=(sin(5353*t)+sin(10260*t))/2
  29. *=(sin(5912*t)+sin(7596*t))/2
  30. 0=(sin(5912*t)+sin(8394*t))/2
  31. #=(sin(5912*t)+sin(9280*t))/2
  32. D=(sin(5912*t)+sin(10260*t))/2
  33. "987-6543"=(sin(5353*t)+sin(9280*t))/2*(step(t-.1)-step(t-.22)) + (sin(5353*t)+sin(8394*t))/2*(step(t-.3)-step(t-.42)) + (sin(5353*t)+sin(7596*t))/2*(step(t-.5)-step(t-.62)) + (sin(4838*t)+sin(9280*t))/2*(step(t-.7)-step(t-.82)) + (sin(4838*t)+sin(8394*t))/2*(step(t-.9)-step(t-1.02)) + (sin(4838*t)+sin(7596*t))/2*(step(t-1.1)-step(t-1.22)) + (sin(4379*t)+sin(9280*t))/2*(step(t-1.3)-step(t-1.42))
  34.  
  35. [Effects]
  36. Tremolo, try f < 10=wave(n) * (0.6 + 0.4 * sin(2*pi*f*t))
  37.  
  38. [Noise]
  39. Brown=wave1(n-1)+rand(0.5)-0.25
  40. White=rand(2)-1
  41.  
  42.