home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0356.lha / AlgoRhythms / Source / Scales.h < prev    next >
Text File  |  1990-06-05  |  185b  |  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);