| 68 | } |
| 69 | |
| 70 | void 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected