Files: 1d67f693f364e55fe7c4f752a49923bb51c6875b / tune.h
148 bytesRaw
1 | |
2 | |
3 | typedef float play_fn(void **, double time, float in, unsigned char midi_cmd[3]); |
4 | |
5 | extern play_fn play; |
6 | |
7 | float midi_note_freq(int i); |
8 |
Built with git-ssb-web
1 | |
2 | |
3 | typedef float play_fn(void **, double time, float in, unsigned char midi_cmd[3]); |
4 | |
5 | extern play_fn play; |
6 | |
7 | float midi_note_freq(int i); |
8 |
Built with git-ssb-web