MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / parameterValueChanged

Method parameterValueChanged

shared/FftSizeChoiceAdapter.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void FftSizeChoiceAdapter::parameterValueChanged(int, float)
71{
72 auto choiceIndex = m_parameter->getIndex();
73 if (choiceIndex == m_currentIndex) { return; }
74 m_currentIndex = choiceIndex;
75 m_shouldChangeFft = true;
76}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected