frac32buffer a
int32.positive use cc i here, scaled over the whole cc range
frac32buffer quant(a)
int bits;
bits = ((int)(inlet_cc * 0.22) + 1) & 28;
outlet_b = inlet_a & (~((1 << (28 - bits)) - 1));
© 2024 Zrna Research