wrappo

wrap to 0..64 range after multiplying with 2^bits cheap and dirty mod of 'wrap'
Author: robert schirmer
License: who cares
Github: rbrt/math/wrappo.axo

Inlets

int32 bits

frac32buffer a

Outlets

frac32buffer.positive quant(a)

Audio Rate
outlet_out = (inlet_in << inlet_bits) & ((1 << 27) - 1);

Privacy

© 2024 Zrna Research