home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
sound
/
misc
/
algorhythms.lha
/
AlgoRhythms
/
Source
/
pitchnames.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
|
1993-10-25
|
175 b
|
7 lines
#ifndef PITCHNAMES_LOADED
#define PITCHNAMES_LOADED
extern int pitch_to_midi(const char *pitch_name);
extern void midi_to_pitch(const int note_num, char *pitch_name);
#endif