Newer
Older
Dr-Dan
committed
// Nothing much to say about this other than I like it.
#include "maximilian.h"
maxiOsc mySine,myOtherSine,myLastSine,myPhasor;//Three oscillators
void setup() {//some inits
Dr-Dan
committed
//nothing to go here this time
Dr-Dan
committed
output[0]=mySine.sinewave(myOtherSine.sinewave(myLastSine.sinewave(0.1)*30)*440);//awesome bassline
output[1]=output[0];