1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Fixed the SimpleFFT sample code

This commit is contained in:
hogliux 2017-08-04 09:50:46 +01:00
parent 405152fc24
commit 1b964e98c2
11 changed files with 538 additions and 5 deletions

View file

@ -55,6 +55,7 @@
#define JUCE_MODULE_AVAILABLE_juce_audio_utils 1
#define JUCE_MODULE_AVAILABLE_juce_core 1
#define JUCE_MODULE_AVAILABLE_juce_data_structures 1
#define JUCE_MODULE_AVAILABLE_juce_dsp 1
#define JUCE_MODULE_AVAILABLE_juce_events 1
#define JUCE_MODULE_AVAILABLE_juce_graphics 1
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
@ -181,6 +182,25 @@
//#define JUCE_ALLOW_STATIC_NULL_VARIABLES 1
#endif
//==============================================================================
// juce_dsp flags:
#ifndef JUCE_ASSERTION_FIRFILTER
//#define JUCE_ASSERTION_FIRFILTER 1
#endif
#ifndef JUCE_DSP_USE_INTEL_MKL
//#define JUCE_DSP_USE_INTEL_MKL 1
#endif
#ifndef JUCE_DSP_USE_SHARED_FFTW
//#define JUCE_DSP_USE_SHARED_FFTW 1
#endif
#ifndef JUCE_DSP_USE_STATIC_FFTW
//#define JUCE_DSP_USE_STATIC_FFTW 1
#endif
//==============================================================================
// juce_events flags: