Files: 7b8e64d4a7be09765e05e97f60885a01322fea9c / tune.c
152 bytesRaw
1 | |
2 | |
3 | |
4 | float play(void *obj, double time, float in) |
5 | { |
6 | return 0.99 * (sin(2. * M_PI * time * 440.) * 0.25 + in * 0.75); |
7 | } |
8 |
Built with git-ssb-web
1 | |
2 | |
3 | |
4 | float play(void *obj, double time, float in) |
5 | { |
6 | return 0.99 * (sin(2. * M_PI * time * 440.) * 0.25 + in * 0.75); |
7 | } |
8 |
Built with git-ssb-web