mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-31 18:31:48 +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);
|