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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-02-22
|
236 b
|
7 lines
#ifndef SCALES_LOADED
#define SCALES_LOADED 1
/* Scales.h */
extern int InstallScale (const int Select, int scale[]);
extern void TransposeScale ( const int transpose, int *scale,
const int range);
#endif