Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ clearSilentFlag
Method
clearSilentFlag
src/core/AudioBus.cpp:824–830 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
822
}
823
824
void AudioBus::clearSilentFlag()
825
{
826
for (int i = 0; i < m_channels.size(); ++i)
827
{
828
m_channels[i]->clearSilentFlag();
829
}
830
}
831
832
} // end namespace lab
Callers
15
process
Method · 0.45
processPolyBLEP
Method · 0.45
process
Method · 0.45
process
Method · 0.45
RenderGranulation
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process_oscillator
Method · 0.45
process
Method · 0.45
renderSample
Method · 0.45
process
Method · 0.45
unsilenceOutputs
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected