DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::ModulationRouter< T, MaxRoutes > Member List

This is the complete list of members for dspark::ModulationRouter< T, MaxRoutes >, including all inherited members.

addRoute(std::function< T()> source, std::function< void(T)> target, T depth=T(1), T base=T(0), T smoothMs=T(20))dspark::ModulationRouter< T, MaxRoutes >inline
clear() noexceptdspark::ModulationRouter< T, MaxRoutes >inline
getNumRoutes() const noexceptdspark::ModulationRouter< T, MaxRoutes >inline
setDepth(int route, T depth) noexceptdspark::ModulationRouter< T, MaxRoutes >inline
update(int numSamples, double sampleRate) noexceptdspark::ModulationRouter< T, MaxRoutes >inline