home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
utility
/
audio
/
ptmid3
/
samples.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-02
|
281b
|
17 lines
/*
* samples.c: Header for routines for Ptmid to deal with samples.
*
* author: Andrew Scott
*
* date: 30/6/1994
*/
#ifndef _SAMPLESH
#define _SAMPLESH
unsigned FreqGetFn(Sz fnSample);
long LenOutPfileFn(FILE *pfileOut, Sz fnSample, int fSignout);
#endif