Files
dos33fsprogs/music/ksp_theme/notes.h
2021-01-05 18:24:09 -05:00

3 lines
99 B
C

int note_to_ed(char note, int flat, int sharp, int octave);
char *ed_to_note(int freq, char *out);