MCPcopy Create free account
hub / github.com/amsynth/amsynth / setbuffer

Method setbuffer

external/freeverb/allpass.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void allpass::setbuffer(float *buf, int size)
15{
16 buffer = buf;
17 bufsize = size;
18}
19
20void allpass::mute()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected