MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / isSlient

Method isSlient

Source/PluginProcessor.cpp:1296–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296bool FireAudioProcessor::isSlient(juce::AudioBuffer<float> buffer)
1297{
1298 if (buffer.getMagnitude(0, buffer.getNumSamples()) == 0)
1299 return true;
1300 else
1301 return false;
1302}
1303
1304void FireAudioProcessor::setHistoryArray(int bandIndex)
1305{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected