home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 611.lha / AlgoRhythms_v2.0 / Source.LZH / Source / Scales.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-22  |  236 b   |  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