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

Method process

reverb-example-code.h:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 Array process(Array samples) {
201 for (auto &step : steps) {
202 samples = step.process(samples);
203 }
204 return samples;
205 }
206};
207
208template<int channels=8, int diffusionSteps=4>

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected