| 131 | |
| 132 | |
| 133 | void SpectralAudioPlugin::switchFftWindowType() { |
| 134 | if (isInvalidFftModificationState()) { return; } |
| 135 | |
| 136 | auto windowType = m_fftWindowChoiceAdapter.fftWindow(); |
| 137 | m_audioProcessorInteractor->setWindowType(windowType); |
| 138 | } |
| 139 | |
| 140 | /* Public methods */ |
| 141 |
no test coverage detected