MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / parameterChanged

Method parameterChanged

Source/gui/ModAmountComponent.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void ModAmountComponent::parameterChanged(const String &parameterID, float newValue) {
62 if (parameterID == m_parameter_id) {
63 setValue(newValue);
64 }
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected