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

Method configure

reverb-example-code.h:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 void configure(double sampleRate) {
230 feedback.configure(sampleRate);
231 diffuser.configure(sampleRate);
232 }
233
234 Array process(Array input) {
235 Array diffuse = diffuser.process(input);

Callers 4

configureMethod · 0.45
configureMethod · 0.45
monoProcessorMethod · 0.45
multiProcessorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected