MCPcopy Create free account
hub / github.com/LabSound/LabSound / isZero

Method isZero

src/core/AudioBus.cpp:816–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816bool AudioBus::isZero() const
817{
818 for (int i = 0; i < m_channels.size(); ++i)
819 if (!m_channels[i]->isZero())
820 return false;
821 return true;
822}
823
824void AudioBus::clearSilentFlag()
825{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected