scale

scales the input between 'high' and 'low'.bipolar inputs don't reward you with perfectly meaningful results.why is that so...
Author: robert schirmer
License: BSD
Github: rbrt/math/scale.axo

Inlets

frac32 in

frac32 high

frac32 low

Outlets

frac32 out

Parameters

frac32.u.map high

frac32.u.map low

Control Rate
outlet_out =
    (___SMMUL((((param_high + inlet_high) - (param_low + inlet_low)) >> 1),
              inlet_in)
     << 6) +
    (param_low + inlet_low);

Privacy

© 2024 Zrna Research