lp1m

1st order lowpass filter, control and inlet rate
Author: Based on Johannes Taelman kfilter/lowpass
License: BSD
Github: tiar/kfilter/lp1m.axo

Inlets

frac32 input

frac32.bipolar freq

Outlets

frac32 output

Parameters

frac32.s.map.lfopitch freq

Declaration
int32_t val;
Init
val = 0;
Control Rate
int32_t f;

MTOF(param_freq + inlet_freq, f);
val = ___SMMLA((inlet_in - val) << 1, f, val);
outlet_out = val;

Privacy

© 2024 Zrna Research