Files: 17960117c91fac592902939ab1835bbd28b27189 / 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