git ssb

0+

cel / foostudio



Tree: 7b8e64d4a7be09765e05e97f60885a01322fea9c

Files: 7b8e64d4a7be09765e05e97f60885a01322fea9c / tune.c

152 bytesRaw
1#include <math.h>
2#include "tune.h"
3
4float 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