MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Clear

Function Clear

Source/SynthGlobals.cpp:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void Clear(float* buffer, int bufferSize)
278{
279#ifdef USE_VECTOR_OPS
280 FloatVectorOperations::clear(buffer, bufferSize);
281#else
282 bzero(buffer, bufferSize * sizeof(float));
283#endif
284}
285
286void BufferCopy(float* dst, const float* src, int bufferSize)
287{

Callers 15

AutotalentMethod · 0.85
ProcessMethod · 0.85
VocoderMethod · 0.85
ProcessMethod · 0.85
ResetMethod · 0.85
TremoloEffectMethod · 0.85
NoteSingerMethod · 0.85
ResetFilterMethod · 0.85
LooperMethod · 0.85
ProcessMethod · 0.85
DoCommitMethod · 0.85
ButtonClickedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected