dos33fsprogs/utils/music/notes.h

4 lines
162 B
C
Raw Permalink Normal View History

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);