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