LPRiseDecay

A first order LP filter with distinct rising and falling rates.
Author: Smashed Transistors
License: LGPL
Github: tiar/kfilter/LPRiseDecay.axo

Inlets

frac32 input

Outlets

frac32 output

Parameters

frac32.s.map.lfopitch Rise

frac32.s.map.lfopitch Decay

Declaration
int32_t y = 0;
Control Rate
int32_t f;
MTOF((inlet_in > y ? param_Rise : param_Decay), f);
outlet_out = y = ___SMMLA((inlet_in - y) << 1, f, y);

Privacy

© 2024 Zrna Research