home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / SoundAndMusic / resample / testFilter < prev    next >
Text File  |  1991-06-22  |  353b  |  14 lines

  1. #!/bin/csh -f
  2. set factor=4.01234567
  3.  
  4. echo resample -f test.filter -by $factor i.snd ir.snd
  5. resample -f test.filter -by $factor i.snd ir.snd
  6.  
  7. echo toascii ir.snd ir.dat
  8. sndtrim ir.snd ir_trimmed.snd
  9. toascii ir_trimmed.snd ir.dat
  10. ln -s `pwd` /
  11. echo open testFilter.ma
  12. open testFilter.ma
  13. echo 'Select all cells in the Mathematica document and press Enter'
  14.