| 2463 | } |
| 2464 | |
| 2465 | void FireAudioProcessor::invertModulationDepthForParameter(const juce::String& targetParameterID) |
| 2466 | { |
| 2467 | lfoManager->invertModulationDepth(targetParameterID); |
| 2468 | lfoDataHasChanged(); |
| 2469 | } |
| 2470 | |
| 2471 | bool FireAudioProcessor::isCurrentStateEquivalentToPreset(const juce::XmlElement& presetXml) |
| 2472 | { |
no test coverage detected