dos33fsprogs/music/ksp_theme/notes.h

3 lines
99 B
C
Raw Normal View History

2017-06-21 01:48:29 +00:00
int note_to_ed(char note, int flat, int sharp, int octave);
char *ed_to_note(int freq, char *out);