| 2288 | } |
| 2289 | |
| 2290 | void FireAudioProcessor::lfoDataHasChanged() |
| 2291 | { |
| 2292 | lfoManager->onLfoShapeChanged(-1); |
| 2293 | if (auto* editor = dynamic_cast<FireAudioProcessorEditor*>(getActiveEditor())) |
| 2294 | { |
| 2295 | editor->markPresetAsDirty(); |
| 2296 | } |
| 2297 | } |
| 2298 | |
| 2299 | bool FireAudioProcessor::getLatestMeterValues(MeterValues& values) |
| 2300 | { |
no test coverage detected