|
Krotos Modules 3
|
Functions | |
| std::vector< float > | generateWindow (int sizeInSamples, WindowType windowType) |
| Eigen::VectorXf | generateWindowEigen (int sizeInSamples, WindowType windowType) |
| float | getWindowGainCorrection (int sizeInSamples, WindowType windowType) |
|
inline |
Sets the window function buffers. Much more useful to code them ourselves rather than rely on JUCE WindowingFunction which cannot change it's size without reallocating memory, which is something we dont want to do.
|
inline |
|
inline |