annotate Classic Ambisonics Decoder VST.xcodeproj/project.pbxproj @ 12:87dc3d84c120

Addressed the load program defaults over user settings 'feature'. Removed isChild on objects that are added before the frame creation since a)they're always there and b) doesn't write to all displays present.
author martinm_home <martin.morrell@eecs.qmul.ac.uk>
date Thu, 27 Sep 2012 23:29:16 +0100
parents 53f99cbc5dbd
children
rev   line source
martin@6 1 // !$*UTF8*$!
martin@6 2 {
martin@6 3 archiveVersion = 1;
martin@6 4 classes = {
martin@6 5 };
martin@6 6 objectVersion = 42;
martin@6 7 objects = {
martin@6 8
martin@6 9 /* Begin PBXBuildFile section */
martin@8 10 0C22E51C16067A170061F1EB /* mode5_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C22E51B16067A170061F1EB /* mode5_knob.png */; };
martin@6 11 0C54F6EC15F8B97900953CE0 /* vstgui_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F6EB15F8B97900953CE0 /* vstgui_mac.mm */; };
martin@6 12 0C54F6F015F8B99400953CE0 /* aeffguieditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F6ED15F8B99400953CE0 /* aeffguieditor.cpp */; };
martin@6 13 0C54F70A15F8BB4D00953CE0 /* Decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70015F8BB4C00953CE0 /* Decoder.cpp */; };
martin@6 14 0C54F70B15F8BB4D00953CE0 /* GUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70215F8BB4C00953CE0 /* GUI.cpp */; };
martin@12 15 0C54F70D15F8BB4D00953CE0 /* ClassicAmbiDec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70615F8BB4C00953CE0 /* ClassicAmbiDec.cpp */; };
martin@12 16 0C54F70E15F8BB4D00953CE0 /* ClassicAmbiDecMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70815F8BB4C00953CE0 /* ClassicAmbiDecMain.cpp */; };
martin@6 17 0C54F71815F8BB7500953CE0 /* 360_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F70F15F8BB7500953CE0 /* 360_knob.png */; };
martin@6 18 0C54F71915F8BB7500953CE0 /* blue_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71015F8BB7500953CE0 /* blue_knob.png */; };
martin@6 19 0C54F71A15F8BB7500953CE0 /* mode2_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71115F8BB7500953CE0 /* mode2_knob.png */; };
martin@6 20 0C54F71B15F8BB7500953CE0 /* mode4_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71215F8BB7500953CE0 /* mode4_knob.png */; };
martin@6 21 0C54F71C15F8BB7500953CE0 /* my_name.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71315F8BB7500953CE0 /* my_name.png */; };
martin@6 22 0C54F71D15F8BB7500953CE0 /* red_blue_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71415F8BB7500953CE0 /* red_blue_knob.png */; };
martin@6 23 0C54F71E15F8BB7500953CE0 /* red_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71515F8BB7500953CE0 /* red_knob.png */; };
martin@6 24 0C54F72015F8BB7500953CE0 /* zoom.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71715F8BB7500953CE0 /* zoom.png */; };
martin@6 25 0C7C241B159860DE0050E903 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C7C2416159860DE0050E903 /* audioeffect.cpp */; };
martin@6 26 0C7C241C159860DE0050E903 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C7C2418159860DE0050E903 /* audioeffectx.cpp */; };
martin@6 27 0C7C241D159860DE0050E903 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C7C241A159860DE0050E903 /* vstplugmain.cpp */; };
martin@9 28 0C99BF41160A392400FA8FBA /* blue_red_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C99BF40160A392400FA8FBA /* blue_red_knob.png */; };
martin@7 29 0CC1308516045FA400DFB900 /* MyPlot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70415F8BB4C00953CE0 /* MyPlot.cpp */; };
martin@9 30 0CD671331609B4D500AEBC6F /* controls.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CD6712E1609B4D500AEBC6F /* controls.png */; };
martin@9 31 0CD671341609B4D500AEBC6F /* controls2.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CD6712F1609B4D500AEBC6F /* controls2.png */; };
martin@9 32 0CD671351609B4D500AEBC6F /* mode2b_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CD671301609B4D500AEBC6F /* mode2b_knob.png */; };
martin@9 33 0CD671361609B4D500AEBC6F /* plot.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CD671311609B4D500AEBC6F /* plot.png */; };
martin@9 34 0CD671371609B4D500AEBC6F /* transforms.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CD671321609B4D500AEBC6F /* transforms.png */; };
martin@6 35 8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */; };
martin@6 36 F43771F012439E4600248B30 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F47F241F11D4C30900C94CAF /* Cocoa.framework */; };
martin@6 37 F43771F312439E9100248B30 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F47F241C11D4C2F600C94CAF /* Accelerate.framework */; };
martin@6 38 /* End PBXBuildFile section */
martin@6 39
martin@6 40 /* Begin PBXFileReference section */
martin@6 41 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
martin@8 42 0C22E51B16067A170061F1EB /* mode5_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mode5_knob.png; path = Resources/mode5_knob.png; sourceTree = "<group>"; };
martin@6 43 0C54F6EB15F8B97900953CE0 /* vstgui_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = vstgui_mac.mm; path = "../../../../../Users/momont/libraries/vstgui-4.0.1/vstgui_mac.mm"; sourceTree = "<group>"; };
martin@6 44 0C54F6ED15F8B99400953CE0 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = aeffguieditor.cpp; path = "../../../../../Users/momont/libraries/vstgui-4.0.1/plugin-bindings/aeffguieditor.cpp"; sourceTree = "<group>"; };
martin@6 45 0C54F6EE15F8B99400953CE0 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aeffguieditor.h; path = "../../../../../Users/momont/libraries/vstgui-4.0.1/plugin-bindings/aeffguieditor.h"; sourceTree = "<group>"; };
martin@6 46 0C54F6EF15F8B99400953CE0 /* getpluginbundle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getpluginbundle.h; path = "../../../../../Users/momont/libraries/vstgui-4.0.1/plugin-bindings/getpluginbundle.h"; sourceTree = "<group>"; };
martin@6 47 0C54F70015F8BB4C00953CE0 /* Decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Decoder.cpp; path = Source/Decoder.cpp; sourceTree = "<group>"; };
martin@6 48 0C54F70115F8BB4C00953CE0 /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Decoder.h; path = Source/Decoder.h; sourceTree = "<group>"; };
martin@6 49 0C54F70215F8BB4C00953CE0 /* GUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUI.cpp; path = Source/GUI.cpp; sourceTree = "<group>"; };
martin@6 50 0C54F70315F8BB4C00953CE0 /* GUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUI.h; path = Source/GUI.h; sourceTree = "<group>"; };
martin@6 51 0C54F70415F8BB4C00953CE0 /* MyPlot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MyPlot.cpp; path = Source/MyPlot.cpp; sourceTree = "<group>"; };
martin@6 52 0C54F70515F8BB4C00953CE0 /* MyPlot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MyPlot.h; path = Source/MyPlot.h; sourceTree = "<group>"; };
martin@12 53 0C54F70615F8BB4C00953CE0 /* ClassicAmbiDec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClassicAmbiDec.cpp; path = Source/ClassicAmbiDec.cpp; sourceTree = "<group>"; };
martin@12 54 0C54F70715F8BB4C00953CE0 /* ClassicAmbiDec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ClassicAmbiDec.h; path = Source/ClassicAmbiDec.h; sourceTree = "<group>"; };
martin@12 55 0C54F70815F8BB4C00953CE0 /* ClassicAmbiDecMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClassicAmbiDecMain.cpp; path = Source/ClassicAmbiDecMain.cpp; sourceTree = "<group>"; };
martin@12 56 0C54F70915F8BB4C00953CE0 /* ClassicAmbiDecParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ClassicAmbiDecParameters.h; path = Source/ClassicAmbiDecParameters.h; sourceTree = "<group>"; };
martin@6 57 0C54F70F15F8BB7500953CE0 /* 360_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 360_knob.png; path = Resources/360_knob.png; sourceTree = "<group>"; };
martin@6 58 0C54F71015F8BB7500953CE0 /* blue_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = blue_knob.png; path = Resources/blue_knob.png; sourceTree = "<group>"; };
martin@6 59 0C54F71115F8BB7500953CE0 /* mode2_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mode2_knob.png; path = Resources/mode2_knob.png; sourceTree = "<group>"; };
martin@6 60 0C54F71215F8BB7500953CE0 /* mode4_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mode4_knob.png; path = Resources/mode4_knob.png; sourceTree = "<group>"; };
martin@6 61 0C54F71315F8BB7500953CE0 /* my_name.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = my_name.png; path = Resources/my_name.png; sourceTree = "<group>"; };
martin@6 62 0C54F71415F8BB7500953CE0 /* red_blue_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = red_blue_knob.png; path = Resources/red_blue_knob.png; sourceTree = "<group>"; };
martin@6 63 0C54F71515F8BB7500953CE0 /* red_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = red_knob.png; path = Resources/red_knob.png; sourceTree = "<group>"; };
martin@6 64 0C54F71715F8BB7500953CE0 /* zoom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = zoom.png; path = Resources/zoom.png; sourceTree = "<group>"; };
martin@6 65 0C7C2412159860DE0050E903 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aeffect.h; path = ../../../../../Users/momont/libraries/vstsdk2.4/pluginterfaces/vst2.x/aeffect.h; sourceTree = "<group>"; };
martin@6 66 0C7C2413159860DE0050E903 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aeffectx.h; path = ../../../../../Users/momont/libraries/vstsdk2.4/pluginterfaces/vst2.x/aeffectx.h; sourceTree = "<group>"; };
martin@6 67 0C7C2414159860DE0050E903 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vstfxstore.h; path = ../../../../../Users/momont/libraries/vstsdk2.4/pluginterfaces/vst2.x/vstfxstore.h; sourceTree = "<group>"; };
martin@6 68 0C7C2415159860DE0050E903 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aeffeditor.h; path = ../../../../../Users/momont/libraries/vstsdk2.4/public.sdk/source/vst2.x/aeffeditor.h; sourceTree = "<group>"; };
martin@6 69 0C7C2416159860DE0050E903 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = audioeffect.cpp; path = ../../../../../Users/momont/libraries/vstsdk2.4/public.sdk/source/vst2.x/audioeffect.cpp; sourceTree = "<group>"; };
martin@6 70 0C7C2417159860DE0050E903 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = audioeffect.h; path = ../../../../../Users/momont/libraries/vstsdk2.4/public.sdk/source/vst2.x/audioeffect.h; sourceTree = "<group>"; };
martin@6 71 0C7C2418159860DE0050E903 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = audioeffectx.cpp; path = ../../../../../Users/momont/libraries/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.cpp; sourceTree = "<group>"; };
martin@6 72 0C7C2419159860DE0050E903 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = audioeffectx.h; path = ../../../../../Users/momont/libraries/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.h; sourceTree = "<group>"; };
martin@6 73 0C7C241A159860DE0050E903 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vstplugmain.cpp; path = ../../../../../Users/momont/libraries/vstsdk2.4/public.sdk/source/vst2.x/vstplugmain.cpp; sourceTree = "<group>"; };
martin@9 74 0C99BF40160A392400FA8FBA /* blue_red_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = blue_red_knob.png; path = Resources/blue_red_knob.png; sourceTree = "<group>"; };
martin@9 75 0CD6712E1609B4D500AEBC6F /* controls.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = controls.png; path = Resources/controls.png; sourceTree = "<group>"; };
martin@9 76 0CD6712F1609B4D500AEBC6F /* controls2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = controls2.png; path = Resources/controls2.png; sourceTree = "<group>"; };
martin@9 77 0CD671301609B4D500AEBC6F /* mode2b_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mode2b_knob.png; path = Resources/mode2b_knob.png; sourceTree = "<group>"; };
martin@9 78 0CD671311609B4D500AEBC6F /* plot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = plot.png; path = Resources/plot.png; sourceTree = "<group>"; };
martin@9 79 0CD671321609B4D500AEBC6F /* transforms.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = transforms.png; path = Resources/transforms.png; sourceTree = "<group>"; };
martin@6 80 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
martin@6 81 8D01CCD20486CAD60068D4B7 /* ClassicAmbisonicsDecoder.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ClassicAmbisonicsDecoder.vst; sourceTree = BUILT_PRODUCTS_DIR; };
martin@6 82 F47F241C11D4C2F600C94CAF /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = "<absolute>"; };
martin@6 83 F47F241F11D4C30900C94CAF /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
martin@6 84 /* End PBXFileReference section */
martin@6 85
martin@6 86 /* Begin PBXFrameworksBuildPhase section */
martin@6 87 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = {
martin@6 88 isa = PBXFrameworksBuildPhase;
martin@6 89 buildActionMask = 2147483647;
martin@6 90 files = (
martin@6 91 8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */,
martin@6 92 F43771F012439E4600248B30 /* Cocoa.framework in Frameworks */,
martin@6 93 F43771F312439E9100248B30 /* Accelerate.framework in Frameworks */,
martin@6 94 );
martin@6 95 runOnlyForDeploymentPostprocessing = 0;
martin@6 96 };
martin@6 97 /* End PBXFrameworksBuildPhase section */
martin@6 98
martin@6 99 /* Begin PBXGroup section */
martin@6 100 089C166AFE841209C02AAC07 /* tutorial */ = {
martin@6 101 isa = PBXGroup;
martin@6 102 children = (
martin@6 103 08FB77ADFE841716C02AAC07 /* Source */,
martin@6 104 089C167CFE841241C02AAC07 /* Resources */,
martin@6 105 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
martin@6 106 19C28FB4FE9D528D11CA2CBB /* Products */,
martin@6 107 );
martin@6 108 name = tutorial;
martin@6 109 sourceTree = "<group>";
martin@6 110 };
martin@6 111 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
martin@6 112 isa = PBXGroup;
martin@6 113 children = (
martin@6 114 F47F241C11D4C2F600C94CAF /* Accelerate.framework */,
martin@6 115 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */,
martin@6 116 F47F241F11D4C30900C94CAF /* Cocoa.framework */,
martin@6 117 );
martin@6 118 name = "External Frameworks and Libraries";
martin@6 119 sourceTree = "<group>";
martin@6 120 };
martin@6 121 089C167CFE841241C02AAC07 /* Resources */ = {
martin@6 122 isa = PBXGroup;
martin@6 123 children = (
martin@9 124 0C99BF40160A392400FA8FBA /* blue_red_knob.png */,
martin@9 125 0CD6712E1609B4D500AEBC6F /* controls.png */,
martin@9 126 0CD6712F1609B4D500AEBC6F /* controls2.png */,
martin@9 127 0CD671301609B4D500AEBC6F /* mode2b_knob.png */,
martin@9 128 0CD671311609B4D500AEBC6F /* plot.png */,
martin@9 129 0CD671321609B4D500AEBC6F /* transforms.png */,
martin@8 130 0C22E51B16067A170061F1EB /* mode5_knob.png */,
martin@6 131 0C54F70F15F8BB7500953CE0 /* 360_knob.png */,
martin@6 132 0C54F71015F8BB7500953CE0 /* blue_knob.png */,
martin@6 133 0C54F71115F8BB7500953CE0 /* mode2_knob.png */,
martin@6 134 0C54F71215F8BB7500953CE0 /* mode4_knob.png */,
martin@6 135 0C54F71315F8BB7500953CE0 /* my_name.png */,
martin@6 136 0C54F71415F8BB7500953CE0 /* red_blue_knob.png */,
martin@6 137 0C54F71515F8BB7500953CE0 /* red_knob.png */,
martin@6 138 0C54F71715F8BB7500953CE0 /* zoom.png */,
martin@6 139 8D01CCD10486CAD60068D4B7 /* Info.plist */,
martin@6 140 );
martin@6 141 name = Resources;
martin@6 142 sourceTree = "<group>";
martin@6 143 };
martin@6 144 08FB77ADFE841716C02AAC07 /* Source */ = {
martin@6 145 isa = PBXGroup;
martin@6 146 children = (
martin@6 147 0C54F70015F8BB4C00953CE0 /* Decoder.cpp */,
martin@6 148 0C54F70115F8BB4C00953CE0 /* Decoder.h */,
martin@6 149 0C54F70215F8BB4C00953CE0 /* GUI.cpp */,
martin@6 150 0C54F70315F8BB4C00953CE0 /* GUI.h */,
martin@6 151 0C54F70415F8BB4C00953CE0 /* MyPlot.cpp */,
martin@6 152 0C54F70515F8BB4C00953CE0 /* MyPlot.h */,
martin@12 153 0C54F70615F8BB4C00953CE0 /* ClassicAmbiDec.cpp */,
martin@12 154 0C54F70715F8BB4C00953CE0 /* ClassicAmbiDec.h */,
martin@12 155 0C54F70815F8BB4C00953CE0 /* ClassicAmbiDecMain.cpp */,
martin@12 156 0C54F70915F8BB4C00953CE0 /* ClassicAmbiDecParameters.h */,
martin@6 157 F405CDF90B0487F1008E3886 /* vstsdk2.4 */,
martin@6 158 F405CDC00B048719008E3886 /* vstgui-4.0.1 */,
martin@6 159 );
martin@6 160 name = Source;
martin@6 161 sourceTree = "<group>";
martin@6 162 };
martin@6 163 19C28FB4FE9D528D11CA2CBB /* Products */ = {
martin@6 164 isa = PBXGroup;
martin@6 165 children = (
martin@6 166 8D01CCD20486CAD60068D4B7 /* ClassicAmbisonicsDecoder.vst */,
martin@6 167 );
martin@6 168 name = Products;
martin@6 169 sourceTree = "<group>";
martin@6 170 };
martin@6 171 F405CDC00B048719008E3886 /* vstgui-4.0.1 */ = {
martin@6 172 isa = PBXGroup;
martin@6 173 children = (
martin@6 174 0C54F6ED15F8B99400953CE0 /* aeffguieditor.cpp */,
martin@6 175 0C54F6EE15F8B99400953CE0 /* aeffguieditor.h */,
martin@6 176 0C54F6EF15F8B99400953CE0 /* getpluginbundle.h */,
martin@6 177 0C54F6EB15F8B97900953CE0 /* vstgui_mac.mm */,
martin@6 178 );
martin@6 179 name = "vstgui-4.0.1";
martin@6 180 sourceTree = "<group>";
martin@6 181 };
martin@6 182 F405CDF90B0487F1008E3886 /* vstsdk2.4 */ = {
martin@6 183 isa = PBXGroup;
martin@6 184 children = (
martin@6 185 0C7C2412159860DE0050E903 /* aeffect.h */,
martin@6 186 0C7C2413159860DE0050E903 /* aeffectx.h */,
martin@6 187 0C7C2414159860DE0050E903 /* vstfxstore.h */,
martin@6 188 0C7C2415159860DE0050E903 /* aeffeditor.h */,
martin@6 189 0C7C2416159860DE0050E903 /* audioeffect.cpp */,
martin@6 190 0C7C2417159860DE0050E903 /* audioeffect.h */,
martin@6 191 0C7C2418159860DE0050E903 /* audioeffectx.cpp */,
martin@6 192 0C7C2419159860DE0050E903 /* audioeffectx.h */,
martin@6 193 0C7C241A159860DE0050E903 /* vstplugmain.cpp */,
martin@6 194 );
martin@6 195 name = vstsdk2.4;
martin@6 196 sourceTree = "<group>";
martin@6 197 };
martin@6 198 /* End PBXGroup section */
martin@6 199
martin@6 200 /* Begin PBXNativeTarget section */
martin@6 201 8D01CCC60486CAD60068D4B7 /* Classic Ambisonics Decoder VST */ = {
martin@6 202 isa = PBXNativeTarget;
martin@6 203 buildConfigurationList = 4FADC23308B4156C00ABE55E /* Build configuration list for PBXNativeTarget "Classic Ambisonics Decoder VST" */;
martin@6 204 buildPhases = (
martin@6 205 8D01CCC90486CAD60068D4B7 /* Resources */,
martin@6 206 8D01CCCB0486CAD60068D4B7 /* Sources */,
martin@6 207 8D01CCCD0486CAD60068D4B7 /* Frameworks */,
martin@6 208 0C3654AE157A1C880064EEF5 /* ShellScript */,
martin@6 209 );
martin@6 210 buildRules = (
martin@6 211 );
martin@6 212 dependencies = (
martin@6 213 );
martin@6 214 name = "Classic Ambisonics Decoder VST";
martin@6 215 productInstallPath = "$(HOME)/Library/Bundles";
martin@6 216 productName = tutorial;
martin@6 217 productReference = 8D01CCD20486CAD60068D4B7 /* ClassicAmbisonicsDecoder.vst */;
martin@6 218 productType = "com.apple.product-type.bundle";
martin@6 219 };
martin@6 220 /* End PBXNativeTarget section */
martin@6 221
martin@6 222 /* Begin PBXProject section */
martin@6 223 089C1669FE841209C02AAC07 /* Project object */ = {
martin@6 224 isa = PBXProject;
martin@6 225 buildConfigurationList = 4FADC23708B4156C00ABE55E /* Build configuration list for PBXProject "Classic Ambisonics Decoder VST" */;
martin@6 226 compatibilityVersion = "Xcode 2.4";
martin@6 227 developmentRegion = English;
martin@6 228 hasScannedForEncodings = 1;
martin@6 229 knownRegions = (
martin@6 230 English,
martin@6 231 Japanese,
martin@6 232 French,
martin@6 233 German,
martin@6 234 );
martin@6 235 mainGroup = 089C166AFE841209C02AAC07 /* tutorial */;
martin@6 236 projectDirPath = "";
martin@6 237 projectRoot = "";
martin@6 238 targets = (
martin@6 239 8D01CCC60486CAD60068D4B7 /* Classic Ambisonics Decoder VST */,
martin@6 240 );
martin@6 241 };
martin@6 242 /* End PBXProject section */
martin@6 243
martin@6 244 /* Begin PBXResourcesBuildPhase section */
martin@6 245 8D01CCC90486CAD60068D4B7 /* Resources */ = {
martin@6 246 isa = PBXResourcesBuildPhase;
martin@6 247 buildActionMask = 2147483647;
martin@6 248 files = (
martin@6 249 0C54F71815F8BB7500953CE0 /* 360_knob.png in Resources */,
martin@6 250 0C54F71915F8BB7500953CE0 /* blue_knob.png in Resources */,
martin@6 251 0C54F71A15F8BB7500953CE0 /* mode2_knob.png in Resources */,
martin@6 252 0C54F71B15F8BB7500953CE0 /* mode4_knob.png in Resources */,
martin@6 253 0C54F71C15F8BB7500953CE0 /* my_name.png in Resources */,
martin@6 254 0C54F71D15F8BB7500953CE0 /* red_blue_knob.png in Resources */,
martin@6 255 0C54F71E15F8BB7500953CE0 /* red_knob.png in Resources */,
martin@6 256 0C54F72015F8BB7500953CE0 /* zoom.png in Resources */,
martin@8 257 0C22E51C16067A170061F1EB /* mode5_knob.png in Resources */,
martin@9 258 0CD671331609B4D500AEBC6F /* controls.png in Resources */,
martin@9 259 0CD671341609B4D500AEBC6F /* controls2.png in Resources */,
martin@9 260 0CD671351609B4D500AEBC6F /* mode2b_knob.png in Resources */,
martin@9 261 0CD671361609B4D500AEBC6F /* plot.png in Resources */,
martin@9 262 0CD671371609B4D500AEBC6F /* transforms.png in Resources */,
martin@9 263 0C99BF41160A392400FA8FBA /* blue_red_knob.png in Resources */,
martin@6 264 );
martin@6 265 runOnlyForDeploymentPostprocessing = 0;
martin@6 266 };
martin@6 267 /* End PBXResourcesBuildPhase section */
martin@6 268
martin@6 269 /* Begin PBXShellScriptBuildPhase section */
martin@6 270 0C3654AE157A1C880064EEF5 /* ShellScript */ = {
martin@6 271 isa = PBXShellScriptBuildPhase;
martin@6 272 buildActionMask = 2147483647;
martin@6 273 files = (
martin@6 274 );
martin@6 275 inputPaths = (
martin@6 276 );
martin@6 277 outputPaths = (
martin@6 278 );
martin@6 279 runOnlyForDeploymentPostprocessing = 0;
martin@6 280 shellPath = /bin/bash;
martin@6 281 shellScript = "rm -rf $HOME/Library/Audio/Plug-Ins/VST/$PRODUCT_NAME.vst\ncp -r \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst\" \"$HOME/Library/Audio/Plug-Ins/VST/$PRODUCT_NAME.vst\"";
martin@6 282 };
martin@6 283 /* End PBXShellScriptBuildPhase section */
martin@6 284
martin@6 285 /* Begin PBXSourcesBuildPhase section */
martin@6 286 8D01CCCB0486CAD60068D4B7 /* Sources */ = {
martin@6 287 isa = PBXSourcesBuildPhase;
martin@6 288 buildActionMask = 2147483647;
martin@6 289 files = (
martin@6 290 0C7C241B159860DE0050E903 /* audioeffect.cpp in Sources */,
martin@6 291 0C7C241C159860DE0050E903 /* audioeffectx.cpp in Sources */,
martin@6 292 0C7C241D159860DE0050E903 /* vstplugmain.cpp in Sources */,
martin@6 293 0C54F6EC15F8B97900953CE0 /* vstgui_mac.mm in Sources */,
martin@6 294 0C54F6F015F8B99400953CE0 /* aeffguieditor.cpp in Sources */,
martin@6 295 0C54F70A15F8BB4D00953CE0 /* Decoder.cpp in Sources */,
martin@6 296 0C54F70B15F8BB4D00953CE0 /* GUI.cpp in Sources */,
martin@12 297 0C54F70D15F8BB4D00953CE0 /* ClassicAmbiDec.cpp in Sources */,
martin@12 298 0C54F70E15F8BB4D00953CE0 /* ClassicAmbiDecMain.cpp in Sources */,
martin@7 299 0CC1308516045FA400DFB900 /* MyPlot.cpp in Sources */,
martin@6 300 );
martin@6 301 runOnlyForDeploymentPostprocessing = 0;
martin@6 302 };
martin@6 303 /* End PBXSourcesBuildPhase section */
martin@6 304
martin@6 305 /* Begin XCBuildConfiguration section */
martin@6 306 4FADC23408B4156C00ABE55E /* Debug */ = {
martin@6 307 isa = XCBuildConfiguration;
martin@6 308 buildSettings = {
martin@6 309 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
martin@6 310 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
martin@6 311 COPY_PHASE_STRIP = NO;
martin@6 312 GCC_DYNAMIC_NO_PIC = NO;
martin@6 313 GCC_ENABLE_FIX_AND_CONTINUE = YES;
martin@6 314 GCC_MODEL_TUNING = G5;
martin@6 315 GCC_OPTIMIZATION_LEVEL = 0;
martin@6 316 GCC_PRECOMPILE_PREFIX_HEADER = YES;
martin@6 317 GCC_PREFIX_HEADER = "";
martin@6 318 GENERATE_PKGINFO_FILE = YES;
martin@6 319 HEADER_SEARCH_PATHS = (
martin@6 320 $HOME/libraries/vstsdk2.4,
martin@6 321 "$HOME/libraries/vstgui-4.0.1",
martin@6 322 );
martin@6 323 HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../libraries/vstsdk2.4\"";
martin@6 324 HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)/../../libraries/vstgui\"";
martin@6 325 INFOPLIST_FILE = Info.plist;
martin@6 326 INFOPLIST_PREPROCESS = YES;
martin@6 327 INSTALL_PATH = "$(HOME)/Library/Bundles";
martin@6 328 PRODUCT_NAME = ClassicAmbisonicsDecoder;
martin@6 329 SDKROOT = macosx10.6;
martin@6 330 WRAPPER_EXTENSION = vst;
martin@6 331 ZERO_LINK = NO;
martin@6 332 };
martin@6 333 name = Debug;
martin@6 334 };
martin@6 335 4FADC23508B4156C00ABE55E /* Release */ = {
martin@6 336 isa = XCBuildConfiguration;
martin@6 337 buildSettings = {
martin@6 338 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
martin@6 339 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
martin@6 340 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
martin@6 341 GCC_MODEL_TUNING = G5;
martin@6 342 GCC_PRECOMPILE_PREFIX_HEADER = YES;
martin@6 343 GCC_PREFIX_HEADER = "";
martin@6 344 GENERATE_PKGINFO_FILE = YES;
martin@6 345 HEADER_SEARCH_PATHS = (
martin@6 346 $HOME/libraries/vstsdk2.4,
martin@6 347 "$HOME/libraries/vstgui-4.0.1",
martin@6 348 );
martin@6 349 INFOPLIST_FILE = Info.plist;
martin@6 350 INFOPLIST_PREPROCESS = YES;
martin@6 351 INSTALL_PATH = "$(HOME)/Library/Bundles";
martin@6 352 PRODUCT_NAME = ClassicAmbisonicsDecoder;
martin@6 353 SDKROOT = macosx10.6;
martin@6 354 WRAPPER_EXTENSION = vst;
martin@6 355 ZERO_LINK = NO;
martin@6 356 };
martin@6 357 name = Release;
martin@6 358 };
martin@6 359 4FADC23808B4156C00ABE55E /* Debug */ = {
martin@6 360 isa = XCBuildConfiguration;
martin@6 361 buildSettings = {
martin@6 362 ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
martin@7 363 CURRENT_PROJECT_VERSION = "";
martin@6 364 DSTROOT = "/tmp/$(PROJECT_NAME).dst";
martin@6 365 GCC_PREPROCESSOR_DEFINITIONS = "";
martin@6 366 GCC_WARN_ABOUT_RETURN_TYPE = YES;
martin@6 367 GCC_WARN_UNUSED_VARIABLE = YES;
martin@6 368 HEADER_SEARCH_PATHS = "";
martin@6 369 HEADER_SEARCH_PATHS_QUOTED_FOR_PROJECT_1 = "\"$(SRCROOT)/../../../vstsdk2.4\"";
martin@6 370 INFOPLIST_FILE = Info.plist;
martin@6 371 INFOPLIST_PREPROCESS = YES;
martin@6 372 MACOSX_DEPLOYMENT_TARGET = 10.5;
martin@6 373 ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
martin@6 374 PREBINDING = NO;
martin@7 375 VERSIONING_SYSTEM = "";
martin@6 376 };
martin@6 377 name = Debug;
martin@6 378 };
martin@6 379 4FADC23908B4156C00ABE55E /* Release */ = {
martin@6 380 isa = XCBuildConfiguration;
martin@6 381 buildSettings = {
martin@6 382 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
martin@6 383 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
martin@7 384 CURRENT_PROJECT_VERSION = "";
martin@6 385 DSTROOT = "/tmp/$(PROJECT_NAME).dst";
martin@6 386 GCC_PREPROCESSOR_DEFINITIONS = "";
martin@6 387 GCC_WARN_ABOUT_RETURN_TYPE = YES;
martin@6 388 GCC_WARN_UNUSED_VARIABLE = YES;
martin@6 389 HEADER_SEARCH_PATHS = "";
martin@6 390 INFOPLIST_FILE = Info.plist;
martin@6 391 INFOPLIST_PREPROCESS = YES;
martin@6 392 MACOSX_DEPLOYMENT_TARGET = 10.5;
martin@6 393 PREBINDING = NO;
martin@7 394 VERSIONING_SYSTEM = "";
martin@6 395 };
martin@6 396 name = Release;
martin@6 397 };
martin@6 398 /* End XCBuildConfiguration section */
martin@6 399
martin@6 400 /* Begin XCConfigurationList section */
martin@6 401 4FADC23308B4156C00ABE55E /* Build configuration list for PBXNativeTarget "Classic Ambisonics Decoder VST" */ = {
martin@6 402 isa = XCConfigurationList;
martin@6 403 buildConfigurations = (
martin@6 404 4FADC23408B4156C00ABE55E /* Debug */,
martin@6 405 4FADC23508B4156C00ABE55E /* Release */,
martin@6 406 );
martin@6 407 defaultConfigurationIsVisible = 0;
martin@6 408 defaultConfigurationName = Release;
martin@6 409 };
martin@6 410 4FADC23708B4156C00ABE55E /* Build configuration list for PBXProject "Classic Ambisonics Decoder VST" */ = {
martin@6 411 isa = XCConfigurationList;
martin@6 412 buildConfigurations = (
martin@6 413 4FADC23808B4156C00ABE55E /* Debug */,
martin@6 414 4FADC23908B4156C00ABE55E /* Release */,
martin@6 415 );
martin@6 416 defaultConfigurationIsVisible = 0;
martin@6 417 defaultConfigurationName = Release;
martin@6 418 };
martin@6 419 /* End XCConfigurationList section */
martin@6 420 };
martin@6 421 rootObject = 089C1669FE841209C02AAC07 /* Project object */;
martin@6 422 }