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

Method parameterChanged

Source/PluginEditor.cpp:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void FireAudioProcessorEditor::parameterChanged(const juce::String& parameterID, float newValue)
845{
846 triggerAsyncUpdate();
847}
848
849void FireAudioProcessorEditor::handleAsyncUpdate()
850{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected