#include #include "tune.h" float play(void *obj, double time, float in) { return 0.99 * (sin(2. * M_PI * time * 440.) * 0.25 + in * 0.75); }