home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / audio / tracker / sgi.h < prev    next >
Text File  |  2014-05-19  |  867b  |  35 lines

  1. /* sgi.h */
  2.  
  3. /* $Author: espie $
  4.  * $Id: sgi.h,v 2.1 1991/11/18 01:10:45 espie Exp espie $
  5.  * $Revision: 2.1 $
  6.  * $Log: sgi.h,v $
  7.  * Revision 2.1  1991/11/18  01:10:45  espie
  8.  * Minor corrections.
  9.  *
  10.  * Revision 2.0  1991/11/17  21:42:08  espie
  11.  * New version.
  12.  *
  13.  * Revision 1.5  1991/11/08  14:25:55  espie
  14.  * Static speed parameters VSYNC and nS are now dynamic.
  15.  *
  16.  * Revision 1.4  1991/11/04  20:27:05  espie
  17.  * Moved to 48000Hz, again.
  18.  *
  19.  * Revision 1.3  1991/11/04  13:23:59  espie
  20.  * Just changed sampling frequency to allow for debugging.
  21.  *
  22.  * Revision 1.2  1991/11/04  08:01:20  espie
  23.  * Corrected ruckus with data type of sample.
  24.  *
  25.  * Revision 1.1  1991/11/03  22:46:05  espie
  26.  * Initial revision
  27.  *
  28.  *
  29.  */
  30. /* this is the precise type for storing the samples:
  31.  * should be signed char.
  32.  */
  33.  
  34. typedef signed char SAMPLE;
  35.