This example demonstrates the Phasor class.
#include <MozziGuts.h>
#include <Phasor.h>
#define CONTROL_RATE 64 // powers of 2 please
float freq = 55.f;
void setup(){
}
}
char asig1 = (char)(aPhasor1.
next()>>24);
char asig2 = (char)(aPhasor2.
next()>>24);
return ((int)asig1-asig2)/2;
}
void loop(){
}