41template <
typename FloatType>
67 bool normalise =
true, FloatType beta = 0);
80 void fillWindowingTables (
size_t size, WindowingMethod
type,
81 bool normalise =
true, FloatType beta = 0)
noexcept;
93 static
void fillWindowingTables (FloatType* samples,
size_t size, WindowingMethod,
97 void multiplyWithWindowingTable (FloatType* samples,
size_t size)
noexcept;
100 static
const char* getWindowingMethodName (WindowingMethod)
noexcept;
#define noexcept
Definition DistrhoDefines.h:72
CAdPlugDatabase::CRecord::RecordType type
Definition adplugdb.cpp:93
Definition juce_Array.h:56
Definition juce_Windowing.h:43
WindowingMethod
Definition juce_Windowing.h:48
@ blackman
Definition juce_Windowing.h:53
@ hamming
Definition juce_Windowing.h:52
@ kaiser
Definition juce_Windowing.h:56
@ blackmanHarris
Definition juce_Windowing.h:54
@ triangular
Definition juce_Windowing.h:50
@ flatTop
Definition juce_Windowing.h:55
@ rectangular
Definition juce_Windowing.h:49
@ numWindowingMethods
Definition juce_Windowing.h:57
@ hann
Definition juce_Windowing.h:51
WindowingFunction(size_t size, WindowingMethod, bool normalise=true, FloatType beta=0)
Definition juce_Windowing.cpp:39
Array< FloatType > windowTable
Definition juce_Windowing.h:105
#define JUCE_API
Definition juce_StandardHeader.h:152
Definition juce_AudioBlock.h:29
Definition carla_juce.cpp:31
#define true
Definition ordinals.h:82
#define const
Definition zconf.h:137