Imult

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/Imult.axo

Inlets

int32 in

Outlets

int32 out

Parameters

frac32.u.map multiply

Control Rate
int32_t out = inlet_in * (param_multiply >> 21);
outlet_out = out > 0 ? out : inlet_in;

Privacy

© 2024 Zrna Research