IO Variants: 2
Variant: 1
frac32buffer phase
frac32buffer cos(phase)
int32_t r;
SINE2TINTERP((inlet_phase << 5) + (1 << 30), r)
outlet_out = (r >> 4);
Variant: 2
frac32 phase
frac32 cos(phase)
int32_t r;
SINE2TINTERP((inlet_phase << 5) + (1 << 30), r)
outlet_out = (r >> 4);