Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Signalsmith-Audio/reverb-example-code
/ configure
Method
configure
reverb-example-code.h:170–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
void configure(double sampleRate) {
171
for (auto &step : steps) step.configure(sampleRate);
172
}
173
174
Array process(Array samples) {
175
for (auto &step : steps) {
Callers
nothing calls this directly
Calls
1
configure
Method · 0.45
Tested by
no test coverage detected