#include"maximilian.h"
maxiOsc mySine,myOtherSine,myLastSine,myPhasor;//Three oscillatorsvoidsetup() {//some inits//nothing to go here this time }voidplay(double*output) {*output=mySine.sinewave(myOtherSine.sinewave(myLastSine.sinewave(0.1)*30)*440);//awesome bassline}