MCPcopy Create free account
hub / github.com/Signalsmith-Audio/reverb-example-code / configure

Method configure

reverb-example-code.h:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 void configure(double sampleRate) {
197 for (auto &step : steps) step.configure(sampleRate);
198 }
199
200 Array process(Array samples) {
201 for (auto &step : steps) {

Callers

nothing calls this directly

Calls 1

configureMethod · 0.45

Tested by

no test coverage detected