frac32 input
frac32buffer output
int32_t _prev; int32_t _step;
_step = (inlet_i - _prev) >> 4; int32_t _i = _prev; _prev = inlet_i;
outlet_o = _i; _i += _step;
© 2024 Zrna Research