Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
void Mixer::Clear()
290
{
291
for (auto c = 0; c < mTemp.Channels(); ++c)
292
mTemp.ClearBuffer(c, mBufferSize);
293
}
294
295
size_t Mixer::Process(const size_t maxToProcess)
296
{
Callers
12
MixAndRender
Function · 0.45
Load
Method · 0.45
Save
Method · 0.45
ResetPreferences
Function · 0.45
TestGroups
Function · 0.45
SettingsWXTests.cpp
File · 0.45
Process
Method · 0.45
DoRemoval
Method · 0.45
Process
Method · 0.45
ProcessOne
Method · 0.45
Process
Method · 0.45
~InvisibleTemporaryProject
Method · 0.45
Calls
2
Channels
Method · 0.80
ClearBuffer
Method · 0.80
Tested by
1
TestGroups
Function · 0.36