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

Method getRealtimeModulatedThreshold

Source/PluginProcessor.cpp:2277–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2275}
2276
2277float FireAudioProcessor::getRealtimeModulatedThreshold(int bandIndex) const
2278{
2279 if (juce::isPositiveAndBelow(bandIndex, 4))
2280 return realtimeModulatedThresholds[bandIndex].load();
2281
2282 return -48.0f;
2283}
2284
2285const juce::StringArray& FireAudioProcessor::getLfoRateSyncDivisions() const
2286{

Callers 1

timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected