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

Method process

reverb-example-code.h:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 Array process(Array samples) {
175 for (auto &step : steps) {
176 samples = step.process(samples);
177 }
178 return samples;
179 }
180};
181
182template<int channels=8, int stepCount=4>

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected