hd m

hold/decay envelope with decay time modulation input, audio rate
Author: Johannes Taelman
License: BSD
Github: pulse/hd m.axo

Inlets

frac32 decay time

bool32.risingfalling trigger

Outlets

frac32buffer.positive envelope output

Parameters

frac32.u.map d

Declaration
int32_t val;
Init
val = 0;
Audio Rate
if (inlet_trig > 0)
  val = 1 << 27;
else
  val -= ___SMMUL(val, (param_d + inlet_d) >> 1);
outlet_env = val;

Privacy

© 2024 Zrna Research