*c onoff

Multiply (attenuate) with a constant value
Author: Johannes Taelman
License: BSD
Github: lokki/math/STARc onoff.axo

Inlets

frac32 input

Outlets

frac32 output

Parameters

bool32.tgl off

frac32.u.map.gain amp

Control Rate
if (!param_off)
  outlet_out = ___SMMUL(param_amp, inlet_in) << 1;
else
  outlet_out = inlet_in;

Privacy

© 2024 Zrna Research