mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-16 23:20:43 +00:00
4 lines
162 B
C
4 lines
162 B
C
double note_to_freq(char note, int flat, int sharp, int octave, double sub);
|
|
int note_to_ed(char note, int flat, int sharp, int octave);
|
|
int freq_to_note(int f);
|