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

Method fftSizesToNotInclude

Morph/Source/MorphAudioPlugin.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 Array<int> fftSizesToNotInclude() override {
24 return Array<int>(128);
25 }
26
27private:
28 std::shared_ptr<MorphPluginParameters> m_params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected