home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 394b.lha / AlgoRhythms_v1.0 / source / Scales.h < prev    next >
Encoding:
Text File  |  1990-07-03  |  185 b   |  4 lines

  1. /*automusicscales.h*/
  2. /* for AlgoRhythms.c by Thomas E. Janzen */
  3. int InstallScale(const int Select, int scale[]);
  4. void TransposeScale(const int transpose, int *scale, const int range);