diff 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
line wrap: on
line diff
--- a/Classic Ambisonics Decoder VST.xcodeproj/project.pbxproj	Thu Sep 27 12:33:46 2012 +0100
+++ b/Classic Ambisonics Decoder VST.xcodeproj/project.pbxproj	Thu Sep 27 23:29:16 2012 +0100
@@ -12,8 +12,8 @@
 		0C54F6F015F8B99400953CE0 /* aeffguieditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F6ED15F8B99400953CE0 /* aeffguieditor.cpp */; };
 		0C54F70A15F8BB4D00953CE0 /* Decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70015F8BB4C00953CE0 /* Decoder.cpp */; };
 		0C54F70B15F8BB4D00953CE0 /* GUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70215F8BB4C00953CE0 /* GUI.cpp */; };
-		0C54F70D15F8BB4D00953CE0 /* SoundField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70615F8BB4C00953CE0 /* SoundField.cpp */; };
-		0C54F70E15F8BB4D00953CE0 /* SoundFieldMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70815F8BB4C00953CE0 /* SoundFieldMain.cpp */; };
+		0C54F70D15F8BB4D00953CE0 /* ClassicAmbiDec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70615F8BB4C00953CE0 /* ClassicAmbiDec.cpp */; };
+		0C54F70E15F8BB4D00953CE0 /* ClassicAmbiDecMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70815F8BB4C00953CE0 /* ClassicAmbiDecMain.cpp */; };
 		0C54F71815F8BB7500953CE0 /* 360_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F70F15F8BB7500953CE0 /* 360_knob.png */; };
 		0C54F71915F8BB7500953CE0 /* blue_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71015F8BB7500953CE0 /* blue_knob.png */; };
 		0C54F71A15F8BB7500953CE0 /* mode2_knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C54F71115F8BB7500953CE0 /* mode2_knob.png */; };
@@ -50,10 +50,10 @@
 		0C54F70315F8BB4C00953CE0 /* GUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUI.h; path = Source/GUI.h; sourceTree = "<group>"; };
 		0C54F70415F8BB4C00953CE0 /* MyPlot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MyPlot.cpp; path = Source/MyPlot.cpp; sourceTree = "<group>"; };
 		0C54F70515F8BB4C00953CE0 /* MyPlot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MyPlot.h; path = Source/MyPlot.h; sourceTree = "<group>"; };
-		0C54F70615F8BB4C00953CE0 /* SoundField.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SoundField.cpp; path = Source/SoundField.cpp; sourceTree = "<group>"; };
-		0C54F70715F8BB4C00953CE0 /* SoundField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SoundField.h; path = Source/SoundField.h; sourceTree = "<group>"; };
-		0C54F70815F8BB4C00953CE0 /* SoundFieldMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SoundFieldMain.cpp; path = Source/SoundFieldMain.cpp; sourceTree = "<group>"; };
-		0C54F70915F8BB4C00953CE0 /* SoundFieldParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SoundFieldParameters.h; path = Source/SoundFieldParameters.h; sourceTree = "<group>"; };
+		0C54F70615F8BB4C00953CE0 /* ClassicAmbiDec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClassicAmbiDec.cpp; path = Source/ClassicAmbiDec.cpp; sourceTree = "<group>"; };
+		0C54F70715F8BB4C00953CE0 /* ClassicAmbiDec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ClassicAmbiDec.h; path = Source/ClassicAmbiDec.h; sourceTree = "<group>"; };
+		0C54F70815F8BB4C00953CE0 /* ClassicAmbiDecMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClassicAmbiDecMain.cpp; path = Source/ClassicAmbiDecMain.cpp; sourceTree = "<group>"; };
+		0C54F70915F8BB4C00953CE0 /* ClassicAmbiDecParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ClassicAmbiDecParameters.h; path = Source/ClassicAmbiDecParameters.h; sourceTree = "<group>"; };
 		0C54F70F15F8BB7500953CE0 /* 360_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 360_knob.png; path = Resources/360_knob.png; sourceTree = "<group>"; };
 		0C54F71015F8BB7500953CE0 /* blue_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = blue_knob.png; path = Resources/blue_knob.png; sourceTree = "<group>"; };
 		0C54F71115F8BB7500953CE0 /* mode2_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mode2_knob.png; path = Resources/mode2_knob.png; sourceTree = "<group>"; };
@@ -62,7 +62,6 @@
 		0C54F71415F8BB7500953CE0 /* red_blue_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = red_blue_knob.png; path = Resources/red_blue_knob.png; sourceTree = "<group>"; };
 		0C54F71515F8BB7500953CE0 /* red_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = red_knob.png; path = Resources/red_knob.png; sourceTree = "<group>"; };
 		0C54F71715F8BB7500953CE0 /* zoom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = zoom.png; path = Resources/zoom.png; sourceTree = "<group>"; };
-		0C54F72315F9144500953CE0 /* Version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Version.h; path = Source/Version.h; sourceTree = "<group>"; };
 		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>"; };
 		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>"; };
 		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>"; };
@@ -151,11 +150,10 @@
 				0C54F70315F8BB4C00953CE0 /* GUI.h */,
 				0C54F70415F8BB4C00953CE0 /* MyPlot.cpp */,
 				0C54F70515F8BB4C00953CE0 /* MyPlot.h */,
-				0C54F70615F8BB4C00953CE0 /* SoundField.cpp */,
-				0C54F70715F8BB4C00953CE0 /* SoundField.h */,
-				0C54F70815F8BB4C00953CE0 /* SoundFieldMain.cpp */,
-				0C54F70915F8BB4C00953CE0 /* SoundFieldParameters.h */,
-				0C54F72315F9144500953CE0 /* Version.h */,
+				0C54F70615F8BB4C00953CE0 /* ClassicAmbiDec.cpp */,
+				0C54F70715F8BB4C00953CE0 /* ClassicAmbiDec.h */,
+				0C54F70815F8BB4C00953CE0 /* ClassicAmbiDecMain.cpp */,
+				0C54F70915F8BB4C00953CE0 /* ClassicAmbiDecParameters.h */,
 				F405CDF90B0487F1008E3886 /* vstsdk2.4 */,
 				F405CDC00B048719008E3886 /* vstgui-4.0.1 */,
 			);
@@ -296,8 +294,8 @@
 				0C54F6F015F8B99400953CE0 /* aeffguieditor.cpp in Sources */,
 				0C54F70A15F8BB4D00953CE0 /* Decoder.cpp in Sources */,
 				0C54F70B15F8BB4D00953CE0 /* GUI.cpp in Sources */,
-				0C54F70D15F8BB4D00953CE0 /* SoundField.cpp in Sources */,
-				0C54F70E15F8BB4D00953CE0 /* SoundFieldMain.cpp in Sources */,
+				0C54F70D15F8BB4D00953CE0 /* ClassicAmbiDec.cpp in Sources */,
+				0C54F70E15F8BB4D00953CE0 /* ClassicAmbiDecMain.cpp in Sources */,
 				0CC1308516045FA400DFB900 /* MyPlot.cpp in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;