mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Fixed the SimpleFFT sample code
This commit is contained in:
parent
405152fc24
commit
1b964e98c2
11 changed files with 538 additions and 5 deletions
|
|
@ -26,6 +26,7 @@
|
|||
6D8F1CDC011290A48F8F4FF1 = {isa = PBXBuildFile; fileRef = 8E2372BA8AF97FF946178E91; };
|
||||
56A011EC51220996D4F00254 = {isa = PBXBuildFile; fileRef = BF256F6C10EF6FAFC2A585BB; };
|
||||
8377B7FE2B3A637A45B04209 = {isa = PBXBuildFile; fileRef = 34137BFFFF3A6B4EB306C276; };
|
||||
375D5475EFE7D060163B3839 = {isa = PBXBuildFile; fileRef = 5AF7E8CD56847D9374659427; };
|
||||
802CAC8A9C457A93FF4D7F44 = {isa = PBXBuildFile; fileRef = CD1EED5A10971AA8EAF940B0; };
|
||||
54CEEC46CBC59590F7CFFFA3 = {isa = PBXBuildFile; fileRef = B5540A720E3809D34A71A8E5; };
|
||||
865FA096794C9649C3E4080C = {isa = PBXBuildFile; fileRef = FF95EC7ADBED0BFF63E32827; };
|
||||
|
|
@ -48,6 +49,7 @@
|
|||
5192F983556BFBE5044419E4 = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info-App.plist"; path = "Info-App.plist"; sourceTree = "SOURCE_ROOT"; };
|
||||
586042EDAF352395AEEB8F6F = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_basics"; path = "../../../../modules/juce_gui_basics"; sourceTree = "SOURCE_ROOT"; };
|
||||
5A3DBDB080CBC7DDA0DD9868 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_processors.mm"; path = "../../JuceLibraryCode/include_juce_audio_processors.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
5AF7E8CD56847D9374659427 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_dsp.mm"; path = "../../JuceLibraryCode/include_juce_dsp.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
5C8B7D09E34F63CFA71E119F = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
|
||||
6A66D46C1FBEDAD6A106A536 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
||||
6E79505C2709E7D4111D4C80 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = "SOURCE_ROOT"; };
|
||||
|
|
@ -61,6 +63,7 @@
|
|||
97FD8ABBD95EF8315ACE375D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_utils"; path = "../../../../modules/juce_audio_utils"; sourceTree = "SOURCE_ROOT"; };
|
||||
A1C6587E1BCDCAC216C6853B = {isa = PBXFileReference; lastKnownFileType = file.nib; name = RecentFilesMenuTemplate.nib; path = RecentFilesMenuTemplate.nib; sourceTree = "SOURCE_ROOT"; };
|
||||
A44D165D613999DC222406FC = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
B38559B5C8DF7BF79ED25F28 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_dsp"; path = "../../../../modules/juce_dsp"; sourceTree = "SOURCE_ROOT"; };
|
||||
B5540A720E3809D34A71A8E5 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_graphics.mm"; path = "../../JuceLibraryCode/include_juce_graphics.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
B5EB5287FE6F9608B007EB43 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_basics"; path = "../../../../modules/juce_audio_basics"; sourceTree = "SOURCE_ROOT"; };
|
||||
BDCED611BD3BAFC0FD2DB205 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; };
|
||||
|
|
@ -82,6 +85,7 @@
|
|||
97FD8ABBD95EF8315ACE375D,
|
||||
481008DEC177B017970DB235,
|
||||
325AAB87A72023A100317D03,
|
||||
B38559B5C8DF7BF79ED25F28,
|
||||
198C5B54B7E63A0B775DE9EF,
|
||||
6E8914961E2AC5B0230C118C,
|
||||
586042EDAF352395AEEB8F6F,
|
||||
|
|
@ -95,6 +99,7 @@
|
|||
8E2372BA8AF97FF946178E91,
|
||||
BF256F6C10EF6FAFC2A585BB,
|
||||
34137BFFFF3A6B4EB306C276,
|
||||
5AF7E8CD56847D9374659427,
|
||||
CD1EED5A10971AA8EAF940B0,
|
||||
B5540A720E3809D34A71A8E5,
|
||||
FF95EC7ADBED0BFF63E32827,
|
||||
|
|
@ -124,7 +129,7 @@
|
|||
3E9AA92331ACE90F1BDE77D8,
|
||||
668227B90C7AD85717519435, ); name = Source; sourceTree = "<group>"; };
|
||||
98A968A1085AE2C43974C9D9 = {isa = XCBuildConfiguration; buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++11";
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
|
||||
CLANG_LINK_OBJC_RUNTIME = NO;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
|
||||
|
|
@ -155,7 +160,7 @@
|
|||
SDKROOT_ppc = macosx10.5;
|
||||
USE_HEADERMAP = NO; }; name = Debug; };
|
||||
58FAAEBF3AE1ED695E3DC7E2 = {isa = XCBuildConfiguration; buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++11";
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
|
||||
CLANG_LINK_OBJC_RUNTIME = NO;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
|
||||
|
|
@ -278,6 +283,7 @@
|
|||
6D8F1CDC011290A48F8F4FF1,
|
||||
56A011EC51220996D4F00254,
|
||||
8377B7FE2B3A637A45B04209,
|
||||
375D5475EFE7D060163B3839,
|
||||
802CAC8A9C457A93FF4D7F44,
|
||||
54CEEC46CBC59590F7CFFFA3,
|
||||
865FA096794C9649C3E4080C,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue