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