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

Method getGlobalInputRMSLevel

Source/PluginProcessor.cpp:2361–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2359}
2360
2361float FireAudioProcessor::getGlobalInputRMSLevel(int channel) const
2362{
2363 return channel == 0 ? mInputLeftRMSGlobal.load() : mInputRightRMSGlobal.load();
2364}
2365
2366float FireAudioProcessor::getGlobalOutputRMSLevel(int channel) const
2367{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected