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

Method invertModulationDepthForParameter

Source/PluginProcessor.cpp:2465–2469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 1

invertModulationDepthMethod · 0.80

Tested by

no test coverage detected