home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / sharewar / goldwave / express.eqx < prev    next >
INI File  |  1997-05-11  |  3KB  |  62 lines

  1. [Group List]
  2. Waves=1
  3. Dial tones=1
  4. Effects=1
  5. Noise=1
  6. Music=1
  7. Harmonics=1
  8.  
  9. [Waves]
  10. Triangle, f is freq=1-2*abs(1-2*f*t%2)
  11. Sine, f is freq in Hz=sin(2*pi*f*t)
  12. Square, f is freq=cos(pi*int(2*f*t))
  13. Sweep=sin( pi*300*t^2 )
  14. Fast square=int(2*t*f)%2*2-1
  15. Full scale sweep=sin(pi*t*(n/N/T/2))
  16. Sweep to f=sin(pi*t*(n/N*f))
  17. Slow beat=0.5*sin(2*pi*t*f)+0.5*sin(2*pi*t*f*1.01)
  18. FM, 2 at 2%=sin(2*pi*f*t+f*sin(2*pi*t*2)*.02)
  19. FM, 10 at 2%=sin(2*pi*f*t+f*sin(2*pi*t*10)*.02)
  20. Beam fade=sin(5000*t+sin(300*t*t*exp(-t/4))*5)*exp(-t/3)
  21. Overload=sin(1000*t+sin(300*t*t)*5)
  22. Deep presence=sin(2*pi*2*t*(1+(1+sin(2*pi*t*50))/4))*exp(-t*.6)
  23. Soft ping=sin(2*pi*t*f)*exp(-t*4)*(1-exp(-t*10))*2
  24. Hard ping=sin(2*pi*t*f)*exp(-t*4)
  25. FM, 2 at 2% double=(sin(2*pi*f*t+f*sin(2*pi*t*2)*.03)+sin(2*pi*f*1.1*t+f*1.1*sin(2*pi*-t*2)*.03)) / 2
  26.  
  27. [Dial Tones]
  28. 1=(sin(4379*t)+sin(7596*t))/2
  29. 2=(sin(4379*t)+sin(8394*t))/2
  30. 3=(sin(4379*t)+sin(9280*t))/2
  31. A=(sin(4379*t)+sin(10260*t))/2
  32. 4=(sin(4838*t)+sin(7596*t))/2
  33. 5=(sin(4838*t)+sin(8394*t))/2
  34. 6=(sin(4838*t)+sin(9280*t))/2
  35. B=(sin(4838*t)+sin(10260*t))/2
  36. 7=(sin(5353*t)+sin(7596*t))/2
  37. 8=(sin(5353*t)+sin(8394*t))/2
  38. 9=(sin(5353*t)+sin(9280*t))/2
  39. C=(sin(5353*t)+sin(10260*t))/2
  40. *=(sin(5912*t)+sin(7596*t))/2
  41. 0=(sin(5912*t)+sin(8394*t))/2
  42. #=(sin(5912*t)+sin(9280*t))/2
  43. D=(sin(5912*t)+sin(10260*t))/2
  44. "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))
  45.  
  46. [Effects]
  47. Tremolo, try f < 10=wave(n) * (0.6 + 0.4 * sin(2*pi*f*t))
  48.  
  49. [Noise]
  50. Brown=wave1(n-1)+rand(0.5)-0.25
  51. White=rand(2)-1
  52.  
  53. [Music]
  54. Twinkle on xylophone=(sin(2*261*pi*t)*(step(t)-step(t-1))+ sin(2*392*pi*t)*(step(t-1)-step(t-2))+ sin(2*440*pi*t)*(step(t-2)-step(t-3))+ sin(2*392*pi*t)*(step(t-3)-step(t-3.5))+ sin(2*349*pi*t)*(step(t-4)-step(t-5))+ sin(2*329*pi*t)*(step(t-5)-step(t-6))+ sin(2*293*pi*t)*(step(t-6)-step(t-7))+ sin(2*261*pi*t)*(step(t-7)-step(t-7.5)))*(1-2*abs(1-2*.5*t%.5))
  55.  
  56. [Harmonics]
  57. Chord1=0.3*sin(2*pi*t*f)+0.3*sin(2*pi*t*f*1.2599)+0.3*sin(2*pi*t*f*1.4983)
  58. Chord2=0.3*sin(2*pi*t*f)+0.3*sin(2*pi*t*f*1.3348)+0.3*sin(2*pi*t*f*1.6818)
  59. Even and equal=(sin(2*pi*t*f)+sin(2*pi*t*f*2)+sin(2*pi*t*f*4)+sin(2*pi*t*f*6))/4
  60. Odd and equal=(sin(2*pi*t*f)+sin(2*pi*t*f*3)+sin(2*pi*t*f*5)+sin(2*pi*t*f*7))/4
  61.  
  62.