ahd

attack hold decay envelope, audio rate
Author: Johannes Taelman
License: BSD
Github: pulse/ahd.axo

Inlets

bool32.risingfalling gate

Outlets

frac32buffer.positive envelope output

Parameters

frac32.u.map a

frac32.u.map d

Declaration
int32_t val;
Init
val = 0;
Audio Rate
if (inlet_gate > 0)
  val = ___SMMLA((1 << 27) - val, (1 << 26) - (param_a >> 1), val);
else
  val = ___SMMLA(val, (-1 << 26) + (param_d >> 1), val);
outlet_env = val;

Privacy

© 2024 Zrna Research