Imult2

Multiply integers by a value between 0 and 64. Uses a knob to make it CV-controllable, 28-bit range is brought done 7-bit. Lowest output is 1 as I needed that for a project!
Author: Remco van der Most
License: BSD
Github: sss/math/Imult2.axo

Inlets

int32 in

int32 mult

Outlets

int32 out

Control Rate
int32_t out = inlet_in * inlet_mult;
outlet_out = out > 0 ? out : inlet_in;

Privacy

© 2024 Zrna Research