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.
| input | Input signal expression. |
| saturation | Drive amount. |
| Shaped signal expression. |
Fully qualified name: kfr::waveshaper_saturate_II(E1 &&, double)
Declared at dsp/waveshaper.hpp:154
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.