kickCalc

Basskick modulator Takes 2 envelopes for hit and tail pitch modulation and uses them to fade between the pitch of the hit, the "sub" midsection for the "oompf" and a bassnote/modulation in the tail.
Author: Remco van der most
License: BSD
Github: sss/math/kickCalc.axo

Inlets

frac32 in1

frac32 tail

frac32 in2

frac32 psub

frac32 ptail

Outlets

frac32 out

Control Rate
int32_t base = inlet_psub + ___SMMUL(inlet_ptail - inlet_psub << 2,
                                     (1 << 27) - inlet_tail << 3);
int32_t vol = base + ___SMMUL(inlet_phit - base << 2, inlet_hit << 3);

outlet_out = vol;

Privacy

© 2024 Zrna Research