home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / sound / algorhyt.lha / source / Scales.h < prev    next >
C/C++ Source or Header  |  1992-02-21  |  236b  |  7 lines

  1. #ifndef SCALES_LOADED
  2. #define SCALES_LOADED 1
  3. /* Scales.h */
  4. extern int InstallScale (const int Select, int scale[]);
  5. extern void TransposeScale (  const int transpose, int *scale, 
  6.                               const int range);
  7. #endif