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

Method Clear

libraries/lib-mixer/Mix.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void Mixer::Clear()
290{
291 for (auto c = 0; c < mTemp.Channels(); ++c)
292 mTemp.ClearBuffer(c, mBufferSize);
293}
294
295size_t Mixer::Process(const size_t maxToProcess)
296{

Callers 12

MixAndRenderFunction · 0.45
LoadMethod · 0.45
SaveMethod · 0.45
ResetPreferencesFunction · 0.45
TestGroupsFunction · 0.45
ProcessMethod · 0.45
DoRemovalMethod · 0.45
ProcessMethod · 0.45
ProcessOneMethod · 0.45
ProcessMethod · 0.45

Calls 2

ChannelsMethod · 0.80
ClearBufferMethod · 0.80

Tested by 1

TestGroupsFunction · 0.36