Function mixdown¶
function mixdown(E &&...) dsp¶
template <typename... E>
expression_function<fn::add, E...> mixdown(E&&... e) Returns a template expression that yields the sample-wise sum of all the inputs.
| E | Input expression types. |
| e | Input expressions to be added together. |
An expression_function<fn::add, E...> producing the sum. |
Fully qualified name: kfr::mixdown(E &&...)
Declared at dsp/mixdown.hpp:41
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.