map b

Maps 0..64 to a..b
Author: Johannes Elliesen
License: BSD
Github: TSG/math/map b.axo

Inlets

frac32.positive control

Outlets

frac32 output

Parameters

frac32.s.map a

frac32.s.map b

Control Rate
{
  int64_t a = (int64_t)param_b * inlet_c;
  a += (int64_t)param_a * ((128 << 20) - inlet_c);
  outlet_o = a >> 27;
}

Privacy

© 2024 Zrna Research