summaryrefslogtreecommitdiff
path: root/vendor/vstsdk2.4/vstgui.sf/drawtest/mac
diff options
context:
space:
mode:
authorpepper <peppersclothescult@gmail.com>2015-01-10 21:37:24 -0800
committerpepper <peppersclothescult@gmail.com>2015-01-10 21:37:24 -0800
commit58f8437f4b8b741ddc8e7bcde21bf983cc618430 (patch)
treebfd0a9d601274fe56de15a4eaeb0998f9481419d /vendor/vstsdk2.4/vstgui.sf/drawtest/mac
parent36773a28ece1641a2d827a29869cdd4c38e87925 (diff)
added vstsdkHEADmaster
Diffstat (limited to 'vendor/vstsdk2.4/vstgui.sf/drawtest/mac')
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/Info.plist28
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/audiounit.exp2
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/cw_vst_prefix.pch++4
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.cw9prjbin0 -> 152343 bytes
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.plc40
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.xcode/project.pbxproj2050
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_au_prefix.h8
-rw-r--r--vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_vst_prefix.h4
8 files changed, 2136 insertions, 0 deletions
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/Info.plist b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/Info.plist
new file mode 100644
index 0000000..a5742bf
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/Info.plist
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>drawtest</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>net.sourceforge.vstgui.drawtest</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>drawtest</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+ <key>VSTWindowCompositing</key>
+ <true/>
+</dict>
+</plist>
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/audiounit.exp b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/audiounit.exp
new file mode 100644
index 0000000..6c4658b
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/audiounit.exp
@@ -0,0 +1,2 @@
+_DrawTestAUEntry
+_VSTGUIAUViewEntry \ No newline at end of file
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/cw_vst_prefix.pch++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/cw_vst_prefix.pch++
new file mode 100644
index 0000000..5b55590
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/cw_vst_prefix.pch++
@@ -0,0 +1,4 @@
+#include "vstplugsquartz.h"
+
+#include <Carbon/Carbon.h>
+#include "vstgui.h"
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.cw9prj b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.cw9prj
new file mode 100644
index 0000000..9e4a1ef
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.cw9prj
Binary files differ
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.plc b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.plc
new file mode 100644
index 0000000..5240045
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.plc
@@ -0,0 +1,40 @@
+#define stringEffectName __OUTPUT_FILENAME__
+#define stringVersion "1.0.0.0"
+#define stringCopyright "© Arne Scheffler 2004"
+
+
+#ifndef stringEffectName
+#error "You need to set stringEffectName"
+#endif
+#ifndef stringVersion
+#error "You need to set stringVersion"
+#endif
+#ifndef stringCopyright
+#error "You need to set stringCopyright"
+#endif
+
+#define BUNDLE_NAME stringEffectName
+#define BUNDLE_COPYRIGHT stringCopyright
+#define BUNDLE_VERSION stringVersion
+#define BUNDLE_IDENTIFIER "com.steinberg." BUNDLE_NAME
+#define BUNDLE_ICON "commonIcon"
+
+
+plist
+{
+ dictionary
+ {
+ key "CFBundleInfoDictionaryVersion" value string "6.0"
+ key "CFBundleDevelopmentRegion" value string "English"
+ key "CFBundleName" value string BUNDLE_NAME
+ key "CFBundleIdentifier" value string BUNDLE_IDENTIFIER
+ key "CFBundleGetInfoString" value string BUNDLE_NAME " " BUNDLE_VERSION ", " BUNDLE_COPYRIGHT
+ key "CFBundleShortVersionString" value string BUNDLE_VERSION
+ key "CFBundleExecutable" value string __OUTPUT_FILENAME__
+ key "CFBundlePackageType" value string __OUTPUT_TYPE__
+ key "CFBundleSignature" value string __OUTPUT_CREATOR__
+ key "CFBundleBuildDate" value string __DATE__
+ key "CFBundleIconFile" value string BUNDLE_ICON
+ key "VSTWindowCompositing" value boolean true
+ }
+}
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.xcode/project.pbxproj b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.xcode/project.pbxproj
new file mode 100644
index 0000000..1c30579
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/drawtest.xcode/project.pbxproj
@@ -0,0 +1,2050 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 39;
+ objects = {
+ 089C1669FE841209C02AAC07 = {
+ buildSettings = {
+ };
+ buildStyles = (
+ 4F9091AC011F3BD104CA0E50,
+ 4F9091AD011F3BD104CA0E50,
+ );
+ hasScannedForEncodings = 1;
+ isa = PBXProject;
+ mainGroup = 089C166AFE841209C02AAC07;
+ projectDirPath = "";
+ targets = (
+ 8D01CCC60486CAD60068D4B7,
+ F4C9F1D307B2320800010DAD,
+ );
+ };
+ 089C166AFE841209C02AAC07 = {
+ children = (
+ 0C01265607AC430A009EC388,
+ 08FB77ADFE841716C02AAC07,
+ 089C167CFE841241C02AAC07,
+ 089C1671FE841209C02AAC07,
+ 19C28FB4FE9D528D11CA2CBB,
+ );
+ isa = PBXGroup;
+ name = drawtest;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 089C1671FE841209C02AAC07 = {
+ children = (
+ F40BD99607D3B28F00E1073A,
+ 0C1C289B07AC283C007128C4,
+ 0C1C289907AC2824007128C4,
+ 8B5C7F83076FB26000A15F61,
+ 8BA05B01072074F900365D66,
+ 8BA05AF9072074E100365D66,
+ 08EA7FFBFE8413EDC02AAC07,
+ );
+ isa = PBXGroup;
+ name = "External Frameworks and Libraries";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 089C167CFE841241C02AAC07 = {
+ children = (
+ 0CF3554207B17126002BFE50,
+ 0CF3554307B17126002BFE50,
+ 0CF3554407B17126002BFE50,
+ 0CF3554507B17126002BFE50,
+ 0CF3554607B17126002BFE50,
+ 0CF3554707B17126002BFE50,
+ 0CF3554807B17126002BFE50,
+ 0CF3554907B17126002BFE50,
+ 0CF3554A07B17126002BFE50,
+ 0CF3554B07B17126002BFE50,
+ 0CF3554C07B17126002BFE50,
+ 0CF3554D07B17126002BFE50,
+ 0CF3554E07B17126002BFE50,
+ 0CF3554F07B17126002BFE50,
+ 0CF3555007B17126002BFE50,
+ 0CF3555107B17126002BFE50,
+ 0CF3555207B17126002BFE50,
+ 0CF3555307B17126002BFE50,
+ 0CF3555407B17126002BFE50,
+ 0C01262007AC3D21009EC388,
+ );
+ isa = PBXGroup;
+ name = Resources;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 08EA7FFBFE8413EDC02AAC07 = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = Carbon.framework;
+ path = /System/Library/Frameworks/Carbon.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 08FB77ADFE841716C02AAC07 = {
+ children = (
+ F4C9F1E107B232B900010DAD,
+ 0C1C269E07AB5DE8007128C4,
+ 8BA05AEB0720742700365D66,
+ 8BA05A7D072073D200365D66,
+ 8BA05A56072072A900365D66,
+ );
+ isa = PBXGroup;
+ name = Source;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+//080
+//081
+//082
+//083
+//084
+//0C0
+//0C1
+//0C2
+//0C3
+//0C4
+ 0C01252807AC359F009EC388 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = cscrollview.cpp;
+ path = ../../vstgui/cscrollview.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0C01252A07AC359F009EC388 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = ctabview.cpp;
+ path = ../../vstgui/ctabview.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0C01252C07AC359F009EC388 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = plugguieditor.cpp;
+ path = ../../vstgui/plugguieditor.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0C01252E07AC359F009EC388 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = vstcontrols.cpp;
+ path = ../../vstgui/vstcontrols.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0C01253007AC359F009EC388 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = vstgui.cpp;
+ path = ../../vstgui/vstgui.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0C01253807AC359F009EC388 = {
+ fileRef = 0C01252807AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0C01253A07AC359F009EC388 = {
+ fileRef = 0C01252A07AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0C01253C07AC359F009EC388 = {
+ fileRef = 0C01252C07AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0C01253E07AC359F009EC388 = {
+ fileRef = 0C01252E07AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0C01254007AC359F009EC388 = {
+ fileRef = 0C01253007AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0C01261907AC3CE1009EC388 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ isa = PBXShellScriptBuildPhase;
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "cp -p -r -f \"build/drawtest.component\" \"$HOME/Library/Audio/Plug-Ins/Components/\" \ntouch \"$HOME/Library/Audio/Plug-Ins/Components\"\n";
+ };
+ 0C01262007AC3D21009EC388 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.rez;
+ name = audiounit.r;
+ path = ../resources/audiounit.r;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0C01262107AC3D21009EC388 = {
+ fileRef = 0C01262007AC3D21009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0C01265607AC430A009EC388 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = text.xml;
+ path = Info.plist;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 0C1C269E07AB5DE8007128C4 = {
+ children = (
+ F4C9F20407B2335F00010DAD,
+ 0C01252807AC359F009EC388,
+ 0C01252A07AC359F009EC388,
+ 0C01252C07AC359F009EC388,
+ 0C01252E07AC359F009EC388,
+ 0C01253007AC359F009EC388,
+ );
+ isa = PBXGroup;
+ name = VSTGUI;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 0C1C289907AC2824007128C4 = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = System.framework;
+ path = /System/Library/Frameworks/System.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 0C1C289A07AC2824007128C4 = {
+ fileRef = 0C1C289907AC2824007128C4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0C1C289B07AC283C007128C4 = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = QuickTime.framework;
+ path = /System/Library/Frameworks/QuickTime.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 0C1C289C07AC283C007128C4 = {
+ fileRef = 0C1C289B07AC283C007128C4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3554207B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.png;
+ name = bmp00001.png;
+ path = ../resources/bmp00001.png;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554307B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.png;
+ name = bmp00100.png;
+ path = ../resources/bmp00100.png;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554407B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.png;
+ name = bmp01000.png;
+ path = ../resources/bmp01000.png;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554507B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10001.bmp;
+ path = ../resources/bmp10001.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554607B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10002.bmp;
+ path = ../resources/bmp10002.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554707B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10003.bmp;
+ path = ../resources/bmp10003.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554807B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10004.bmp;
+ path = ../resources/bmp10004.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554907B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10005.bmp;
+ path = ../resources/bmp10005.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554A07B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10006.bmp;
+ path = ../resources/bmp10006.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554B07B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10007.bmp;
+ path = ../resources/bmp10007.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554C07B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10008.bmp;
+ path = ../resources/bmp10008.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554D07B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10009.bmp;
+ path = ../resources/bmp10009.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554E07B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10010.bmp;
+ path = ../resources/bmp10010.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3554F07B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10011.bmp;
+ path = ../resources/bmp10011.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3555007B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10012.bmp;
+ path = ../resources/bmp10012.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3555107B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10013.bmp;
+ path = ../resources/bmp10013.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3555207B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10014.bmp;
+ path = ../resources/bmp10014.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3555307B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10015.bmp;
+ path = ../resources/bmp10015.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3555407B17126002BFE50 = {
+ isa = PBXFileReference;
+ lastKnownFileType = image.bmp;
+ name = bmp10016.bmp;
+ path = ../resources/bmp10016.bmp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF3555507B17126002BFE50 = {
+ fileRef = 0CF3554207B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555607B17126002BFE50 = {
+ fileRef = 0CF3554307B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555707B17126002BFE50 = {
+ fileRef = 0CF3554407B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555807B17126002BFE50 = {
+ fileRef = 0CF3554507B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555907B17126002BFE50 = {
+ fileRef = 0CF3554607B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555A07B17126002BFE50 = {
+ fileRef = 0CF3554707B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555B07B17126002BFE50 = {
+ fileRef = 0CF3554807B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555C07B17126002BFE50 = {
+ fileRef = 0CF3554907B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555D07B17126002BFE50 = {
+ fileRef = 0CF3554A07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555E07B17126002BFE50 = {
+ fileRef = 0CF3554B07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3555F07B17126002BFE50 = {
+ fileRef = 0CF3554C07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556007B17126002BFE50 = {
+ fileRef = 0CF3554D07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556107B17126002BFE50 = {
+ fileRef = 0CF3554E07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556207B17126002BFE50 = {
+ fileRef = 0CF3554F07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556307B17126002BFE50 = {
+ fileRef = 0CF3555007B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556407B17126002BFE50 = {
+ fileRef = 0CF3555107B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556507B17126002BFE50 = {
+ fileRef = 0CF3555207B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556607B17126002BFE50 = {
+ fileRef = 0CF3555307B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF3556707B17126002BFE50 = {
+ fileRef = 0CF3555407B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355BE07B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = pdrawtesteditor.cpp;
+ path = ../source/pdrawtesteditor.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355BF07B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = pdrawtesteditor.h;
+ path = ../source/pdrawtesteditor.h;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355C007B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = pdrawtesteffect.cpp;
+ path = ../source/pdrawtesteffect.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355C107B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = pdrawtesteffect.h;
+ path = ../source/pdrawtesteffect.h;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355C207B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = pdrawtestview.cpp;
+ path = ../source/pdrawtestview.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355C307B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = pdrawtestview.h;
+ path = ../source/pdrawtestview.h;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355C407B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = pprimitivesviews.cpp;
+ path = ../source/pprimitivesviews.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355C507B173A3002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = pprimitivesviews.h;
+ path = ../source/pprimitivesviews.h;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355C607B173A3002BFE50 = {
+ fileRef = 0CF355BE07B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355C707B173A3002BFE50 = {
+ fileRef = 0CF355BF07B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355C807B173A3002BFE50 = {
+ fileRef = 0CF355C007B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355C907B173A3002BFE50 = {
+ fileRef = 0CF355C107B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355CA07B173A3002BFE50 = {
+ fileRef = 0CF355C207B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355CB07B173A3002BFE50 = {
+ fileRef = 0CF355C307B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355CC07B173A3002BFE50 = {
+ fileRef = 0CF355C407B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355CD07B173A3002BFE50 = {
+ fileRef = 0CF355C507B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355FB07B17600002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = controlsgui.cpp;
+ path = ../source/controlsgui.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355FC07B17600002BFE50 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = controlsgui.h;
+ path = ../source/controlsgui.h;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ 0CF355FD07B17600002BFE50 = {
+ fileRef = 0CF355FB07B17600002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 0CF355FE07B17600002BFE50 = {
+ fileRef = 0CF355FC07B17600002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+//0C0
+//0C1
+//0C2
+//0C3
+//0C4
+//190
+//191
+//192
+//193
+//194
+ 19C28FB4FE9D528D11CA2CBB = {
+ children = (
+ 8D01CCD20486CAD60068D4B7,
+ F4C9F1D407B2320800010DAD,
+ );
+ isa = PBXGroup;
+ name = Products;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+//190
+//191
+//192
+//193
+//194
+//4F0
+//4F1
+//4F2
+//4F3
+//4F4
+ 4F9091AC011F3BD104CA0E50 = {
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ DEBUGGING_SYMBOLS = YES;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ MACOSX_DEPLOYMENT_TARGET = 10.2;
+ OPTIMIZATION_CFLAGS = "-O0";
+ ZERO_LINK = YES;
+ };
+ isa = PBXBuildStyle;
+ name = Development;
+ };
+ 4F9091AD011F3BD104CA0E50 = {
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ ZERO_LINK = NO;
+ };
+ isa = PBXBuildStyle;
+ name = Deployment;
+ };
+//4F0
+//4F1
+//4F2
+//4F3
+//4F4
+//8B0
+//8B1
+//8B2
+//8B3
+//8B4
+ 8B5C7F83076FB26000A15F61 = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = CoreAudio.framework;
+ path = /System/Library/Frameworks/CoreAudio.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05A56072072A900365D66 = {
+ children = (
+ F4C9F47307B2379F00010DAD,
+ 0CF355FB07B17600002BFE50,
+ 0CF355FC07B17600002BFE50,
+ 0CF355BE07B173A3002BFE50,
+ 0CF355BF07B173A3002BFE50,
+ 0CF355C007B173A3002BFE50,
+ 0CF355C107B173A3002BFE50,
+ 0CF355C207B173A3002BFE50,
+ 0CF355C307B173A3002BFE50,
+ 0CF355C407B173A3002BFE50,
+ 0CF355C507B173A3002BFE50,
+ );
+ isa = PBXGroup;
+ name = Source;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A7D072073D200365D66 = {
+ children = (
+ 8BA05A7E072073D200365D66,
+ 8BA05A8C072073D200365D66,
+ 8BA05A97072073D200365D66,
+ 8BA05A99072073D200365D66,
+ 8BA05AA6072073D200365D66,
+ );
+ isa = PBXGroup;
+ name = AUPublic;
+ path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05A7E072073D200365D66 = {
+ children = (
+ 8BA05A7F072073D200365D66,
+ 8BA05A80072073D200365D66,
+ 8BA05A81072073D200365D66,
+ 8BA05A82072073D200365D66,
+ 8BA05A83072073D200365D66,
+ 8BA05A84072073D200365D66,
+ 8BA05A85072073D200365D66,
+ 8BA05A86072073D200365D66,
+ 8BA05A87072073D200365D66,
+ 8BA05A88072073D200365D66,
+ 8BA05A89072073D200365D66,
+ 8BA05A8A072073D200365D66,
+ 8BA05A8B072073D200365D66,
+ );
+ isa = PBXGroup;
+ path = AUBase;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A7F072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUBase.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A80072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUBase.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A81072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUDispatch.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A82072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUDispatch.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A83072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUInputElement.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A84072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUInputElement.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A85072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUOutputElement.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A86072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUOutputElement.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A87072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.rez;
+ path = AUResources.r;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A88072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUScopeElement.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A89072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUScopeElement.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A8A072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = ComponentBase.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A8B072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = ComponentBase.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A8C072073D200365D66 = {
+ children = (
+ 8BA05A8D072073D200365D66,
+ 8BA05A8E072073D200365D66,
+ 8BA05A8F072073D200365D66,
+ 8BA05A90072073D200365D66,
+ 8BA05A91072073D200365D66,
+ 8BA05A92072073D200365D66,
+ 8BA05A93072073D200365D66,
+ 8BA05A94072073D200365D66,
+ 8BA05A95072073D200365D66,
+ );
+ isa = PBXGroup;
+ path = AUCarbonViewBase;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A8D072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUCarbonViewBase.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A8E072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUCarbonViewBase.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A8F072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUCarbonViewControl.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A90072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUCarbonViewControl.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A91072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUCarbonViewDispatch.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A92072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUControlGroup.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A93072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUControlGroup.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A94072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = CarbonEventHandler.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A95072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = CarbonEventHandler.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A97072073D200365D66 = {
+ children = (
+ 8BA05A98072073D200365D66,
+ );
+ isa = PBXGroup;
+ path = AUViewBase;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A98072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUViewLocalizedStringKeys.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A99072073D200365D66 = {
+ children = (
+ 8BA05A9A072073D200365D66,
+ 8BA05A9B072073D200365D66,
+ );
+ isa = PBXGroup;
+ path = OtherBases;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A9A072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUEffectBase.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05A9B072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUEffectBase.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AA6072073D200365D66 = {
+ children = (
+ 8BA05AA7072073D200365D66,
+ 8BA05AA8072073D200365D66,
+ 8BA05AA9072073D200365D66,
+ 8BA05AAA072073D200365D66,
+ 8BA05AAB072073D200365D66,
+ 8BA05AAC072073D200365D66,
+ 8BA05AAD072073D200365D66,
+ );
+ isa = PBXGroup;
+ path = Utility;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AA7072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUBuffer.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AA8072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUBuffer.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AA9072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ path = AUDebugDispatcher.cpp;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AAA072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUDebugDispatcher.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AAB072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUInputFormatConverter.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AAC072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUSilentTimeout.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AAD072073D200365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = AUTimestampGenerator.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AAE072073D300365D66 = {
+ fileRef = 8BA05A7F072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AAF072073D300365D66 = {
+ fileRef = 8BA05A80072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB0072073D300365D66 = {
+ fileRef = 8BA05A81072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB1072073D300365D66 = {
+ fileRef = 8BA05A82072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB2072073D300365D66 = {
+ fileRef = 8BA05A83072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB3072073D300365D66 = {
+ fileRef = 8BA05A84072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB4072073D300365D66 = {
+ fileRef = 8BA05A85072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB5072073D300365D66 = {
+ fileRef = 8BA05A86072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB7072073D300365D66 = {
+ fileRef = 8BA05A88072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB8072073D300365D66 = {
+ fileRef = 8BA05A89072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AB9072073D300365D66 = {
+ fileRef = 8BA05A8A072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05ABA072073D300365D66 = {
+ fileRef = 8BA05A8B072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05ABB072073D300365D66 = {
+ fileRef = 8BA05A8D072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05ABC072073D300365D66 = {
+ fileRef = 8BA05A8E072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05ABD072073D300365D66 = {
+ fileRef = 8BA05A8F072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05ABE072073D300365D66 = {
+ fileRef = 8BA05A90072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05ABF072073D300365D66 = {
+ fileRef = 8BA05A91072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AC0072073D300365D66 = {
+ fileRef = 8BA05A92072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AC1072073D300365D66 = {
+ fileRef = 8BA05A93072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AC2072073D300365D66 = {
+ fileRef = 8BA05A94072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AC3072073D300365D66 = {
+ fileRef = 8BA05A95072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AC5072073D300365D66 = {
+ fileRef = 8BA05A98072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AC6072073D300365D66 = {
+ fileRef = 8BA05A9A072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AC7072073D300365D66 = {
+ fileRef = 8BA05A9B072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AD2072073D300365D66 = {
+ fileRef = 8BA05AA7072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AD3072073D300365D66 = {
+ fileRef = 8BA05AA8072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AD4072073D300365D66 = {
+ fileRef = 8BA05AA9072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AD5072073D300365D66 = {
+ fileRef = 8BA05AAA072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AD6072073D300365D66 = {
+ fileRef = 8BA05AAB072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AD7072073D300365D66 = {
+ fileRef = 8BA05AAC072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AD8072073D300365D66 = {
+ fileRef = 8BA05AAD072073D200365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05ADF0720742100365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = CAAudioChannelLayout.cpp;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAAudioChannelLayout.cpp;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05AE00720742100365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = CAAudioChannelLayout.h;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAAudioChannelLayout.h;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05AE10720742100365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = CAMutex.cpp;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAMutex.cpp;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05AE20720742100365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = CAMutex.h;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAMutex.h;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05AE30720742100365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = CAStreamBasicDescription.cpp;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05AE40720742100365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = CAStreamBasicDescription.h;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAStreamBasicDescription.h;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05AE50720742100365D66 = {
+ fileRef = 8BA05ADF0720742100365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AE60720742100365D66 = {
+ fileRef = 8BA05AE00720742100365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AE70720742100365D66 = {
+ fileRef = 8BA05AE10720742100365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AE80720742100365D66 = {
+ fileRef = 8BA05AE20720742100365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AE90720742100365D66 = {
+ fileRef = 8BA05AE30720742100365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AEA0720742100365D66 = {
+ fileRef = 8BA05AE40720742100365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05AEB0720742700365D66 = {
+ children = (
+ 8BA05B050720754400365D66,
+ 8BA05B060720754400365D66,
+ 8BA05ADF0720742100365D66,
+ 8BA05AE00720742100365D66,
+ 8BA05AE10720742100365D66,
+ 8BA05AE20720742100365D66,
+ 8BA05AE30720742100365D66,
+ 8BA05AE40720742100365D66,
+ );
+ isa = PBXGroup;
+ name = "Public Utility";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ 8BA05AF9072074E100365D66 = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = AudioToolbox.framework;
+ path = /System/Library/Frameworks/AudioToolbox.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05AFC072074E100365D66 = {
+ fileRef = 8BA05AF9072074E100365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05B01072074F900365D66 = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = CoreServices.framework;
+ path = /System/Library/Frameworks/CoreServices.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05B02072074F900365D66 = {
+ fileRef = 8BA05B01072074F900365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05B050720754400365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = CAAUParameter.cpp;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAAUParameter.cpp;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05B060720754400365D66 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ name = CAAUParameter.h;
+ path = /Developer/Examples/CoreAudio/PublicUtility/CAAUParameter.h;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ 8BA05B070720754400365D66 = {
+ fileRef = 8BA05B050720754400365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8BA05B080720754400365D66 = {
+ fileRef = 8BA05B060720754400365D66;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+//8B0
+//8B1
+//8B2
+//8B3
+//8B4
+//8D0
+//8D1
+//8D2
+//8D3
+//8D4
+ 8D01CCC60486CAD60068D4B7 = {
+ buildPhases = (
+ 8D01CCC70486CAD60068D4B7,
+ 8D01CCC90486CAD60068D4B7,
+ 8D01CCCB0486CAD60068D4B7,
+ 8D01CCCD0486CAD60068D4B7,
+ 8D01CCCF0486CAD60068D4B7,
+ 0C01261907AC3CE1009EC388,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ DEPLOYMENT_LOCATION = NO;
+ EXPORTED_SYMBOLS_FILE = audiounit.exp;
+ FRAMEWORK_SEARCH_PATHS = /Volumes/DATA/subversion/svn/vstgui/drawtest/mac;
+ GCC_ENABLE_TRIGRAPHS = NO;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "${SRCROOT}/xcode_au_prefix.h";
+ GCC_PREPROCESSOR_DEFINITIONS = "";
+ GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ GENERATE_PKGINFO_FILE = YES;
+ HEADER_SEARCH_PATHS = "${SRCROOT}/resources ${SRCROOT}/mac ${SRCROOT}/source ${SRCROOT}/../../vstgui";
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/";
+ LIBRARY_SEARCH_PATHS = "";
+ LIBRARY_STYLE = Bundle;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-bundle";
+ OTHER_REZFLAGS = "-I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase";
+ PRODUCT_NAME = drawtest;
+ REZ_SEARCH_PATHS = "/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase";
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+ WRAPPER_EXTENSION = component;
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = AudioUnit;
+ productInstallPath = "$(HOME)/Library/Bundles";
+ productName = drawtest;
+ productReference = 8D01CCD20486CAD60068D4B7;
+ productType = "com.apple.product-type.bundle";
+ };
+ 8D01CCC70486CAD60068D4B7 = {
+ buildActionMask = 2147483647;
+ files = (
+ 8BA05AAF072073D300365D66,
+ 8BA05AB1072073D300365D66,
+ 8BA05AB3072073D300365D66,
+ 8BA05AB5072073D300365D66,
+ 8BA05AB8072073D300365D66,
+ 8BA05ABA072073D300365D66,
+ 8BA05ABC072073D300365D66,
+ 8BA05ABE072073D300365D66,
+ 8BA05AC1072073D300365D66,
+ 8BA05AC3072073D300365D66,
+ 8BA05AC5072073D300365D66,
+ 8BA05AC7072073D300365D66,
+ 8BA05AD3072073D300365D66,
+ 8BA05AD5072073D300365D66,
+ 8BA05AD6072073D300365D66,
+ 8BA05AD7072073D300365D66,
+ 8BA05AD8072073D300365D66,
+ 8BA05AE60720742100365D66,
+ 8BA05AE80720742100365D66,
+ 8BA05AEA0720742100365D66,
+ 8BA05B080720754400365D66,
+ 0CF355C707B173A3002BFE50,
+ 0CF355C907B173A3002BFE50,
+ 0CF355CB07B173A3002BFE50,
+ 0CF355CD07B173A3002BFE50,
+ 0CF355FE07B17600002BFE50,
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 8D01CCC90486CAD60068D4B7 = {
+ buildActionMask = 2147483647;
+ files = (
+ 0CF3555507B17126002BFE50,
+ 0CF3555607B17126002BFE50,
+ 0CF3555707B17126002BFE50,
+ 0CF3555807B17126002BFE50,
+ 0CF3555907B17126002BFE50,
+ 0CF3555A07B17126002BFE50,
+ 0CF3555B07B17126002BFE50,
+ 0CF3555C07B17126002BFE50,
+ 0CF3555D07B17126002BFE50,
+ 0CF3555E07B17126002BFE50,
+ 0CF3555F07B17126002BFE50,
+ 0CF3556007B17126002BFE50,
+ 0CF3556107B17126002BFE50,
+ 0CF3556207B17126002BFE50,
+ 0CF3556307B17126002BFE50,
+ 0CF3556407B17126002BFE50,
+ 0CF3556507B17126002BFE50,
+ 0CF3556607B17126002BFE50,
+ 0CF3556707B17126002BFE50,
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 8D01CCCB0486CAD60068D4B7 = {
+ buildActionMask = 2147483647;
+ files = (
+ 8BA05AAE072073D300365D66,
+ 8BA05AB0072073D300365D66,
+ 8BA05AB2072073D300365D66,
+ 8BA05AB4072073D300365D66,
+ 8BA05AB7072073D300365D66,
+ 8BA05AB9072073D300365D66,
+ 8BA05ABB072073D300365D66,
+ 8BA05ABD072073D300365D66,
+ 8BA05ABF072073D300365D66,
+ 8BA05AC0072073D300365D66,
+ 8BA05AC2072073D300365D66,
+ 8BA05AC6072073D300365D66,
+ 8BA05AD2072073D300365D66,
+ 8BA05AD4072073D300365D66,
+ 8BA05AE50720742100365D66,
+ 8BA05AE70720742100365D66,
+ 8BA05AE90720742100365D66,
+ 8BA05B070720754400365D66,
+ 0C01253807AC359F009EC388,
+ 0C01253A07AC359F009EC388,
+ 0C01253C07AC359F009EC388,
+ 0C01253E07AC359F009EC388,
+ 0C01254007AC359F009EC388,
+ 0CF355C607B173A3002BFE50,
+ 0CF355C807B173A3002BFE50,
+ 0CF355CA07B173A3002BFE50,
+ 0CF355CC07B173A3002BFE50,
+ 0CF355FD07B17600002BFE50,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 8D01CCCD0486CAD60068D4B7 = {
+ buildActionMask = 2147483647;
+ files = (
+ 8D01CCCE0486CAD60068D4B7,
+ 8BA05AFC072074E100365D66,
+ 8BA05B02072074F900365D66,
+ 0C1C289A07AC2824007128C4,
+ 0C1C289C07AC283C007128C4,
+ F40BD99707D3B28F00E1073A,
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 8D01CCCE0486CAD60068D4B7 = {
+ fileRef = 08EA7FFBFE8413EDC02AAC07;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 8D01CCCF0486CAD60068D4B7 = {
+ buildActionMask = 2147483647;
+ files = (
+ 0C01262107AC3D21009EC388,
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 8D01CCD20486CAD60068D4B7 = {
+ explicitFileType = wrapper.cfbundle;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = drawtest.component;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+//8D0
+//8D1
+//8D2
+//8D3
+//8D4
+//F40
+//F41
+//F42
+//F43
+//F44
+ F40BD99607D3B28F00E1073A = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = AudioUnit.framework;
+ path = /Volumes/DATA/subversion/svn/vstgui/drawtest/mac/AudioUnit.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ F40BD99707D3B28F00E1073A = {
+ fileRef = F40BD99607D3B28F00E1073A;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1D007B2320800010DAD = {
+ buildActionMask = 2147483647;
+ files = (
+ F4C9F1EE07B2332100010DAD,
+ F4C9F1EF07B2332200010DAD,
+ F4C9F1F007B2332200010DAD,
+ F4C9F1F107B2332300010DAD,
+ F4C9F1F207B2332400010DAD,
+ F4C9F1F307B2332400010DAD,
+ F4C9F1F407B2332500010DAD,
+ F4C9F1F507B2332500010DAD,
+ F4C9F1F607B2332600010DAD,
+ F4C9F1F707B2332700010DAD,
+ F4C9F1F807B2332700010DAD,
+ F4C9F1F907B2332800010DAD,
+ F4C9F1FA07B2332900010DAD,
+ F4C9F1FB07B2332A00010DAD,
+ F4C9F1FC07B2332B00010DAD,
+ F4C9F1FD07B2332B00010DAD,
+ F4C9F1FE07B2332C00010DAD,
+ F4C9F1FF07B2332C00010DAD,
+ F4C9F20007B2332D00010DAD,
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F4C9F1D107B2320800010DAD = {
+ buildActionMask = 2147483647;
+ files = (
+ F4C9F1D607B232A100010DAD,
+ F4C9F1D807B232A300010DAD,
+ F4C9F1DC07B232A500010DAD,
+ F4C9F1DE07B232A600010DAD,
+ F4C9F1E607B232D600010DAD,
+ F4C9F1E707B232D600010DAD,
+ F4C9F20607B2335F00010DAD,
+ F4C9F46E07B2378600010DAD,
+ F4C9F46F07B2378800010DAD,
+ F4C9F47007B2378900010DAD,
+ F4C9F47107B2378B00010DAD,
+ F4C9F47207B2378D00010DAD,
+ F4C9F47407B2379F00010DAD,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F4C9F1D207B2320800010DAD = {
+ buildActionMask = 2147483647;
+ files = (
+ F4C9F21C07B2339F00010DAD,
+ F4C9F21D07B233A100010DAD,
+ F4C9F21E07B233A100010DAD,
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F4C9F1D307B2320800010DAD = {
+ buildPhases = (
+ F4C9F1D007B2320800010DAD,
+ F4C9F1D107B2320800010DAD,
+ F4C9F1D207B2320800010DAD,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = xcode_vst_prefix.h;
+ GENERATE_PKGINFO_FILE = YES;
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = "$(USER_LIBRARY_DIR)/Audio/Plug-Ins/VST";
+ LIBRARY_STYLE = BUNDLE;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = drawtest;
+ SECTORDER_FLAGS = "";
+ SKIP_INSTALL = NO;
+ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+ WRAPPER_EXTENSION = vst;
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = VST;
+ productName = "drawtest VST";
+ productReference = F4C9F1D407B2320800010DAD;
+ productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
+<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
+<plist version=\"1.0\">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>drawtest VST</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.drawtest_VST</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CSResourcesFileMapped</key>
+ <string>yes</string>
+</dict>
+</plist>
+";
+ productType = "com.apple.product-type.bundle";
+ };
+ F4C9F1D407B2320800010DAD = {
+ explicitFileType = wrapper.cfbundle;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = drawtest.vst;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F4C9F1D607B232A100010DAD = {
+ fileRef = 0C01252807AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1D807B232A300010DAD = {
+ fileRef = 0C01252A07AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1DC07B232A500010DAD = {
+ fileRef = 0C01252E07AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1DE07B232A600010DAD = {
+ fileRef = 0C01253007AC359F009EC388;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1E107B232B900010DAD = {
+ children = (
+ F4C9F1E307B232D600010DAD,
+ F4C9F1E407B232D600010DAD,
+ );
+ isa = PBXGroup;
+ name = "VST SDK 2.3";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F4C9F1E307B232D600010DAD = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = AudioEffect.cpp;
+ path = ../vstsdk2.3/AudioEffect.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F4C9F1E407B232D600010DAD = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = audioeffectx.cpp;
+ path = ../vstsdk2.3/audioeffectx.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F4C9F1E607B232D600010DAD = {
+ fileRef = F4C9F1E307B232D600010DAD;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1E707B232D600010DAD = {
+ fileRef = F4C9F1E407B232D600010DAD;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1EE07B2332100010DAD = {
+ fileRef = 0CF3554207B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1EF07B2332200010DAD = {
+ fileRef = 0CF3554307B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F007B2332200010DAD = {
+ fileRef = 0CF3554407B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F107B2332300010DAD = {
+ fileRef = 0CF3554607B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F207B2332400010DAD = {
+ fileRef = 0CF3554507B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F307B2332400010DAD = {
+ fileRef = 0CF3554707B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F407B2332500010DAD = {
+ fileRef = 0CF3554807B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F507B2332500010DAD = {
+ fileRef = 0CF3554907B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F607B2332600010DAD = {
+ fileRef = 0CF3554A07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F707B2332700010DAD = {
+ fileRef = 0CF3554B07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F807B2332700010DAD = {
+ fileRef = 0CF3554C07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1F907B2332800010DAD = {
+ fileRef = 0CF3554D07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1FA07B2332900010DAD = {
+ fileRef = 0CF3554E07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1FB07B2332A00010DAD = {
+ fileRef = 0CF3554F07B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1FC07B2332B00010DAD = {
+ fileRef = 0CF3555007B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1FD07B2332B00010DAD = {
+ fileRef = 0CF3555107B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1FE07B2332C00010DAD = {
+ fileRef = 0CF3555207B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F1FF07B2332C00010DAD = {
+ fileRef = 0CF3555407B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F20007B2332D00010DAD = {
+ fileRef = 0CF3555307B17126002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F20407B2335F00010DAD = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = aeffguieditor.cpp;
+ path = ../../vstgui/aeffguieditor.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F4C9F20607B2335F00010DAD = {
+ fileRef = F4C9F20407B2335F00010DAD;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F21C07B2339F00010DAD = {
+ fileRef = 08EA7FFBFE8413EDC02AAC07;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F21D07B233A100010DAD = {
+ fileRef = 0C1C289B07AC283C007128C4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F21E07B233A100010DAD = {
+ fileRef = 0C1C289907AC2824007128C4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F46E07B2378600010DAD = {
+ fileRef = 0CF355FB07B17600002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F46F07B2378800010DAD = {
+ fileRef = 0CF355BE07B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F47007B2378900010DAD = {
+ fileRef = 0CF355C007B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F47107B2378B00010DAD = {
+ fileRef = 0CF355C207B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F47207B2378D00010DAD = {
+ fileRef = 0CF355C407B173A3002BFE50;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F4C9F47307B2379F00010DAD = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.cpp.cpp;
+ name = pdrawtestmain.cpp;
+ path = ../source/pdrawtestmain.cpp;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F4C9F47407B2379F00010DAD = {
+ fileRef = F4C9F47307B2379F00010DAD;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ };
+ rootObject = 089C1669FE841209C02AAC07;
+}
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_au_prefix.h b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_au_prefix.h
new file mode 100644
index 0000000..4465d96
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_au_prefix.h
@@ -0,0 +1,8 @@
+#define PLUGGUI 1
+#define AU 1
+#define PluginGUIEditor AEffGUIEditor
+#include "vstplugsquartz.h"
+
+#include <Carbon/Carbon.h>
+#include <AudioUnit/AudioUnit.h>
+#include "vstgui.h"
diff --git a/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_vst_prefix.h b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_vst_prefix.h
new file mode 100644
index 0000000..5b55590
--- /dev/null
+++ b/vendor/vstsdk2.4/vstgui.sf/drawtest/mac/xcode_vst_prefix.h
@@ -0,0 +1,4 @@
+#include "vstplugsquartz.h"
+
+#include <Carbon/Carbon.h>
+#include "vstgui.h"