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

Method switchFftWindowType

shared/SpectralAudioPlugin.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.80

Calls 2

fftWindowMethod · 0.80
setWindowTypeMethod · 0.45

Tested by

no test coverage detected