home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
sound
/
misc
/
algorhythms.lha
/
AlgoRhythms
/
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-10-02
|
231 b
|
7 lines
#ifndef SCALES_LOADED
#define SCALES_LOADED 1
/* Scales.h */
extern int install_scale(const int select, int *scale);
extern void transpose_scale(const int transpose, int *scale,
const int range);
#endif