| @@ -39,10 +39,7 @@ | |||||
| #define JUCE_CORE_INCLUDE_COM_SMART_PTR 1 | #define JUCE_CORE_INCLUDE_COM_SMART_PTR 1 | ||||
| #include "juce_audio_utils.h" | #include "juce_audio_utils.h" | ||||
| #if JUCE_MODULE_AVAILABLE_juce_gui_extra | |||||
| #include <juce_gui_extra/juce_gui_extra.h> | |||||
| #endif | |||||
| #include <juce_gui_extra/juce_gui_extra.h> | |||||
| #if JUCE_MAC | #if JUCE_MAC | ||||
| #import <DiscRecording/DiscRecording.h> | #import <DiscRecording/DiscRecording.h> | ||||
| @@ -41,7 +41,7 @@ | |||||
| website: http://www.juce.com/juce | website: http://www.juce.com/juce | ||||
| license: GPL/Commercial | license: GPL/Commercial | ||||
| dependencies: juce_gui_extra, juce_audio_basics, juce_audio_processors, juce_audio_formats, juce_audio_devices | |||||
| dependencies: juce_gui_extra, juce_audio_processors, juce_audio_formats, juce_audio_devices | |||||
| OSXFrameworks: DiscRecording | OSXFrameworks: DiscRecording | ||||
| iOSFrameworks: CoreAudioKit | iOSFrameworks: CoreAudioKit | ||||
| @@ -24,12 +24,7 @@ | |||||
| ============================================================================== | ============================================================================== | ||||
| */ | */ | ||||
| // Note: for the Bluetooth Midi selector overlay, we need the class | |||||
| // UIViewComponent from the juce_gui_extra module. If this module is not | |||||
| // included in your app, BluetoothMidiDevicePairingDialogue::open() will fail | |||||
| // and return false. | |||||
| // It is also not available in the iPhone/iPad simulator. | |||||
| #if JUCE_MODULE_AVAILABLE_juce_gui_extra && ! TARGET_IPHONE_SIMULATOR | |||||
| #if ! TARGET_IPHONE_SIMULATOR | |||||
| #include <CoreAudioKit/CoreAudioKit.h> | #include <CoreAudioKit/CoreAudioKit.h> | ||||
| @@ -43,7 +43,7 @@ | |||||
| license: GPL/Commercial | license: GPL/Commercial | ||||
| minimumCppStandard: 14 | minimumCppStandard: 14 | ||||
| dependencies: juce_core, juce_audio_basics, juce_audio_formats | |||||
| dependencies: juce_audio_basics, juce_audio_formats | |||||
| OSXFrameworks: Accelerate | OSXFrameworks: Accelerate | ||||
| iOSFrameworks: Accelerate | iOSFrameworks: Accelerate | ||||
| @@ -41,7 +41,7 @@ | |||||
| website: http://www.juce.com/juce | website: http://www.juce.com/juce | ||||
| license: GPL/Commercial | license: GPL/Commercial | ||||
| dependencies: juce_events juce_graphics juce_data_structures | |||||
| dependencies: juce_graphics juce_data_structures | |||||
| OSXFrameworks: Cocoa Carbon QuartzCore | OSXFrameworks: Cocoa Carbon QuartzCore | ||||
| iOSFrameworks: UIKit MobileCoreServices | iOSFrameworks: UIKit MobileCoreServices | ||||
| linuxPackages: x11 xinerama xext | linuxPackages: x11 xinerama xext | ||||
| @@ -42,7 +42,7 @@ | |||||
| website: http://www.juce.com/juce | website: http://www.juce.com/juce | ||||
| license: GPL/Commercial | license: GPL/Commercial | ||||
| dependencies: juce_data_structures juce_cryptography | |||||
| dependencies: juce_gui_extra | |||||
| OSXFrameworks: AVKit AVFoundation CoreMedia | OSXFrameworks: AVKit AVFoundation CoreMedia | ||||
| iOSFrameworks: AVKit AVFoundation CoreMedia | iOSFrameworks: AVKit AVFoundation CoreMedia | ||||