Skip to content

Function waveshaper_saturate_II

function waveshaper_saturate_II(E1 &&, double) dsp

template <typename E1>
inline auto waveshaper_saturate_II(E1&& input, double saturation) { … }

Waveshaper based on the type-II saturation curve.

Note

For demonstration only; musically pleasing saturation requires careful modelling.

Parameters
input Input signal expression.
saturation Drive amount.
Returns
Shaped signal expression.

Fully qualified name: kfr::waveshaper_saturate_II(E1 &&, double)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.