Skip to content

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.

Template parameters
E Input expression types.
Parameters
e Input expressions to be added together.
Returns
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.