Skip to content

function mixdown(E &&...) dsp_extra

template <typename... E>
expression_function<fn::add, E...> mixdown(E&&... e)

Returns template expression that returns the sum of all the inputs

Defined at dsp/mixdown.hpp:39