bool32.risingfalling trigger
frac32.positive envelope output
frac32.s.map.klineartime.exp d
int32_t val;
val = 0;
if (inlet_trig > 0) {
val = 1 << 27;
} else {
int32_t t;
MTOF(-param_d, t);
val -= t >> 6;
if (val < 0)
val = 0;
}
outlet_env = val;