|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
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() noexcept | dspark::ModulationRouter< T, MaxRoutes > | inline |
| getNumRoutes() const noexcept | dspark::ModulationRouter< T, MaxRoutes > | inline |
| setDepth(int route, T depth) noexcept | dspark::ModulationRouter< T, MaxRoutes > | inline |
| update(int numSamples, double sampleRate) noexcept | dspark::ModulationRouter< T, MaxRoutes > | inline |