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

Method processGain

Source/PluginProcessor.cpp:1405–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403}
1404
1405void FireAudioProcessor::processGain(juce::dsp::ProcessContextReplacing<float> context, juce::String outputID, GainProcessor& gainProcessor)
1406{
1407 float outputValue = *treeState.getRawParameterValue(outputID);
1408 gainProcessor.setGainDecibels(outputValue);
1409 gainProcessor.setRampDurationSeconds(0.05f);
1410 gainProcessor.process(context);
1411}
1412
1413int FireAudioProcessor::getSavedWidth() const
1414{

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected