git ssb

0+

cel / foostudio



Tree: 17960117c91fac592902939ab1835bbd28b27189

Files: 17960117c91fac592902939ab1835bbd28b27189 / tune.h

148 bytesRaw
1#pragma once
2
3typedef float play_fn(void **, double time, float in, unsigned char midi_cmd[3]);
4
5extern play_fn play;
6
7float midi_note_freq(int i);
8

Built with git-ssb-web