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

Method getGlobalInputPeakLevel

Source/PluginProcessor.cpp:2371–2374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2369}
2370
2371float FireAudioProcessor::getGlobalInputPeakLevel(int channel) const
2372{
2373 return channel == 0 ? mInputLeftPeakGlobal.load() : mInputRightPeakGlobal.load();
2374}
2375
2376float FireAudioProcessor::getGlobalOutputPeakLevel(int channel) const
2377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected