- cleaned up
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@629 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -22,10 +22,6 @@
|
|||||||
// [END_USER_CODE_SECTION]
|
// [END_USER_CODE_SECTION]
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
|
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
|
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
|
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
|
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_core 1
|
#define JUCE_MODULE_AVAILABLE_juce_core 1
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_cryptography 1
|
#define JUCE_MODULE_AVAILABLE_juce_cryptography 1
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_data_structures 1
|
#define JUCE_MODULE_AVAILABLE_juce_data_structures 1
|
||||||
@@ -36,79 +32,6 @@
|
|||||||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1
|
#define JUCE_MODULE_AVAILABLE_juce_opengl 1
|
||||||
#define JUCE_MODULE_AVAILABLE_juce_video 1
|
#define JUCE_MODULE_AVAILABLE_juce_video 1
|
||||||
|
|
||||||
//==============================================================================
|
|
||||||
// juce_audio_devices flags:
|
|
||||||
|
|
||||||
#ifndef JUCE_ASIO
|
|
||||||
//#define JUCE_ASIO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_WASAPI
|
|
||||||
//#define JUCE_WASAPI
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_DIRECTSOUND
|
|
||||||
//#define JUCE_DIRECTSOUND
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_ALSA
|
|
||||||
//#define JUCE_ALSA
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_JACK
|
|
||||||
//#define JUCE_JACK
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_ANDROID_OPENSLES
|
|
||||||
//#define JUCE_USE_ANDROID_OPENSLES
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_CDREADER
|
|
||||||
//#define JUCE_USE_CDREADER
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_CDBURNER
|
|
||||||
//#define JUCE_USE_CDBURNER
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//==============================================================================
|
|
||||||
// juce_audio_formats flags:
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_FLAC
|
|
||||||
//#define JUCE_USE_FLAC
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_OGGVORBIS
|
|
||||||
//#define JUCE_USE_OGGVORBIS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_MP3AUDIOFORMAT
|
|
||||||
//#define JUCE_USE_MP3AUDIOFORMAT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_LAME_AUDIO_FORMAT
|
|
||||||
//#define JUCE_USE_LAME_AUDIO_FORMAT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
|
|
||||||
//#define JUCE_USE_WINDOWS_MEDIA_FORMAT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//==============================================================================
|
|
||||||
// juce_audio_processors flags:
|
|
||||||
|
|
||||||
#ifndef JUCE_PLUGINHOST_VST
|
|
||||||
//#define JUCE_PLUGINHOST_VST
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_PLUGINHOST_VST3
|
|
||||||
//#define JUCE_PLUGINHOST_VST3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef JUCE_PLUGINHOST_AU
|
|
||||||
//#define JUCE_PLUGINHOST_AU
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
// juce_core flags:
|
// juce_core flags:
|
||||||
|
|
||||||
|
|||||||
@@ -14,12 +14,7 @@
|
|||||||
#define __APPHEADERFILE_J0FH5E__
|
#define __APPHEADERFILE_J0FH5E__
|
||||||
|
|
||||||
#include "AppConfig.h"
|
#include "AppConfig.h"
|
||||||
#include "modules/juce_audio_basics/juce_audio_basics.h"
|
|
||||||
#include "modules/juce_audio_devices/juce_audio_devices.h"
|
|
||||||
#include "modules/juce_audio_formats/juce_audio_formats.h"
|
|
||||||
#include "modules/juce_audio_processors/juce_audio_processors.h"
|
|
||||||
#include "modules/juce_core/juce_core.h"
|
#include "modules/juce_core/juce_core.h"
|
||||||
#include "modules/juce_cryptography/juce_cryptography.h"
|
|
||||||
#include "modules/juce_data_structures/juce_data_structures.h"
|
#include "modules/juce_data_structures/juce_data_structures.h"
|
||||||
#include "modules/juce_events/juce_events.h"
|
#include "modules/juce_events/juce_events.h"
|
||||||
#include "modules/juce_graphics/juce_graphics.h"
|
#include "modules/juce_graphics/juce_graphics.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user