home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PTMID3.ZIP / SAMPLES.H < prev    next >
C/C++ Source or Header  |  1994-07-02  |  281b  |  17 lines

  1. /*
  2.  * samples.c: Header for routines for Ptmid to deal with samples.
  3.  *
  4.  * author: Andrew Scott
  5.  *
  6.  * date: 30/6/1994
  7.  */
  8.  
  9. #ifndef _SAMPLESH
  10. #define _SAMPLESH
  11.  
  12. unsigned FreqGetFn(Sz fnSample);
  13.  
  14. long LenOutPfileFn(FILE *pfileOut, Sz fnSample, int fSignout);
  15.  
  16. #endif
  17.