frac32 phase increment
frac32buffer phase increment
frac32buffer.positive phasor wave
frac32buffer.positive phasor wave, 180 degrees shifted
frac32.s.map.pitch pitch
uint32_t Phase;
Phase = 0;
uint32_t freq;
MTOFEXTENDED(param_pitch + inlet_pitch, freq);
Phase += (freq >> 0) + inlet_freq;
outlet_phasor0 = Phase >> 5;
outlet_phasor180 = (Phase + (1 << 31)) >> 5;