@@ -1,28 +0,0 @@ | |||||
<?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>DemoJuceAudioUnit</string> | |||||
<key>CFBundleGetInfoString</key> | |||||
<string></string> | |||||
<key>CFBundleIconFile</key> | |||||
<string></string> | |||||
<key>CFBundleIdentifier</key> | |||||
<string>com.rawmaterialsoftware.JuceAUDemo</string> | |||||
<key>CFBundleInfoDictionaryVersion</key> | |||||
<string>6.0</string> | |||||
<key>CFBundleName</key> | |||||
<string>Juce Audio Unit Demo</string> | |||||
<key>CFBundlePackageType</key> | |||||
<string>BNDL</string> | |||||
<key>CFBundleShortVersionString</key> | |||||
<string></string> | |||||
<key>CFBundleSignature</key> | |||||
<string>????</string> | |||||
<key>CFBundleVersion</key> | |||||
<string>1.0.0</string> | |||||
</dict> | |||||
</plist> |
@@ -1,8 +0,0 @@ | |||||
# | |||||
# This file must contain the AU component's entry point. | |||||
# | |||||
# Your JucePluginCharacteristics.h file must define the prefix used for this | |||||
# function name - for more info, see the comments in JucePluginCharacteristics.h | |||||
# | |||||
_JuceDemoAUEntry |
@@ -1,573 +0,0 @@ | |||||
// !$*UTF8*$! | |||||
{ | |||||
archiveVersion = 1; | |||||
classes = { | |||||
}; | |||||
objectVersion = 42; | |||||
objects = { | |||||
/* Begin PBXBuildFile section */ | |||||
3E8BF10B079CA60300021B09 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D199FF03175E1E01CA2136 /* AUEffectBase.h */; }; | |||||
3E8BF10C079CA60300021B09 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D19A0F03175E1E01CA2136 /* AUBuffer.h */; }; | |||||
3E8BF10D079CA60300021B09 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D19A6903175E8C01CA2136 /* CAStreamBasicDescription.h */; }; | |||||
3E8BF10E079CA60300021B09 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 7967EF8C04D70E7C00C625F7 /* CAAudioChannelLayout.h */; }; | |||||
3E8BF119079CA60300021B09 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D199FE03175E1E01CA2136 /* AUEffectBase.cpp */; }; | |||||
3E8BF11A079CA60300021B09 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D19A0E03175E1E01CA2136 /* AUBuffer.cpp */; }; | |||||
3E8BF11B079CA60300021B09 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7967EF8B04D70E7C00C625F7 /* CAAudioChannelLayout.cpp */; }; | |||||
3E8BF11C079CA60300021B09 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7967EF8D04D70E7C00C625F7 /* CAStreamBasicDescription.cpp */; }; | |||||
840BE1CD0EACFEC400824B1D /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 840BE1CC0EACFEC400824B1D /* QTKit.framework */; }; | |||||
84581F8F0D917FC700AE1A4C /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84581F820D917FC700AE1A4C /* AUBase.cpp */; }; | |||||
84581F900D917FC700AE1A4C /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 84581F830D917FC700AE1A4C /* AUBase.h */; }; | |||||
84581F910D917FC700AE1A4C /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84581F840D917FC700AE1A4C /* AUDispatch.cpp */; }; | |||||
84581F920D917FC700AE1A4C /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 84581F850D917FC700AE1A4C /* AUDispatch.h */; }; | |||||
84581F930D917FC700AE1A4C /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84581F860D917FC700AE1A4C /* AUInputElement.cpp */; }; | |||||
84581F940D917FC700AE1A4C /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 84581F870D917FC700AE1A4C /* AUInputElement.h */; }; | |||||
84581F950D917FC700AE1A4C /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84581F880D917FC700AE1A4C /* AUOutputElement.cpp */; }; | |||||
84581F960D917FC700AE1A4C /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 84581F890D917FC700AE1A4C /* AUOutputElement.h */; }; | |||||
84581F980D917FC700AE1A4C /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84581F8B0D917FC700AE1A4C /* AUScopeElement.cpp */; }; | |||||
84581F990D917FC700AE1A4C /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 84581F8C0D917FC700AE1A4C /* AUScopeElement.h */; }; | |||||
84581F9A0D917FC700AE1A4C /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84581F8D0D917FC700AE1A4C /* ComponentBase.cpp */; }; | |||||
84581F9B0D917FC700AE1A4C /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 84581F8E0D917FC700AE1A4C /* ComponentBase.h */; }; | |||||
846EC62C0EB601D80080CCFF /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 846EC62B0EB601D80080CCFF /* QuickTime.framework */; }; | |||||
84B4CDD10C7DD23B0083122F /* MusicDeviceBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B4CDCF0C7DD23B0083122F /* MusicDeviceBase.cpp */; }; | |||||
84B4CDD20C7DD23B0083122F /* MusicDeviceBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 84B4CDD00C7DD23B0083122F /* MusicDeviceBase.h */; }; | |||||
84C09D2A0DE2C52600606895 /* includes.h in Headers */ = {isa = PBXBuildFile; fileRef = 84C09D290DE2C52600606895 /* includes.h */; }; | |||||
84C09D3F0DE2C57300606895 /* juce_amalgamated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84C09D3E0DE2C57300606895 /* juce_amalgamated.mm */; }; | |||||
84C0A2A20DE2C7BD00606895 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2940DE2C7BD00606895 /* ApplicationServices.framework */; }; | |||||
84C0A2A30DE2C7BD00606895 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2950DE2C7BD00606895 /* AudioUnit.framework */; }; | |||||
84C0A2A40DE2C7BD00606895 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2960DE2C7BD00606895 /* Carbon.framework */; }; | |||||
84C0A2A50DE2C7BD00606895 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2970DE2C7BD00606895 /* Cocoa.framework */; }; | |||||
84C0A2A60DE2C7BD00606895 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2980DE2C7BD00606895 /* CoreAudio.framework */; }; | |||||
84C0A2A70DE2C7BD00606895 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2990DE2C7BD00606895 /* CoreFoundation.framework */; }; | |||||
84C0A2A80DE2C7BD00606895 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A29A0DE2C7BD00606895 /* CoreMIDI.framework */; }; | |||||
84C0A2A90DE2C7BD00606895 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A29B0DE2C7BD00606895 /* CoreServices.framework */; }; | |||||
84C0A2AA0DE2C7BD00606895 /* DiscRecording.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A29C0DE2C7BD00606895 /* DiscRecording.framework */; }; | |||||
84C0A2AB0DE2C7BD00606895 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A29D0DE2C7BD00606895 /* IOKit.framework */; }; | |||||
84C0A2AC0DE2C7BD00606895 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A29E0DE2C7BD00606895 /* OpenGL.framework */; }; | |||||
84C0A2AE0DE2C7BD00606895 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2A00DE2C7BD00606895 /* WebKit.framework */; }; | |||||
84C0A2B30DE2C80200606895 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2B20DE2C80200606895 /* AudioToolbox.framework */; }; | |||||
84CFAF10090965080053C22C /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF64FA42057BC39200D99563 /* CAAUParameter.cpp */; }; | |||||
84CFB029090968590053C22C /* DemoJuceAudioUnit.component in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3E8BF126079CA60300021B09 /* DemoJuceAudioUnit.component */; }; | |||||
84EB400B090A4A2C008FAC1B /* juce_AudioUnitWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84EB4009090A4A2C008FAC1B /* juce_AudioUnitWrapper.mm */; }; | |||||
84EB400C090A4A2C008FAC1B /* juce_AudioUnitWrapper.r in Rez */ = {isa = PBXBuildFile; fileRef = 84EB400A090A4A2C008FAC1B /* juce_AudioUnitWrapper.r */; }; | |||||
84EB4042090A4F5A008FAC1B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4E5DC280898301D00589A5A /* CAVectorUnit.cpp */; }; | |||||
84EB404E090A5116008FAC1B /* JucePluginCharacteristics.h in Headers */ = {isa = PBXBuildFile; fileRef = 84EB404D090A5116008FAC1B /* JucePluginCharacteristics.h */; }; | |||||
84F054E80906C8DD00AEC8DB /* AUMIDIBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84F054E40906C8DD00AEC8DB /* AUMIDIBase.cpp */; }; | |||||
84F054E90906C8DD00AEC8DB /* AUMIDIBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F054E50906C8DD00AEC8DB /* AUMIDIBase.h */; }; | |||||
84F054EA0906C8DD00AEC8DB /* AUMIDIEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84F054E60906C8DD00AEC8DB /* AUMIDIEffectBase.cpp */; }; | |||||
84F054EB0906C8DD00AEC8DB /* AUMIDIEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F054E70906C8DD00AEC8DB /* AUMIDIEffectBase.h */; }; | |||||
84F055010906E9EA00AEC8DB /* DemoEditorComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84F054FD0906E9EA00AEC8DB /* DemoEditorComponent.cpp */; }; | |||||
84F055020906E9EA00AEC8DB /* DemoEditorComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F054FE0906E9EA00AEC8DB /* DemoEditorComponent.h */; }; | |||||
84F055030906E9EA00AEC8DB /* DemoJuceFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84F054FF0906E9EA00AEC8DB /* DemoJuceFilter.cpp */; }; | |||||
84F055040906E9EA00AEC8DB /* DemoJuceFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F055000906E9EA00AEC8DB /* DemoJuceFilter.h */; }; | |||||
84F055260906FBCF00AEC8DB /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F055250906FBCF00AEC8DB /* AUSilentTimeout.h */; }; | |||||
A9E885EA0874B5BF00B2DFE8 /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = A9E885E90874B5BF00B2DFE8 /* CAThreadSafeList.h */; }; | |||||
F4E5DC2C0898301D00589A5A /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E5DC290898301D00589A5A /* CAVectorUnit.h */; }; | |||||
F4E5DC2D0898301D00589A5A /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E5DC2A0898301D00589A5A /* CAVectorUnitTypes.h */; }; | |||||
/* End PBXBuildFile section */ | |||||
/* Begin PBXCopyFilesBuildPhase section */ | |||||
84CFB0240909684B0053C22C /* CopyFiles */ = { | |||||
isa = PBXCopyFilesBuildPhase; | |||||
buildActionMask = 12; | |||||
dstPath = "$HOME/Library/Audio/Plug-Ins/Components"; | |||||
dstSubfolderSpec = 0; | |||||
files = ( | |||||
84CFB029090968590053C22C /* DemoJuceAudioUnit.component in CopyFiles */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXCopyFilesBuildPhase section */ | |||||
/* Begin PBXFileReference section */ | |||||
3E8BF126079CA60300021B09 /* DemoJuceAudioUnit.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DemoJuceAudioUnit.component; sourceTree = BUILT_PRODUCTS_DIR; }; | |||||
7967EF8B04D70E7C00C625F7 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = "<group>"; }; | |||||
7967EF8C04D70E7C00C625F7 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = "<group>"; }; | |||||
7967EF8D04D70E7C00C625F7 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = "<group>"; }; | |||||
840BE1CC0EACFEC400824B1D /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||||
84581F820D917FC700AE1A4C /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBase.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp; sourceTree = "<absolute>"; }; | |||||
84581F830D917FC700AE1A4C /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBase.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.h; sourceTree = "<absolute>"; }; | |||||
84581F840D917FC700AE1A4C /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUDispatch.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUDispatch.cpp; sourceTree = "<absolute>"; }; | |||||
84581F850D917FC700AE1A4C /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUDispatch.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUDispatch.h; sourceTree = "<absolute>"; }; | |||||
84581F860D917FC700AE1A4C /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUInputElement.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUInputElement.cpp; sourceTree = "<absolute>"; }; | |||||
84581F870D917FC700AE1A4C /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUInputElement.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUInputElement.h; sourceTree = "<absolute>"; }; | |||||
84581F880D917FC700AE1A4C /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUOutputElement.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUOutputElement.cpp; sourceTree = "<absolute>"; }; | |||||
84581F890D917FC700AE1A4C /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUOutputElement.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUOutputElement.h; sourceTree = "<absolute>"; }; | |||||
84581F8B0D917FC700AE1A4C /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUScopeElement.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUScopeElement.cpp; sourceTree = "<absolute>"; }; | |||||
84581F8C0D917FC700AE1A4C /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUScopeElement.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUScopeElement.h; sourceTree = "<absolute>"; }; | |||||
84581F8D0D917FC700AE1A4C /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentBase.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp; sourceTree = "<absolute>"; }; | |||||
84581F8E0D917FC700AE1A4C /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ComponentBase.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.h; sourceTree = "<absolute>"; }; | |||||
845FAE5E0A5C0A6A008C94D8 /* juce.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; name = juce.xcconfig; path = ../../../../../build/macosx/juce.xcconfig; sourceTree = SOURCE_ROOT; }; | |||||
846EC62B0EB601D80080CCFF /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||||
84B4CDCF0C7DD23B0083122F /* MusicDeviceBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = MusicDeviceBase.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/OtherBases/MusicDeviceBase.cpp; sourceTree = "<absolute>"; }; | |||||
84B4CDD00C7DD23B0083122F /* MusicDeviceBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MusicDeviceBase.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/OtherBases/MusicDeviceBase.h; sourceTree = "<absolute>"; }; | |||||
84C09D290DE2C52600606895 /* includes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = includes.h; path = ../../src/includes.h; sourceTree = SOURCE_ROOT; }; | |||||
84C09D3E0DE2C57300606895 /* juce_amalgamated.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_amalgamated.mm; path = ../../../../../juce_amalgamated.mm; sourceTree = SOURCE_ROOT; }; | |||||
84C0A2940DE2C7BD00606895 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2950DE2C7BD00606895 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2960DE2C7BD00606895 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2970DE2C7BD00606895 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2980DE2C7BD00606895 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2990DE2C7BD00606895 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; | |||||
84C0A29A0DE2C7BD00606895 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||||
84C0A29B0DE2C7BD00606895 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; | |||||
84C0A29C0DE2C7BD00606895 /* DiscRecording.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||||
84C0A29D0DE2C7BD00606895 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A29E0DE2C7BD00606895 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2A00DE2C7BD00606895 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2B20DE2C80200606895 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; }; | |||||
84EB4009090A4A2C008FAC1B /* juce_AudioUnitWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 2; name = juce_AudioUnitWrapper.mm; path = ../../../wrapper/formats/AudioUnit/juce_AudioUnitWrapper.mm; sourceTree = SOURCE_ROOT; }; | |||||
84EB400A090A4A2C008FAC1B /* juce_AudioUnitWrapper.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; name = juce_AudioUnitWrapper.r; path = ../../../wrapper/formats/AudioUnit/juce_AudioUnitWrapper.r; sourceTree = SOURCE_ROOT; }; | |||||
84EB404D090A5116008FAC1B /* JucePluginCharacteristics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JucePluginCharacteristics.h; path = ../../src/JucePluginCharacteristics.h; sourceTree = SOURCE_ROOT; }; | |||||
84F05215090674BB00AEC8DB /* Info-JuceAU.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "Info-JuceAU.plist"; sourceTree = "<group>"; }; | |||||
84F05217090674BB00AEC8DB /* JuceAU.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = JuceAU.exp; sourceTree = "<group>"; }; | |||||
84F054E40906C8DD00AEC8DB /* AUMIDIBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AUMIDIBase.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/OtherBases/AUMIDIBase.cpp; sourceTree = "<absolute>"; }; | |||||
84F054E50906C8DD00AEC8DB /* AUMIDIBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AUMIDIBase.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/OtherBases/AUMIDIBase.h; sourceTree = "<absolute>"; }; | |||||
84F054E60906C8DD00AEC8DB /* AUMIDIEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AUMIDIEffectBase.cpp; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/OtherBases/AUMIDIEffectBase.cpp; sourceTree = "<absolute>"; }; | |||||
84F054E70906C8DD00AEC8DB /* AUMIDIEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AUMIDIEffectBase.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/OtherBases/AUMIDIEffectBase.h; sourceTree = "<absolute>"; }; | |||||
84F054FD0906E9EA00AEC8DB /* DemoEditorComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DemoEditorComponent.cpp; path = ../../src/DemoEditorComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||||
84F054FE0906E9EA00AEC8DB /* DemoEditorComponent.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DemoEditorComponent.h; path = ../../src/DemoEditorComponent.h; sourceTree = SOURCE_ROOT; }; | |||||
84F054FF0906E9EA00AEC8DB /* DemoJuceFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DemoJuceFilter.cpp; path = ../../src/DemoJuceFilter.cpp; sourceTree = SOURCE_ROOT; }; | |||||
84F055000906E9EA00AEC8DB /* DemoJuceFilter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DemoJuceFilter.h; path = ../../src/DemoJuceFilter.h; sourceTree = SOURCE_ROOT; }; | |||||
84F055250906FBCF00AEC8DB /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AUSilentTimeout.h; path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic/Utility/AUSilentTimeout.h; sourceTree = "<absolute>"; }; | |||||
A3C2CC6105B4A4BE000F141E /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = "<group>"; }; | |||||
A9E885E90874B5BF00B2DFE8 /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = "<group>"; }; | |||||
EF64FA42057BC39200D99563 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = "<group>"; }; | |||||
EF64FA43057BC39200D99563 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = "<group>"; }; | |||||
F4E5DC280898301D00589A5A /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = "<group>"; }; | |||||
F4E5DC290898301D00589A5A /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = "<group>"; }; | |||||
F4E5DC2A0898301D00589A5A /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = "<group>"; }; | |||||
F5D199FE03175E1E01CA2136 /* AUEffectBase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = "<group>"; }; | |||||
F5D199FF03175E1E01CA2136 /* AUEffectBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = "<group>"; }; | |||||
F5D19A0E03175E1E01CA2136 /* AUBuffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = "<group>"; }; | |||||
F5D19A0F03175E1E01CA2136 /* AUBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = "<group>"; }; | |||||
F5D19A6903175E8C01CA2136 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = "<group>"; }; | |||||
/* End PBXFileReference section */ | |||||
/* Begin PBXFrameworksBuildPhase section */ | |||||
3E8BF11E079CA60300021B09 /* Frameworks */ = { | |||||
isa = PBXFrameworksBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
84C0A2A20DE2C7BD00606895 /* ApplicationServices.framework in Frameworks */, | |||||
84C0A2A30DE2C7BD00606895 /* AudioUnit.framework in Frameworks */, | |||||
84C0A2A40DE2C7BD00606895 /* Carbon.framework in Frameworks */, | |||||
84C0A2A50DE2C7BD00606895 /* Cocoa.framework in Frameworks */, | |||||
84C0A2A60DE2C7BD00606895 /* CoreAudio.framework in Frameworks */, | |||||
84C0A2A70DE2C7BD00606895 /* CoreFoundation.framework in Frameworks */, | |||||
84C0A2A80DE2C7BD00606895 /* CoreMIDI.framework in Frameworks */, | |||||
84C0A2A90DE2C7BD00606895 /* CoreServices.framework in Frameworks */, | |||||
84C0A2AA0DE2C7BD00606895 /* DiscRecording.framework in Frameworks */, | |||||
84C0A2AB0DE2C7BD00606895 /* IOKit.framework in Frameworks */, | |||||
84C0A2AC0DE2C7BD00606895 /* OpenGL.framework in Frameworks */, | |||||
84C0A2AE0DE2C7BD00606895 /* WebKit.framework in Frameworks */, | |||||
84C0A2B30DE2C80200606895 /* AudioToolbox.framework in Frameworks */, | |||||
840BE1CD0EACFEC400824B1D /* QTKit.framework in Frameworks */, | |||||
846EC62C0EB601D80080CCFF /* QuickTime.framework in Frameworks */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXFrameworksBuildPhase section */ | |||||
/* Begin PBXGroup section */ | |||||
84EB403B090A4ED3008FAC1B /* Juce AU Code */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84EB4009090A4A2C008FAC1B /* juce_AudioUnitWrapper.mm */, | |||||
84EB400A090A4A2C008FAC1B /* juce_AudioUnitWrapper.r */, | |||||
); | |||||
name = "Juce AU Code"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
84F0516D09066DB800AEC8DB /* Plugin Code */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84F054FD0906E9EA00AEC8DB /* DemoEditorComponent.cpp */, | |||||
84F054FE0906E9EA00AEC8DB /* DemoEditorComponent.h */, | |||||
84F054FF0906E9EA00AEC8DB /* DemoJuceFilter.cpp */, | |||||
84F055000906E9EA00AEC8DB /* DemoJuceFilter.h */, | |||||
84EB404D090A5116008FAC1B /* JucePluginCharacteristics.h */, | |||||
84C09D290DE2C52600606895 /* includes.h */, | |||||
84C09D3E0DE2C57300606895 /* juce_amalgamated.mm */, | |||||
84F05215090674BB00AEC8DB /* Info-JuceAU.plist */, | |||||
84F05217090674BB00AEC8DB /* JuceAU.exp */, | |||||
); | |||||
name = "Plugin Code"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
84F0516E09066DC900AEC8DB /* Wrapper Code */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84EB403B090A4ED3008FAC1B /* Juce AU Code */, | |||||
F5AA99C50281A64501C34293 /* Apple AU Code */, | |||||
); | |||||
name = "Wrapper Code"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
A3C2CC6005B4A4BE000F141E /* AUViewBase */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
A3C2CC6105B4A4BE000F141E /* AUViewLocalizedStringKeys.h */, | |||||
); | |||||
path = AUViewBase; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
F5AA99B60281A61201C34293 = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
F5D199EA03175DB401CA2136 /* Source */, | |||||
845FAE5E0A5C0A6A008C94D8 /* juce.xcconfig */, | |||||
F5AA99C40281A62C01C34293 /* Products */, | |||||
F5AA9E890281AAC901C34293 /* Frameworks */, | |||||
); | |||||
sourceTree = "<group>"; | |||||
}; | |||||
F5AA99C40281A62C01C34293 /* Products */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
3E8BF126079CA60300021B09 /* DemoJuceAudioUnit.component */, | |||||
); | |||||
name = Products; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
F5AA99C50281A64501C34293 /* Apple AU Code */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
F5D199EB03175E1E01CA2136 /* AUBase */, | |||||
A3C2CC6005B4A4BE000F141E /* AUViewBase */, | |||||
F5D199FD03175E1E01CA2136 /* OtherBases */, | |||||
F5D19A0C03175E1E01CA2136 /* Utility */, | |||||
F5D19A3603175E8C01CA2136 /* PublicUtility */, | |||||
); | |||||
name = "Apple AU Code"; | |||||
path = /Developer/Examples/CoreAudio/AudioUnits/AUPublic; | |||||
sourceTree = "<absolute>"; | |||||
}; | |||||
F5AA9E890281AAC901C34293 /* Frameworks */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84C0A2B20DE2C80200606895 /* AudioToolbox.framework */, | |||||
84C0A2940DE2C7BD00606895 /* ApplicationServices.framework */, | |||||
84C0A2950DE2C7BD00606895 /* AudioUnit.framework */, | |||||
84C0A2960DE2C7BD00606895 /* Carbon.framework */, | |||||
84C0A2970DE2C7BD00606895 /* Cocoa.framework */, | |||||
84C0A2980DE2C7BD00606895 /* CoreAudio.framework */, | |||||
84C0A2990DE2C7BD00606895 /* CoreFoundation.framework */, | |||||
84C0A29A0DE2C7BD00606895 /* CoreMIDI.framework */, | |||||
84C0A29B0DE2C7BD00606895 /* CoreServices.framework */, | |||||
84C0A29C0DE2C7BD00606895 /* DiscRecording.framework */, | |||||
840BE1CC0EACFEC400824B1D /* QTKit.framework */, | |||||
846EC62B0EB601D80080CCFF /* QuickTime.framework */, | |||||
84C0A29D0DE2C7BD00606895 /* IOKit.framework */, | |||||
84C0A29E0DE2C7BD00606895 /* OpenGL.framework */, | |||||
84C0A2A00DE2C7BD00606895 /* WebKit.framework */, | |||||
); | |||||
name = Frameworks; | |||||
path = /System/Library/Frameworks; | |||||
sourceTree = "<absolute>"; | |||||
}; | |||||
F5D199EA03175DB401CA2136 /* Source */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84F0516D09066DB800AEC8DB /* Plugin Code */, | |||||
84F0516E09066DC900AEC8DB /* Wrapper Code */, | |||||
); | |||||
name = Source; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
F5D199EB03175E1E01CA2136 /* AUBase */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84581F820D917FC700AE1A4C /* AUBase.cpp */, | |||||
84581F830D917FC700AE1A4C /* AUBase.h */, | |||||
84581F840D917FC700AE1A4C /* AUDispatch.cpp */, | |||||
84581F850D917FC700AE1A4C /* AUDispatch.h */, | |||||
84581F860D917FC700AE1A4C /* AUInputElement.cpp */, | |||||
84581F870D917FC700AE1A4C /* AUInputElement.h */, | |||||
84581F880D917FC700AE1A4C /* AUOutputElement.cpp */, | |||||
84581F890D917FC700AE1A4C /* AUOutputElement.h */, | |||||
84581F8B0D917FC700AE1A4C /* AUScopeElement.cpp */, | |||||
84581F8C0D917FC700AE1A4C /* AUScopeElement.h */, | |||||
84581F8D0D917FC700AE1A4C /* ComponentBase.cpp */, | |||||
84581F8E0D917FC700AE1A4C /* ComponentBase.h */, | |||||
); | |||||
path = AUBase; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
F5D199FD03175E1E01CA2136 /* OtherBases */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84F054E40906C8DD00AEC8DB /* AUMIDIBase.cpp */, | |||||
84F054E50906C8DD00AEC8DB /* AUMIDIBase.h */, | |||||
84F054E60906C8DD00AEC8DB /* AUMIDIEffectBase.cpp */, | |||||
84F054E70906C8DD00AEC8DB /* AUMIDIEffectBase.h */, | |||||
F5D199FE03175E1E01CA2136 /* AUEffectBase.cpp */, | |||||
F5D199FF03175E1E01CA2136 /* AUEffectBase.h */, | |||||
84B4CDCF0C7DD23B0083122F /* MusicDeviceBase.cpp */, | |||||
84B4CDD00C7DD23B0083122F /* MusicDeviceBase.h */, | |||||
); | |||||
path = OtherBases; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
F5D19A0C03175E1E01CA2136 /* Utility */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
F5D19A0E03175E1E01CA2136 /* AUBuffer.cpp */, | |||||
F5D19A0F03175E1E01CA2136 /* AUBuffer.h */, | |||||
84F055250906FBCF00AEC8DB /* AUSilentTimeout.h */, | |||||
); | |||||
path = Utility; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
F5D19A3603175E8C01CA2136 /* PublicUtility */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
F4E5DC280898301D00589A5A /* CAVectorUnit.cpp */, | |||||
F4E5DC290898301D00589A5A /* CAVectorUnit.h */, | |||||
F4E5DC2A0898301D00589A5A /* CAVectorUnitTypes.h */, | |||||
A9E885E90874B5BF00B2DFE8 /* CAThreadSafeList.h */, | |||||
7967EF8C04D70E7C00C625F7 /* CAAudioChannelLayout.h */, | |||||
7967EF8B04D70E7C00C625F7 /* CAAudioChannelLayout.cpp */, | |||||
F5D19A6903175E8C01CA2136 /* CAStreamBasicDescription.h */, | |||||
7967EF8D04D70E7C00C625F7 /* CAStreamBasicDescription.cpp */, | |||||
EF64FA42057BC39200D99563 /* CAAUParameter.cpp */, | |||||
EF64FA43057BC39200D99563 /* CAAUParameter.h */, | |||||
); | |||||
name = PublicUtility; | |||||
path = /Developer/Examples/CoreAudio/PublicUtility; | |||||
sourceTree = "<absolute>"; | |||||
}; | |||||
/* End PBXGroup section */ | |||||
/* Begin PBXHeadersBuildPhase section */ | |||||
3E8BF103079CA60300021B09 /* Headers */ = { | |||||
isa = PBXHeadersBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
3E8BF10B079CA60300021B09 /* AUEffectBase.h in Headers */, | |||||
3E8BF10C079CA60300021B09 /* AUBuffer.h in Headers */, | |||||
3E8BF10D079CA60300021B09 /* CAStreamBasicDescription.h in Headers */, | |||||
3E8BF10E079CA60300021B09 /* CAAudioChannelLayout.h in Headers */, | |||||
A9E885EA0874B5BF00B2DFE8 /* CAThreadSafeList.h in Headers */, | |||||
F4E5DC2C0898301D00589A5A /* CAVectorUnit.h in Headers */, | |||||
F4E5DC2D0898301D00589A5A /* CAVectorUnitTypes.h in Headers */, | |||||
84F054E90906C8DD00AEC8DB /* AUMIDIBase.h in Headers */, | |||||
84F054EB0906C8DD00AEC8DB /* AUMIDIEffectBase.h in Headers */, | |||||
84F055020906E9EA00AEC8DB /* DemoEditorComponent.h in Headers */, | |||||
84F055040906E9EA00AEC8DB /* DemoJuceFilter.h in Headers */, | |||||
84F055260906FBCF00AEC8DB /* AUSilentTimeout.h in Headers */, | |||||
84EB404E090A5116008FAC1B /* JucePluginCharacteristics.h in Headers */, | |||||
84B4CDD20C7DD23B0083122F /* MusicDeviceBase.h in Headers */, | |||||
84581F900D917FC700AE1A4C /* AUBase.h in Headers */, | |||||
84581F920D917FC700AE1A4C /* AUDispatch.h in Headers */, | |||||
84581F940D917FC700AE1A4C /* AUInputElement.h in Headers */, | |||||
84581F960D917FC700AE1A4C /* AUOutputElement.h in Headers */, | |||||
84581F990D917FC700AE1A4C /* AUScopeElement.h in Headers */, | |||||
84581F9B0D917FC700AE1A4C /* ComponentBase.h in Headers */, | |||||
84C09D2A0DE2C52600606895 /* includes.h in Headers */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXHeadersBuildPhase section */ | |||||
/* Begin PBXNativeTarget section */ | |||||
3E8BF102079CA60300021B09 /* JuceAU */ = { | |||||
isa = PBXNativeTarget; | |||||
buildConfigurationList = A9E884AD0874ABE600B2DFE8 /* Build configuration list for PBXNativeTarget "JuceAU" */; | |||||
buildPhases = ( | |||||
3E8BF103079CA60300021B09 /* Headers */, | |||||
3E8BF110079CA60300021B09 /* Resources */, | |||||
3E8BF111079CA60300021B09 /* Sources */, | |||||
3E8BF11E079CA60300021B09 /* Frameworks */, | |||||
3E8BF123079CA60300021B09 /* Rez */, | |||||
84CFB0240909684B0053C22C /* CopyFiles */, | |||||
); | |||||
buildRules = ( | |||||
); | |||||
dependencies = ( | |||||
); | |||||
name = JuceAU; | |||||
productInstallPath = "$(USER_LIBRARY_DIR)/Bundles"; | |||||
productName = MultitapAU; | |||||
productReference = 3E8BF126079CA60300021B09 /* DemoJuceAudioUnit.component */; | |||||
productType = "com.apple.product-type.bundle"; | |||||
}; | |||||
/* End PBXNativeTarget section */ | |||||
/* Begin PBXProject section */ | |||||
F5AA99BA0281A61201C34293 /* Project object */ = { | |||||
isa = PBXProject; | |||||
buildConfigurationList = A9E884B90874ABE600B2DFE8 /* Build configuration list for PBXProject "JuceDemoAU" */; | |||||
compatibilityVersion = "Xcode 2.4"; | |||||
hasScannedForEncodings = 1; | |||||
mainGroup = F5AA99B60281A61201C34293; | |||||
productRefGroup = F5AA99C40281A62C01C34293 /* Products */; | |||||
projectDirPath = ""; | |||||
projectRoot = ""; | |||||
targets = ( | |||||
3E8BF102079CA60300021B09 /* JuceAU */, | |||||
); | |||||
}; | |||||
/* End PBXProject section */ | |||||
/* Begin PBXResourcesBuildPhase section */ | |||||
3E8BF110079CA60300021B09 /* Resources */ = { | |||||
isa = PBXResourcesBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXResourcesBuildPhase section */ | |||||
/* Begin PBXRezBuildPhase section */ | |||||
3E8BF123079CA60300021B09 /* Rez */ = { | |||||
isa = PBXRezBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
84EB400C090A4A2C008FAC1B /* juce_AudioUnitWrapper.r in Rez */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXRezBuildPhase section */ | |||||
/* Begin PBXSourcesBuildPhase section */ | |||||
3E8BF111079CA60300021B09 /* Sources */ = { | |||||
isa = PBXSourcesBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
3E8BF119079CA60300021B09 /* AUEffectBase.cpp in Sources */, | |||||
3E8BF11C079CA60300021B09 /* CAStreamBasicDescription.cpp in Sources */, | |||||
3E8BF11B079CA60300021B09 /* CAAudioChannelLayout.cpp in Sources */, | |||||
84CFAF10090965080053C22C /* CAAUParameter.cpp in Sources */, | |||||
3E8BF11A079CA60300021B09 /* AUBuffer.cpp in Sources */, | |||||
84F054E80906C8DD00AEC8DB /* AUMIDIBase.cpp in Sources */, | |||||
84F054EA0906C8DD00AEC8DB /* AUMIDIEffectBase.cpp in Sources */, | |||||
84F055010906E9EA00AEC8DB /* DemoEditorComponent.cpp in Sources */, | |||||
84F055030906E9EA00AEC8DB /* DemoJuceFilter.cpp in Sources */, | |||||
84EB400B090A4A2C008FAC1B /* juce_AudioUnitWrapper.mm in Sources */, | |||||
84EB4042090A4F5A008FAC1B /* CAVectorUnit.cpp in Sources */, | |||||
84B4CDD10C7DD23B0083122F /* MusicDeviceBase.cpp in Sources */, | |||||
84581F8F0D917FC700AE1A4C /* AUBase.cpp in Sources */, | |||||
84581F910D917FC700AE1A4C /* AUDispatch.cpp in Sources */, | |||||
84581F930D917FC700AE1A4C /* AUInputElement.cpp in Sources */, | |||||
84581F950D917FC700AE1A4C /* AUOutputElement.cpp in Sources */, | |||||
84581F980D917FC700AE1A4C /* AUScopeElement.cpp in Sources */, | |||||
84581F9A0D917FC700AE1A4C /* ComponentBase.cpp in Sources */, | |||||
84C09D3F0DE2C57300606895 /* juce_amalgamated.mm in Sources */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXSourcesBuildPhase section */ | |||||
/* Begin XCBuildConfiguration section */ | |||||
A9E884AE0874ABE600B2DFE8 /* Debug */ = { | |||||
isa = XCBuildConfiguration; | |||||
buildSettings = { | |||||
COPY_PHASE_STRIP = NO; | |||||
EXPORTED_SYMBOLS_FILE = JuceAU.exp; | |||||
FRAMEWORK_SEARCH_PATHS = ""; | |||||
GCC_DYNAMIC_NO_PIC = NO; | |||||
GCC_ENABLE_FIX_AND_CONTINUE = NO; | |||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES; | |||||
GCC_OPTIMIZATION_LEVEL = 0; | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
GCC_USE_GCC3_PFE_SUPPORT = YES; | |||||
GENERATE_PKGINFO_FILE = YES; | |||||
HEADER_SEARCH_PATHS = ( | |||||
../../../../../, | |||||
"$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk/usr/include", | |||||
); | |||||
INFOPLIST_FILE = "Info-JuceAU.plist"; | |||||
INFOPLIST_PREPROCESS = YES; | |||||
INSTALL_PATH = "/Library/Audio/Plug-Ins/Components/"; | |||||
OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -I / -I /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers"; | |||||
PRODUCT_NAME = "$(AU_NAME)"; | |||||
SECTORDER_FLAGS = ""; | |||||
WARNING_CFLAGS = ( | |||||
"-Wmost", | |||||
"-Wno-four-char-constants", | |||||
"-Wno-unknown-pragmas", | |||||
"-Wno-non-virtual-dtor", | |||||
); | |||||
WRAPPER_EXTENSION = component; | |||||
ZERO_LINK = NO; | |||||
}; | |||||
name = Debug; | |||||
}; | |||||
A9E884AF0874ABE600B2DFE8 /* Release */ = { | |||||
isa = XCBuildConfiguration; | |||||
buildSettings = { | |||||
COPY_PHASE_STRIP = YES; | |||||
EXPORTED_SYMBOLS_FILE = JuceAU.exp; | |||||
FRAMEWORK_SEARCH_PATHS = ""; | |||||
GCC_ENABLE_FIX_AND_CONTINUE = NO; | |||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||||
GCC_OPTIMIZATION_LEVEL = 3; | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
GCC_USE_GCC3_PFE_SUPPORT = YES; | |||||
GENERATE_PKGINFO_FILE = YES; | |||||
INFOPLIST_FILE = "Info-JuceAU.plist"; | |||||
INFOPLIST_PREPROCESS = YES; | |||||
INSTALL_PATH = "/Library/Audio/Plug-Ins/Components/"; | |||||
OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -I / -I /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers"; | |||||
PRODUCT_NAME = "$(AU_NAME)"; | |||||
SECTORDER_FLAGS = ""; | |||||
WARNING_CFLAGS = ( | |||||
"-Wmost", | |||||
"-Wno-four-char-constants", | |||||
"-Wno-unknown-pragmas", | |||||
"-Wno-non-virtual-dtor", | |||||
); | |||||
WRAPPER_EXTENSION = component; | |||||
ZERO_LINK = NO; | |||||
}; | |||||
name = Release; | |||||
}; | |||||
A9E884BA0874ABE600B2DFE8 /* Debug */ = { | |||||
isa = XCBuildConfiguration; | |||||
baseConfigurationReference = 845FAE5E0A5C0A6A008C94D8 /* juce.xcconfig */; | |||||
buildSettings = { | |||||
AU_NAME = DemoJuceAudioUnit; | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
HEADER_SEARCH_PATHS = ../../../../../; | |||||
LIBRARY_SEARCH_PATHS = ../../../../../bin; | |||||
}; | |||||
name = Debug; | |||||
}; | |||||
A9E884BB0874ABE600B2DFE8 /* Release */ = { | |||||
isa = XCBuildConfiguration; | |||||
baseConfigurationReference = 845FAE5E0A5C0A6A008C94D8 /* juce.xcconfig */; | |||||
buildSettings = { | |||||
AU_NAME = DemoJuceAudioUnit; | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
HEADER_SEARCH_PATHS = ../../../../../; | |||||
LIBRARY_SEARCH_PATHS = ../../../../../bin; | |||||
}; | |||||
name = Release; | |||||
}; | |||||
/* End XCBuildConfiguration section */ | |||||
/* Begin XCConfigurationList section */ | |||||
A9E884AD0874ABE600B2DFE8 /* Build configuration list for PBXNativeTarget "JuceAU" */ = { | |||||
isa = XCConfigurationList; | |||||
buildConfigurations = ( | |||||
A9E884AE0874ABE600B2DFE8 /* Debug */, | |||||
A9E884AF0874ABE600B2DFE8 /* Release */, | |||||
); | |||||
defaultConfigurationIsVisible = 0; | |||||
defaultConfigurationName = Debug; | |||||
}; | |||||
A9E884B90874ABE600B2DFE8 /* Build configuration list for PBXProject "JuceDemoAU" */ = { | |||||
isa = XCConfigurationList; | |||||
buildConfigurations = ( | |||||
A9E884BA0874ABE600B2DFE8 /* Debug */, | |||||
A9E884BB0874ABE600B2DFE8 /* Release */, | |||||
); | |||||
defaultConfigurationIsVisible = 0; | |||||
defaultConfigurationName = Debug; | |||||
}; | |||||
/* End XCConfigurationList section */ | |||||
}; | |||||
rootObject = F5AA99BA0281A61201C34293 /* Project object */; | |||||
} |
@@ -1,32 +0,0 @@ | |||||
<?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>EXECUTABLE_NAME</string> | |||||
<key>CFBundleGetInfoString</key> | |||||
<string>VERSION_STR</string> | |||||
<key>CFBundleIdentifier</key> | |||||
<string>com.rawmaterialsoftware.JuceDemo</string> | |||||
<key>CFBundleInfoDictionaryVersion</key> | |||||
<string>6.0</string> | |||||
<key>CFBundleName</key> | |||||
<string>PRODUCT_NAME</string> | |||||
<key>CFBundlePackageType</key> | |||||
<string>TDMw</string> | |||||
<key>CFBundleShortVersionString</key> | |||||
<string>VERSION_STR</string> | |||||
<key>CFBundleSignature</key> | |||||
<string>PTul</string> | |||||
<key>CFBundleVersion</key> | |||||
<string>VERSION_NUM</string> | |||||
<key>LSMultipleInstancesProhibited</key> | |||||
<string>true</string> | |||||
<key>LSPrefersCarbon</key> | |||||
<true/> | |||||
<key>NSAppleScriptEnabled</key> | |||||
<string>No</string> | |||||
</dict> | |||||
</plist> |
@@ -1,395 +0,0 @@ | |||||
// !$*UTF8*$! | |||||
{ | |||||
archiveVersion = 1; | |||||
classes = { | |||||
}; | |||||
objectVersion = 42; | |||||
objects = { | |||||
/* Begin PBXBuildFile section */ | |||||
84190D1A0EA5320900B939D0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84190D190EA5320900B939D0 /* Carbon.framework */; }; | |||||
841E07300AF9F015005E6FCC /* DemoEditorComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 841E072B0AF9F015005E6FCC /* DemoEditorComponent.cpp */; }; | |||||
841E07310AF9F015005E6FCC /* DemoJuceFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 841E072D0AF9F015005E6FCC /* DemoJuceFilter.cpp */; }; | |||||
841E073E0AF9F099005E6FCC /* juce_RTASWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 841E073C0AF9F099005E6FCC /* juce_RTASWrapper.cpp */; }; | |||||
846444EF0AFA005B00E7B2BE /* juce_Wrapper_CEffectGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E20AFA005B00E7B2BE /* juce_Wrapper_CEffectGroup.cpp */; }; | |||||
846444F00AFA005B00E7B2BE /* juce_Wrapper_CEffectGroupMIDI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E30AFA005B00E7B2BE /* juce_Wrapper_CEffectGroupMIDI.cpp */; }; | |||||
846444F10AFA005B00E7B2BE /* juce_Wrapper_CEffectMIDIUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E40AFA005B00E7B2BE /* juce_Wrapper_CEffectMIDIUtils.cpp */; }; | |||||
846444F20AFA005B00E7B2BE /* juce_Wrapper_CEffectProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E50AFA005B00E7B2BE /* juce_Wrapper_CEffectProcess.cpp */; }; | |||||
846444F30AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessAS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E60AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessAS.cpp */; }; | |||||
846444F40AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessMIDI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E70AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessMIDI.cpp */; }; | |||||
846444F50AFA005B00E7B2BE /* juce_Wrapper_CEffectType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E80AFA005B00E7B2BE /* juce_Wrapper_CEffectType.cpp */; }; | |||||
846444F60AFA005B00E7B2BE /* juce_Wrapper_CEffectTypeRTAS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444E90AFA005B00E7B2BE /* juce_Wrapper_CEffectTypeRTAS.cpp */; }; | |||||
846444F70AFA005B00E7B2BE /* juce_Wrapper_ChunkDataParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444EA0AFA005B00E7B2BE /* juce_Wrapper_ChunkDataParser.cpp */; }; | |||||
846444FA0AFA005B00E7B2BE /* juce_Wrapper_PlugInUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 846444EE0AFA005B00E7B2BE /* juce_Wrapper_PlugInUtils.cpp */; }; | |||||
846EC6670EB602B90080CCFF /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 846EC6660EB602B90080CCFF /* QuickTime.framework */; }; | |||||
84C0A3030DE2CBE500606895 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2F50DE2CBE500606895 /* ApplicationServices.framework */; }; | |||||
84C0A3040DE2CBE500606895 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2F60DE2CBE500606895 /* AudioUnit.framework */; }; | |||||
84C0A3060DE2CBE500606895 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2F80DE2CBE500606895 /* Cocoa.framework */; }; | |||||
84C0A3070DE2CBE500606895 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2F90DE2CBE500606895 /* CoreAudio.framework */; }; | |||||
84C0A3090DE2CBE500606895 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2FB0DE2CBE500606895 /* CoreMIDI.framework */; }; | |||||
84C0A30A0DE2CBE500606895 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2FC0DE2CBE500606895 /* CoreServices.framework */; }; | |||||
84C0A30C0DE2CBE500606895 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A2FE0DE2CBE500606895 /* IOKit.framework */; }; | |||||
84C0A3110DE2CC0600606895 /* juce_amalgamated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84C0A3100DE2CC0600606895 /* juce_amalgamated.mm */; }; | |||||
84C9D7FB0AFA3C9C00F1348E /* juce_Wrapper_Dispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84C9D7F90AFA3C9C00F1348E /* juce_Wrapper_Dispatcher.cpp */; }; | |||||
84C9D7FC0AFA3C9C00F1348E /* juce_Wrapper_PluginInitialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84C9D7FA0AFA3C9C00F1348E /* juce_Wrapper_PluginInitialize.cpp */; }; | |||||
84E903C00EA34FD70088E51C /* juce_RTASUtilities.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84E903BF0EA34FD70088E51C /* juce_RTASUtilities.mm */; }; | |||||
84E904D00EA351E40088E51C /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84E904CF0EA351E40088E51C /* QTKit.framework */; }; | |||||
84E907CB0EA396A50088E51C /* DiscRecording.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84E907CA0EA396A50088E51C /* DiscRecording.framework */; }; | |||||
84E90C250EA399090088E51C /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84E90C240EA399090088E51C /* WebKit.framework */; }; | |||||
84E90C2B0EA39A110088E51C /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84E90C2A0EA39A110088E51C /* OpenGL.framework */; }; | |||||
84EEB4180AFB6679009655FF /* DummyResourceFile.r in Rez */ = {isa = PBXBuildFile; fileRef = 84EEB4170AFB6679009655FF /* DummyResourceFile.r */; }; | |||||
84FAD77B0C7C89E100AF3028 /* libPluginLibrary.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84FAD7770C7C897000AF3028 /* libPluginLibrary.a */; }; | |||||
/* End PBXBuildFile section */ | |||||
/* Begin PBXContainerItemProxy section */ | |||||
84FAD7760C7C897000AF3028 /* PBXContainerItemProxy */ = { | |||||
isa = PBXContainerItemProxy; | |||||
containerPortal = 5B521CEB08916D36009C75FE /* PluginLibrary.xcodeproj */; | |||||
proxyType = 2; | |||||
remoteGlobalIDString = B65B09B30860FB0800FE2E6A; | |||||
remoteInfo = "Plugin Library"; | |||||
}; | |||||
/* End PBXContainerItemProxy section */ | |||||
/* Begin PBXFileReference section */ | |||||
5B521CEB08916D36009C75FE /* PluginLibrary.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PluginLibrary.xcodeproj; path = /Users/jules/stuff/PT_73_SDK/AlturaPorts/TDMPlugIns/PlugInLibrary/MacBuild/PluginLibrary.xcodeproj; sourceTree = "<absolute>"; }; | |||||
84190D190EA5320900B939D0 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||||
841E072B0AF9F015005E6FCC /* DemoEditorComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DemoEditorComponent.cpp; path = ../../src/DemoEditorComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||||
841E072C0AF9F015005E6FCC /* DemoEditorComponent.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DemoEditorComponent.h; path = ../../src/DemoEditorComponent.h; sourceTree = SOURCE_ROOT; }; | |||||
841E072D0AF9F015005E6FCC /* DemoJuceFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DemoJuceFilter.cpp; path = ../../src/DemoJuceFilter.cpp; sourceTree = SOURCE_ROOT; }; | |||||
841E072E0AF9F015005E6FCC /* DemoJuceFilter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DemoJuceFilter.h; path = ../../src/DemoJuceFilter.h; sourceTree = SOURCE_ROOT; }; | |||||
841E072F0AF9F015005E6FCC /* JucePluginCharacteristics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JucePluginCharacteristics.h; path = ../../src/JucePluginCharacteristics.h; sourceTree = SOURCE_ROOT; }; | |||||
841E073C0AF9F099005E6FCC /* juce_RTASWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_RTASWrapper.cpp; path = ../../../wrapper/formats/RTAS/juce_RTASWrapper.cpp; sourceTree = SOURCE_ROOT; }; | |||||
841E07420AF9F126005E6FCC /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |||||
846444E20AFA005B00E7B2BE /* juce_Wrapper_CEffectGroup.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectGroup.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectGroup.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444E30AFA005B00E7B2BE /* juce_Wrapper_CEffectGroupMIDI.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectGroupMIDI.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectGroupMIDI.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444E40AFA005B00E7B2BE /* juce_Wrapper_CEffectMIDIUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectMIDIUtils.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectMIDIUtils.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444E50AFA005B00E7B2BE /* juce_Wrapper_CEffectProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectProcess.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectProcess.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444E60AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessAS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectProcessAS.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectProcessAS.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444E70AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessMIDI.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectProcessMIDI.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectProcessMIDI.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444E80AFA005B00E7B2BE /* juce_Wrapper_CEffectType.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectType.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectType.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444E90AFA005B00E7B2BE /* juce_Wrapper_CEffectTypeRTAS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_CEffectTypeRTAS.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_CEffectTypeRTAS.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444EA0AFA005B00E7B2BE /* juce_Wrapper_ChunkDataParser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_ChunkDataParser.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_ChunkDataParser.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846444ED0AFA005B00E7B2BE /* juce_Wrapper_Header.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = juce_Wrapper_Header.h; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_Header.h; sourceTree = SOURCE_ROOT; }; | |||||
846444EE0AFA005B00E7B2BE /* juce_Wrapper_PlugInUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_PlugInUtils.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_PlugInUtils.cpp; sourceTree = SOURCE_ROOT; }; | |||||
846EC6660EB602B90080CCFF /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||||
8498C1430E06D7D200FC76A6 /* includes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = includes.h; path = ../../src/includes.h; sourceTree = SOURCE_ROOT; }; | |||||
84C0A2F50DE2CBE500606895 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2F60DE2CBE500606895 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2F80DE2CBE500606895 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2F90DE2CBE500606895 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2FB0DE2CBE500606895 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2FC0DE2CBE500606895 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; | |||||
84C0A2FE0DE2CBE500606895 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A3100DE2CC0600606895 /* juce_amalgamated.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_amalgamated.mm; path = ../../../../../juce_amalgamated.mm; sourceTree = SOURCE_ROOT; }; | |||||
84C442690B306D39003FCBFF /* CommonReleaseSettings.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; name = CommonReleaseSettings.xcconfig; path = /Users/jules/stuff/PT_73_SDK/AlturaPorts/TDMPlugIns/common/Mac/CommonReleaseSettings.xcconfig; sourceTree = "<absolute>"; }; | |||||
84C4426A0B306D39003FCBFF /* CommonDebugSettings.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; name = CommonDebugSettings.xcconfig; path = /Users/jules/stuff/PT_73_SDK/AlturaPorts/TDMPlugIns/common/Mac/CommonDebugSettings.xcconfig; sourceTree = "<absolute>"; }; | |||||
84C9D7F90AFA3C9C00F1348E /* juce_Wrapper_Dispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_Dispatcher.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_Dispatcher.cpp; sourceTree = SOURCE_ROOT; }; | |||||
84C9D7FA0AFA3C9C00F1348E /* juce_Wrapper_PluginInitialize.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_Wrapper_PluginInitialize.cpp; path = ../../../wrapper/formats/RTAS/wrappers/juce_Wrapper_PluginInitialize.cpp; sourceTree = SOURCE_ROOT; }; | |||||
84E903BF0EA34FD70088E51C /* juce_RTASUtilities.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_RTASUtilities.mm; path = ../../../wrapper/formats/RTAS/juce_RTASUtilities.mm; sourceTree = SOURCE_ROOT; }; | |||||
84E904CF0EA351E40088E51C /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||||
84E907CA0EA396A50088E51C /* DiscRecording.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||||
84E90C240EA399090088E51C /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||||
84E90C2A0EA39A110088E51C /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||||
84EEB4170AFB6679009655FF /* DummyResourceFile.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; name = DummyResourceFile.r; path = ../../../wrapper/formats/RTAS/DummyResourceFile.r; sourceTree = SOURCE_ROOT; }; | |||||
84F5CF5F0B1B705E00A2E279 /* juce_RTASCompileFlags.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = juce_RTASCompileFlags.h; path = ../../../wrapper/formats/RTAS/juce_RTASCompileFlags.h; sourceTree = SOURCE_ROOT; }; | |||||
8D01CCD20486CAD60068D4B7 /* JuceRTASDemo.dpm */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JuceRTASDemo.dpm; sourceTree = BUILT_PRODUCTS_DIR; }; | |||||
/* End PBXFileReference section */ | |||||
/* Begin PBXFrameworksBuildPhase section */ | |||||
8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { | |||||
isa = PBXFrameworksBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
84FAD77B0C7C89E100AF3028 /* libPluginLibrary.a in Frameworks */, | |||||
84C0A3030DE2CBE500606895 /* ApplicationServices.framework in Frameworks */, | |||||
84C0A3040DE2CBE500606895 /* AudioUnit.framework in Frameworks */, | |||||
84C0A3060DE2CBE500606895 /* Cocoa.framework in Frameworks */, | |||||
84C0A3070DE2CBE500606895 /* CoreAudio.framework in Frameworks */, | |||||
84C0A3090DE2CBE500606895 /* CoreMIDI.framework in Frameworks */, | |||||
84C0A30A0DE2CBE500606895 /* CoreServices.framework in Frameworks */, | |||||
84C0A30C0DE2CBE500606895 /* IOKit.framework in Frameworks */, | |||||
84E904D00EA351E40088E51C /* QTKit.framework in Frameworks */, | |||||
84E907CB0EA396A50088E51C /* DiscRecording.framework in Frameworks */, | |||||
84E90C250EA399090088E51C /* WebKit.framework in Frameworks */, | |||||
84E90C2B0EA39A110088E51C /* OpenGL.framework in Frameworks */, | |||||
84190D1A0EA5320900B939D0 /* Carbon.framework in Frameworks */, | |||||
846EC6670EB602B90080CCFF /* QuickTime.framework in Frameworks */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXFrameworksBuildPhase section */ | |||||
/* Begin PBXGroup section */ | |||||
089C166AFE841209C02AAC07 /* ProjectTemplate */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84C442690B306D39003FCBFF /* CommonReleaseSettings.xcconfig */, | |||||
84C4426A0B306D39003FCBFF /* CommonDebugSettings.xcconfig */, | |||||
08FB77ADFE841716C02AAC07 /* Source */, | |||||
089C167CFE841241C02AAC07 /* Resources */, | |||||
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, | |||||
19C28FB4FE9D528D11CA2CBB /* Products */, | |||||
); | |||||
name = ProjectTemplate; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
5B521CEB08916D36009C75FE /* PluginLibrary.xcodeproj */, | |||||
84C0A2F50DE2CBE500606895 /* ApplicationServices.framework */, | |||||
84C0A2F60DE2CBE500606895 /* AudioUnit.framework */, | |||||
84C0A2F80DE2CBE500606895 /* Cocoa.framework */, | |||||
84190D190EA5320900B939D0 /* Carbon.framework */, | |||||
84C0A2F90DE2CBE500606895 /* CoreAudio.framework */, | |||||
84C0A2FB0DE2CBE500606895 /* CoreMIDI.framework */, | |||||
84C0A2FC0DE2CBE500606895 /* CoreServices.framework */, | |||||
84E907CA0EA396A50088E51C /* DiscRecording.framework */, | |||||
84C0A2FE0DE2CBE500606895 /* IOKit.framework */, | |||||
84E904CF0EA351E40088E51C /* QTKit.framework */, | |||||
846EC6660EB602B90080CCFF /* QuickTime.framework */, | |||||
84E90C240EA399090088E51C /* WebKit.framework */, | |||||
84E90C2A0EA39A110088E51C /* OpenGL.framework */, | |||||
); | |||||
name = "External Frameworks and Libraries"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
089C167CFE841241C02AAC07 /* Resources */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84EEB4170AFB6679009655FF /* DummyResourceFile.r */, | |||||
841E07420AF9F126005E6FCC /* Info.plist */, | |||||
); | |||||
name = Resources; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
08FB77ADFE841716C02AAC07 /* Source */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
841E07270AF9EFE2005E6FCC /* filter */, | |||||
841E072A0AF9EFEF005E6FCC /* wrapper */, | |||||
); | |||||
name = Source; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
19C28FB4FE9D528D11CA2CBB /* Products */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
8D01CCD20486CAD60068D4B7 /* JuceRTASDemo.dpm */, | |||||
); | |||||
name = Products; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
841E07270AF9EFE2005E6FCC /* filter */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
841E072B0AF9F015005E6FCC /* DemoEditorComponent.cpp */, | |||||
841E072C0AF9F015005E6FCC /* DemoEditorComponent.h */, | |||||
841E072D0AF9F015005E6FCC /* DemoJuceFilter.cpp */, | |||||
841E072E0AF9F015005E6FCC /* DemoJuceFilter.h */, | |||||
841E072F0AF9F015005E6FCC /* JucePluginCharacteristics.h */, | |||||
8498C1430E06D7D200FC76A6 /* includes.h */, | |||||
); | |||||
name = filter; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
841E072A0AF9EFEF005E6FCC /* wrapper */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84C0A3100DE2CC0600606895 /* juce_amalgamated.mm */, | |||||
841E07340AF9F02D005E6FCC /* rtas specific */, | |||||
); | |||||
name = wrapper; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
841E07340AF9F02D005E6FCC /* rtas specific */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
846444E10AFA003B00E7B2BE /* Digi code wrappers */, | |||||
84E903BF0EA34FD70088E51C /* juce_RTASUtilities.mm */, | |||||
841E073C0AF9F099005E6FCC /* juce_RTASWrapper.cpp */, | |||||
84F5CF5F0B1B705E00A2E279 /* juce_RTASCompileFlags.h */, | |||||
); | |||||
name = "rtas specific"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
846444E10AFA003B00E7B2BE /* Digi code wrappers */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84C9D7F90AFA3C9C00F1348E /* juce_Wrapper_Dispatcher.cpp */, | |||||
84C9D7FA0AFA3C9C00F1348E /* juce_Wrapper_PluginInitialize.cpp */, | |||||
846444E20AFA005B00E7B2BE /* juce_Wrapper_CEffectGroup.cpp */, | |||||
846444E30AFA005B00E7B2BE /* juce_Wrapper_CEffectGroupMIDI.cpp */, | |||||
846444E40AFA005B00E7B2BE /* juce_Wrapper_CEffectMIDIUtils.cpp */, | |||||
846444E50AFA005B00E7B2BE /* juce_Wrapper_CEffectProcess.cpp */, | |||||
846444E60AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessAS.cpp */, | |||||
846444E70AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessMIDI.cpp */, | |||||
846444E80AFA005B00E7B2BE /* juce_Wrapper_CEffectType.cpp */, | |||||
846444E90AFA005B00E7B2BE /* juce_Wrapper_CEffectTypeRTAS.cpp */, | |||||
846444EA0AFA005B00E7B2BE /* juce_Wrapper_ChunkDataParser.cpp */, | |||||
846444ED0AFA005B00E7B2BE /* juce_Wrapper_Header.h */, | |||||
846444EE0AFA005B00E7B2BE /* juce_Wrapper_PlugInUtils.cpp */, | |||||
); | |||||
name = "Digi code wrappers"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
84FAD7730C7C897000AF3028 /* Products */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84FAD7770C7C897000AF3028 /* libPluginLibrary.a */, | |||||
); | |||||
name = Products; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
/* End PBXGroup section */ | |||||
/* Begin PBXNativeTarget section */ | |||||
8D01CCC60486CAD60068D4B7 /* JuceRTASDemo */ = { | |||||
isa = PBXNativeTarget; | |||||
buildConfigurationList = 5B521C99088F2389009C75FE /* Build configuration list for PBXNativeTarget "JuceRTASDemo" */; | |||||
buildPhases = ( | |||||
8D01CCCB0486CAD60068D4B7 /* Sources */, | |||||
8D01CCCD0486CAD60068D4B7 /* Frameworks */, | |||||
5B521D370891748B009C75FE /* Rez */, | |||||
); | |||||
buildRules = ( | |||||
); | |||||
dependencies = ( | |||||
); | |||||
name = JuceRTASDemo; | |||||
productInstallPath = "$(HOME)/Library/Bundles"; | |||||
productName = ProjectTemplate; | |||||
productReference = 8D01CCD20486CAD60068D4B7 /* JuceRTASDemo.dpm */; | |||||
productType = "com.apple.product-type.bundle"; | |||||
}; | |||||
/* End PBXNativeTarget section */ | |||||
/* Begin PBXProject section */ | |||||
089C1669FE841209C02AAC07 /* Project object */ = { | |||||
isa = PBXProject; | |||||
buildConfigurationList = 5B521C9D088F2389009C75FE /* Build configuration list for PBXProject "juce_RTASDemo" */; | |||||
compatibilityVersion = "Xcode 2.4"; | |||||
hasScannedForEncodings = 1; | |||||
mainGroup = 089C166AFE841209C02AAC07 /* ProjectTemplate */; | |||||
projectDirPath = ""; | |||||
projectReferences = ( | |||||
{ | |||||
ProductGroup = 84FAD7730C7C897000AF3028 /* Products */; | |||||
ProjectRef = 5B521CEB08916D36009C75FE /* PluginLibrary.xcodeproj */; | |||||
}, | |||||
); | |||||
projectRoot = ""; | |||||
targets = ( | |||||
8D01CCC60486CAD60068D4B7 /* JuceRTASDemo */, | |||||
); | |||||
}; | |||||
/* End PBXProject section */ | |||||
/* Begin PBXReferenceProxy section */ | |||||
84FAD7770C7C897000AF3028 /* libPluginLibrary.a */ = { | |||||
isa = PBXReferenceProxy; | |||||
fileType = archive.ar; | |||||
path = libPluginLibrary.a; | |||||
remoteRef = 84FAD7760C7C897000AF3028 /* PBXContainerItemProxy */; | |||||
sourceTree = BUILT_PRODUCTS_DIR; | |||||
}; | |||||
/* End PBXReferenceProxy section */ | |||||
/* Begin PBXRezBuildPhase section */ | |||||
5B521D370891748B009C75FE /* Rez */ = { | |||||
isa = PBXRezBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
84EEB4180AFB6679009655FF /* DummyResourceFile.r in Rez */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXRezBuildPhase section */ | |||||
/* Begin PBXSourcesBuildPhase section */ | |||||
8D01CCCB0486CAD60068D4B7 /* Sources */ = { | |||||
isa = PBXSourcesBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
841E07300AF9F015005E6FCC /* DemoEditorComponent.cpp in Sources */, | |||||
841E07310AF9F015005E6FCC /* DemoJuceFilter.cpp in Sources */, | |||||
841E073E0AF9F099005E6FCC /* juce_RTASWrapper.cpp in Sources */, | |||||
846444EF0AFA005B00E7B2BE /* juce_Wrapper_CEffectGroup.cpp in Sources */, | |||||
846444F00AFA005B00E7B2BE /* juce_Wrapper_CEffectGroupMIDI.cpp in Sources */, | |||||
846444F10AFA005B00E7B2BE /* juce_Wrapper_CEffectMIDIUtils.cpp in Sources */, | |||||
846444F20AFA005B00E7B2BE /* juce_Wrapper_CEffectProcess.cpp in Sources */, | |||||
846444F30AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessAS.cpp in Sources */, | |||||
846444F40AFA005B00E7B2BE /* juce_Wrapper_CEffectProcessMIDI.cpp in Sources */, | |||||
846444F50AFA005B00E7B2BE /* juce_Wrapper_CEffectType.cpp in Sources */, | |||||
846444F60AFA005B00E7B2BE /* juce_Wrapper_CEffectTypeRTAS.cpp in Sources */, | |||||
846444F70AFA005B00E7B2BE /* juce_Wrapper_ChunkDataParser.cpp in Sources */, | |||||
846444FA0AFA005B00E7B2BE /* juce_Wrapper_PlugInUtils.cpp in Sources */, | |||||
84C9D7FB0AFA3C9C00F1348E /* juce_Wrapper_Dispatcher.cpp in Sources */, | |||||
84C9D7FC0AFA3C9C00F1348E /* juce_Wrapper_PluginInitialize.cpp in Sources */, | |||||
84C0A3110DE2CC0600606895 /* juce_amalgamated.mm in Sources */, | |||||
84E903C00EA34FD70088E51C /* juce_RTASUtilities.mm in Sources */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXSourcesBuildPhase section */ | |||||
/* Begin XCBuildConfiguration section */ | |||||
5B521C9A088F2389009C75FE /* Debug */ = { | |||||
isa = XCBuildConfiguration; | |||||
buildSettings = { | |||||
OTHER_CFLAGS = "-fno-inline"; | |||||
}; | |||||
name = Debug; | |||||
}; | |||||
5B521C9E088F2389009C75FE /* Debug */ = { | |||||
isa = XCBuildConfiguration; | |||||
baseConfigurationReference = 84C4426A0B306D39003FCBFF /* CommonDebugSettings.xcconfig */; | |||||
buildSettings = { | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
MacBag = /Users/jules/stuff/PT_73_SDK/MacBag; | |||||
PRODUCT_NAME = JuceRTASDemo; | |||||
}; | |||||
name = Debug; | |||||
}; | |||||
5BEA73AA09E4370600964A97 /* Release */ = { | |||||
isa = XCBuildConfiguration; | |||||
buildSettings = { | |||||
}; | |||||
name = Release; | |||||
}; | |||||
5BEA73AB09E4370600964A97 /* Release */ = { | |||||
isa = XCBuildConfiguration; | |||||
baseConfigurationReference = 84C442690B306D39003FCBFF /* CommonReleaseSettings.xcconfig */; | |||||
buildSettings = { | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
MacBag = /Users/jules/stuff/PT_73_SDK/MacBag; | |||||
PRODUCT_NAME = JuceRTASDemo; | |||||
}; | |||||
name = Release; | |||||
}; | |||||
/* End XCBuildConfiguration section */ | |||||
/* Begin XCConfigurationList section */ | |||||
5B521C99088F2389009C75FE /* Build configuration list for PBXNativeTarget "JuceRTASDemo" */ = { | |||||
isa = XCConfigurationList; | |||||
buildConfigurations = ( | |||||
5B521C9A088F2389009C75FE /* Debug */, | |||||
5BEA73AA09E4370600964A97 /* Release */, | |||||
); | |||||
defaultConfigurationIsVisible = 0; | |||||
defaultConfigurationName = Debug; | |||||
}; | |||||
5B521C9D088F2389009C75FE /* Build configuration list for PBXProject "juce_RTASDemo" */ = { | |||||
isa = XCConfigurationList; | |||||
buildConfigurations = ( | |||||
5B521C9E088F2389009C75FE /* Debug */, | |||||
5BEA73AB09E4370600964A97 /* Release */, | |||||
); | |||||
defaultConfigurationIsVisible = 0; | |||||
defaultConfigurationName = Debug; | |||||
}; | |||||
/* End XCConfigurationList section */ | |||||
}; | |||||
rootObject = 089C1669FE841209C02AAC07 /* Project object */; | |||||
} |
@@ -1,32 +0,0 @@ | |||||
 | |||||
Microsoft Visual Studio Solution File, Format Version 9.00 | |||||
# Visual Studio 2005 | |||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "juce_RTAS", "juce_RTAS.vcproj", "{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}" | |||||
EndProject | |||||
Global | |||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||||
Debug DLL|Win32 = Debug DLL|Win32 | |||||
Debug|Win32 = Debug|Win32 | |||||
DLL Debug|Win32 = DLL Debug|Win32 | |||||
DLL Release|Win32 = DLL Release|Win32 | |||||
Release DLL|Win32 = Release DLL|Win32 | |||||
Release|Win32 = Release|Win32 | |||||
EndGlobalSection | |||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Debug DLL|Win32.ActiveCfg = Debug|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Debug DLL|Win32.Build.0 = Debug|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Debug|Win32.ActiveCfg = Debug|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Debug|Win32.Build.0 = Debug|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.DLL Debug|Win32.ActiveCfg = Debug|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.DLL Debug|Win32.Build.0 = Debug|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.DLL Release|Win32.ActiveCfg = Release|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.DLL Release|Win32.Build.0 = Release|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Release DLL|Win32.ActiveCfg = Release|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Release DLL|Win32.Build.0 = Release|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Release|Win32.ActiveCfg = Release|Win32 | |||||
{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}.Release|Win32.Build.0 = Release|Win32 | |||||
EndGlobalSection | |||||
GlobalSection(SolutionProperties) = preSolution | |||||
HideSolutionNode = FALSE | |||||
EndGlobalSection | |||||
EndGlobal |
@@ -1,633 +0,0 @@ | |||||
<?xml version="1.0" encoding="Windows-1252"?> | |||||
<VisualStudioProject | |||||
ProjectType="Visual C++" | |||||
Version="8.00" | |||||
Name="juce_RTAS" | |||||
ProjectGUID="{2EB09DDD-CF48-45ED-9698-6C5ADF123C98}" | |||||
RootNamespace="juce_RTAS" | |||||
Keyword="Win32Proj" | |||||
> | |||||
<Platforms> | |||||
<Platform | |||||
Name="Win32" | |||||
/> | |||||
</Platforms> | |||||
<ToolFiles> | |||||
</ToolFiles> | |||||
<Configurations> | |||||
<Configuration | |||||
Name="Debug|Win32" | |||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||||
IntermediateDirectory="$(ConfigurationName)" | |||||
ConfigurationType="2" | |||||
CharacterSet="0" | |||||
> | |||||
<Tool | |||||
Name="VCPreBuildEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
CommandLine="copy /Y ..\..\..\wrapper\formats\RTAS\DefaultResourceFile "$(TargetPath)".rsr
" | |||||
Outputs="$(TargetPath).rsr" | |||||
/> | |||||
<Tool | |||||
Name="VCXMLDataGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebServiceProxyGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCMIDLTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
Optimization="0" | |||||
AdditionalIncludeDirectories="../../src" | |||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JUCE_RTAS_EXPORTS" | |||||
MinimalRebuild="true" | |||||
BasicRuntimeChecks="3" | |||||
RuntimeLibrary="3" | |||||
UsePrecompiledHeader="0" | |||||
WarningLevel="3" | |||||
Detect64BitPortabilityProblems="true" | |||||
DebugInformationFormat="4" | |||||
/> | |||||
<Tool | |||||
Name="VCManagedResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPreLinkEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCLinkerTool" | |||||
OutputFile="$(OutDir)\$(ProjectName).dpm" | |||||
LinkIncremental="2" | |||||
AdditionalLibraryDirectories="" | |||||
IgnoreDefaultLibraryNames="libcmtd.lib;uuid.lib" | |||||
ModuleDefinitionFile="../../../wrapper/formats/RTAS/juce_RTAS_dlldefs.def" | |||||
GenerateDebugInformation="true" | |||||
SubSystem="2" | |||||
/> | |||||
<Tool | |||||
Name="VCALinkTool" | |||||
/> | |||||
<Tool | |||||
Name="VCManifestTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXDCMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCBscMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCFxCopTool" | |||||
/> | |||||
<Tool | |||||
Name="VCAppVerifierTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebDeploymentTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPostBuildEventTool" | |||||
/> | |||||
</Configuration> | |||||
<Configuration | |||||
Name="Release|Win32" | |||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||||
IntermediateDirectory="$(ConfigurationName)" | |||||
ConfigurationType="2" | |||||
CharacterSet="0" | |||||
WholeProgramOptimization="1" | |||||
> | |||||
<Tool | |||||
Name="VCPreBuildEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
CommandLine="copy /Y ..\..\..\wrapper\formats\RTAS\DefaultResourceFile "$(TargetPath)".rsr
" | |||||
Outputs="$(TargetPath).rsr" | |||||
/> | |||||
<Tool | |||||
Name="VCXMLDataGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebServiceProxyGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCMIDLTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
AdditionalIncludeDirectories="../../src" | |||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JUCE_RTAS_EXPORTS" | |||||
RuntimeLibrary="2" | |||||
UsePrecompiledHeader="0" | |||||
WarningLevel="3" | |||||
Detect64BitPortabilityProblems="true" | |||||
DebugInformationFormat="3" | |||||
CallingConvention="0" | |||||
/> | |||||
<Tool | |||||
Name="VCManagedResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPreLinkEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCLinkerTool" | |||||
OutputFile="$(OutDir)\$(ProjectName).dpm" | |||||
LinkIncremental="1" | |||||
IgnoreDefaultLibraryNames="libcmt.lib" | |||||
ModuleDefinitionFile="../../../wrapper/formats/RTAS/juce_RTAS_dlldefs.def" | |||||
GenerateDebugInformation="true" | |||||
SubSystem="2" | |||||
OptimizeReferences="2" | |||||
EnableCOMDATFolding="2" | |||||
/> | |||||
<Tool | |||||
Name="VCALinkTool" | |||||
/> | |||||
<Tool | |||||
Name="VCManifestTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXDCMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCBscMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCFxCopTool" | |||||
/> | |||||
<Tool | |||||
Name="VCAppVerifierTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebDeploymentTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPostBuildEventTool" | |||||
/> | |||||
</Configuration> | |||||
</Configurations> | |||||
<References> | |||||
</References> | |||||
<Files> | |||||
<Filter | |||||
Name="Source Files" | |||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | |||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | |||||
> | |||||
<Filter | |||||
Name="filter" | |||||
> | |||||
<File | |||||
RelativePath="..\..\src\DemoEditorComponent.cpp" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\DemoEditorComponent.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\DemoJuceFilter.cpp" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\DemoJuceFilter.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\includes.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\JucePluginCharacteristics.h" | |||||
> | |||||
</File> | |||||
</Filter> | |||||
<Filter | |||||
Name="wrapper code" | |||||
> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\juce_RTASCompileFlags.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\juce_RTASUtilities.cpp" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\juce_RTASWrapper.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<Filter | |||||
Name="cpp wrappers" | |||||
> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\juce_RTAS_dlldefs.def" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectGroup.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectGroupMIDI.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectMIDIUtils.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectProcess.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectProcessAS.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectProcessMIDI.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectType.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_CEffectTypeRTAS.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_ChunkDataParser.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_DefaultSwap.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_DLLMain.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_Header.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\RTAS\wrappers\juce_Wrapper_PlugInUtils.cpp" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
CallingConvention="2" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
</Filter> | |||||
</Filter> | |||||
</Filter> | |||||
<Filter | |||||
Name="Header Files" | |||||
Filter="h;hpp;hxx;hm;inl;inc;xsd" | |||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |||||
> | |||||
<File | |||||
RelativePath=".\resource.h" | |||||
> | |||||
</File> | |||||
</Filter> | |||||
<Filter | |||||
Name="Resource Files" | |||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" | |||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | |||||
> | |||||
<File | |||||
RelativePath=".\juce_RTASDemo.rc" | |||||
> | |||||
</File> | |||||
</Filter> | |||||
<Filter | |||||
Name="libs" | |||||
> | |||||
<Filter | |||||
Name="debug" | |||||
> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Debug\lib\DAE.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Debug\lib\DigiExt.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Debug\lib\DSI.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Debug\lib\PlugInLib.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Release|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
</Filter> | |||||
<Filter | |||||
Name="release" | |||||
> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Release\lib\DAE.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Release\lib\DigiExt.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Release\lib\DSI.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\..\..\..\..\essentials\PT_73_SDK\WinBag\Release\lib\PlugInLib.lib" | |||||
> | |||||
<FileConfiguration | |||||
Name="Debug|Win32" | |||||
ExcludedFromBuild="true" | |||||
> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
</FileConfiguration> | |||||
</File> | |||||
</Filter> | |||||
</Filter> | |||||
</Files> | |||||
<Globals> | |||||
</Globals> | |||||
</VisualStudioProject> |
@@ -1,112 +0,0 @@ | |||||
// Microsoft Visual C++ generated resource script. | |||||
// | |||||
#include "resource.h" | |||||
#define APSTUDIO_READONLY_SYMBOLS | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
// | |||||
// Generated from the TEXTINCLUDE 2 resource. | |||||
// | |||||
#include "afxres.h" | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
#undef APSTUDIO_READONLY_SYMBOLS | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
// English (U.S.) resources | |||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | |||||
#ifdef _WIN32 | |||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |||||
#pragma code_page(1252) | |||||
#endif //_WIN32 | |||||
#ifdef APSTUDIO_INVOKED | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
// | |||||
// TEXTINCLUDE | |||||
// | |||||
1 TEXTINCLUDE | |||||
BEGIN | |||||
"resource.h\0" | |||||
END | |||||
2 TEXTINCLUDE | |||||
BEGIN | |||||
"#include ""afxres.h""\r\n" | |||||
"\0" | |||||
END | |||||
3 TEXTINCLUDE | |||||
BEGIN | |||||
"\r\n" | |||||
"\0" | |||||
END | |||||
#endif // APSTUDIO_INVOKED | |||||
#endif // English (U.S.) resources | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
// English (U.K.) resources | |||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) | |||||
#ifdef _WIN32 | |||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK | |||||
#pragma code_page(1252) | |||||
#endif //_WIN32 | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
// | |||||
// Version | |||||
// | |||||
VS_VERSION_INFO VERSIONINFO | |||||
FILEVERSION 1,0,0,1 | |||||
PRODUCTVERSION 1,0,0,1 | |||||
FILEFLAGSMASK 0x17L | |||||
#ifdef _DEBUG | |||||
FILEFLAGS 0x1L | |||||
#else | |||||
FILEFLAGS 0x0L | |||||
#endif | |||||
FILEOS 0x4L | |||||
FILETYPE 0x2L | |||||
FILESUBTYPE 0x0L | |||||
BEGIN | |||||
BLOCK "StringFileInfo" | |||||
BEGIN | |||||
BLOCK "080904b0" | |||||
BEGIN | |||||
VALUE "FileDescription", "Juce Audio Plugin RTAS Demo" | |||||
VALUE "FileVersion", "1, 0, 0, 1" | |||||
VALUE "InternalName", "Juce RTAS Demo" | |||||
VALUE "LegalCopyright", "Copyright (C) 2006" | |||||
VALUE "ProductName", "Juce RTAS Demo" | |||||
VALUE "ProductVersion", "1, 0, 0, 1" | |||||
END | |||||
END | |||||
BLOCK "VarFileInfo" | |||||
BEGIN | |||||
VALUE "Translation", 0x809, 1200 | |||||
END | |||||
END | |||||
#endif // English (U.K.) resources | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
#ifndef APSTUDIO_INVOKED | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
// | |||||
// Generated from the TEXTINCLUDE 3 resource. | |||||
// | |||||
///////////////////////////////////////////////////////////////////////////// | |||||
#endif // not APSTUDIO_INVOKED | |||||
@@ -1,14 +0,0 @@ | |||||
//{{NO_DEPENDENCIES}} | |||||
// Microsoft Visual C++ generated include file. | |||||
// Used by juce_RTASDemo.rc | |||||
// Next default values for new objects | |||||
// | |||||
#ifdef APSTUDIO_INVOKED | |||||
#ifndef APSTUDIO_READONLY_SYMBOLS | |||||
#define _APS_NEXT_RESOURCE_VALUE 101 | |||||
#define _APS_NEXT_COMMAND_VALUE 40001 | |||||
#define _APS_NEXT_CONTROL_VALUE 1001 | |||||
#define _APS_NEXT_SYMED_VALUE 101 | |||||
#endif | |||||
#endif |
@@ -1,55 +0,0 @@ | |||||
project.name = "JucePluginDemo" | |||||
project.bindir = "build" | |||||
project.libdir = "build" | |||||
project.configs = { "Debug", "Release" } | |||||
package = newpackage() | |||||
package.name = "JucePluginDemo" | |||||
package.kind = "dll" | |||||
package.language = "c++" | |||||
package.objdir = "build/intermediate" | |||||
package.config["Debug"].objdir = "build/intermediate/Debug" | |||||
package.config["Release"].objdir = "build/intermediate/Release" | |||||
package.config["Debug"].defines = { "LINUX=1", "DEBUG=1", "_DEBUG=1" } | |||||
package.config["Debug"].buildoptions = { "-O0 -ggdb -g3 -Wall" } | |||||
package.config["Release"].defines = { "LINUX=1", "NDEBUG=1" } | |||||
package.config["Release"].buildoptions = { "-O2 -s" } | |||||
package.includepaths = { | |||||
"/usr/include", | |||||
"../../../../../", | |||||
"/usr/include/vst/source/common", | |||||
"/usr/include/vst", | |||||
"../../src" | |||||
} | |||||
package.libpaths = { | |||||
"../../../../../bin", | |||||
"/usr/X11R6/lib/", | |||||
"/usr/lib" | |||||
} | |||||
package.config["Debug"].links = { | |||||
"freetype", "pthread", "rt", "X11", "GL", "GLU", "Xinerama", "asound", "juce_debug" | |||||
} | |||||
package.config["Release"].links = { | |||||
"freetype", "pthread", "rt", "X11", "GL", "GLU", "Xinerama", "asound", "juce" | |||||
} | |||||
package.files = { | |||||
matchfiles ( | |||||
"../../../wrapper/*.h", | |||||
"../../../wrapper/*.cpp", | |||||
"../../../wrapper/formats/VST/*.cpp" | |||||
), | |||||
matchrecursive ( | |||||
"../../src/*.h", | |||||
"../../src/*.cpp" | |||||
) | |||||
} |
@@ -1,28 +0,0 @@ | |||||
<?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>JuceVST</string> | |||||
<key>CFBundleGetInfoString</key> | |||||
<string>Juce VST Demo plugin</string> | |||||
<key>CFBundleIconFile</key> | |||||
<string></string> | |||||
<key>CFBundleIdentifier</key> | |||||
<string>com.rawmaterialsoftware.JuceVSTDemo</string> | |||||
<key>CFBundleInfoDictionaryVersion</key> | |||||
<string>6.0</string> | |||||
<key>CFBundleName</key> | |||||
<string>JuceVST</string> | |||||
<key>CFBundlePackageType</key> | |||||
<string>BNDL</string> | |||||
<key>CFBundleShortVersionString</key> | |||||
<string></string> | |||||
<key>CFBundleSignature</key> | |||||
<string>JUCE</string> | |||||
<key>CFBundleVersion</key> | |||||
<string>0.0.1</string> | |||||
</dict> | |||||
</plist> |
@@ -1,22 +0,0 @@ | |||||
<?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>JuceVST</string> | |||||
<key>CFBundleIdentifier</key> | |||||
<string>com.rawmaterialsoftware.JuceVST</string> | |||||
<key>CFBundleInfoDictionaryVersion</key> | |||||
<string>1.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> |
@@ -1,329 +0,0 @@ | |||||
// !$*UTF8*$! | |||||
{ | |||||
archiveVersion = 1; | |||||
classes = { | |||||
}; | |||||
objectVersion = 42; | |||||
objects = { | |||||
/* Begin PBXBuildFile section */ | |||||
846EC67F0EB603BE0080CCFF /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 846EC67E0EB603BE0080CCFF /* QuickTime.framework */; }; | |||||
84BACBD20987847C0073300C /* juce_VstWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84BACBD10987847C0073300C /* juce_VstWrapper.cpp */; }; | |||||
84C0A3540DE2D1FD00606895 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3460DE2D1FD00606895 /* ApplicationServices.framework */; }; | |||||
84C0A3550DE2D1FD00606895 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3470DE2D1FD00606895 /* AudioUnit.framework */; }; | |||||
84C0A3560DE2D1FD00606895 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3480DE2D1FD00606895 /* Carbon.framework */; }; | |||||
84C0A3570DE2D1FD00606895 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3490DE2D1FD00606895 /* Cocoa.framework */; }; | |||||
84C0A3580DE2D1FD00606895 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A34A0DE2D1FD00606895 /* CoreAudio.framework */; }; | |||||
84C0A3590DE2D1FD00606895 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A34B0DE2D1FD00606895 /* CoreFoundation.framework */; }; | |||||
84C0A35A0DE2D1FD00606895 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A34C0DE2D1FD00606895 /* CoreMIDI.framework */; }; | |||||
84C0A35B0DE2D1FD00606895 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A34D0DE2D1FD00606895 /* CoreServices.framework */; }; | |||||
84C0A35C0DE2D1FD00606895 /* DiscRecording.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A34E0DE2D1FD00606895 /* DiscRecording.framework */; }; | |||||
84C0A35D0DE2D1FD00606895 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A34F0DE2D1FD00606895 /* IOKit.framework */; }; | |||||
84C0A35E0DE2D1FD00606895 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3500DE2D1FD00606895 /* OpenGL.framework */; }; | |||||
84C0A3600DE2D1FD00606895 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3520DE2D1FD00606895 /* WebKit.framework */; }; | |||||
84C0A3620DE2D24B00606895 /* juce_amalgamated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84C0A3610DE2D24B00606895 /* juce_amalgamated.mm */; }; | |||||
84E01FC70E9136C6003E41AF /* juce_VstWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84E01FC60E9136C6003E41AF /* juce_VstWrapper.mm */; }; | |||||
84E0200D0E923F75003E41AF /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84E0200C0E923F75003E41AF /* QTKit.framework */; }; | |||||
84E1AE51089EBAAA00E85E4F /* DemoEditorComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84E1AE4D089EBAAA00E85E4F /* DemoEditorComponent.cpp */; }; | |||||
84E1AE52089EBAAA00E85E4F /* DemoJuceFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84E1AE4F089EBAAA00E85E4F /* DemoJuceFilter.cpp */; }; | |||||
84E1AF42089EBFD900E85E4F /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 84E1AF41089EBFD900E85E4F /* Info.plist */; }; | |||||
/* End PBXBuildFile section */ | |||||
/* Begin PBXFileReference section */ | |||||
84551AA009BDB8F3009C9F3E /* JucePluginCharacteristics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JucePluginCharacteristics.h; path = ../../src/JucePluginCharacteristics.h; sourceTree = SOURCE_ROOT; }; | |||||
845FAE4B0A5C09FA008C94D8 /* juce.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; name = juce.xcconfig; path = ../../../../../build/macosx/juce.xcconfig; sourceTree = SOURCE_ROOT; }; | |||||
846EC67E0EB603BE0080CCFF /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||||
846EC6820EB603FF0080CCFF /* includes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = includes.h; path = ../../src/includes.h; sourceTree = SOURCE_ROOT; }; | |||||
84BACBD10987847C0073300C /* juce_VstWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = juce_VstWrapper.cpp; path = ../../../wrapper/formats/VST/juce_VstWrapper.cpp; sourceTree = SOURCE_ROOT; }; | |||||
84BE92BB0EA61E590079073F /* MacExportedSymbols.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = MacExportedSymbols.txt; path = ../../../wrapper/formats/VST/MacExportedSymbols.txt; sourceTree = SOURCE_ROOT; }; | |||||
84C0A3460DE2D1FD00606895 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; | |||||
84C0A3470DE2D1FD00606895 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A3480DE2D1FD00606895 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||||
84C0A3490DE2D1FD00606895 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||||
84C0A34A0DE2D1FD00606895 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||||
84C0A34B0DE2D1FD00606895 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; | |||||
84C0A34C0DE2D1FD00606895 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||||
84C0A34D0DE2D1FD00606895 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; | |||||
84C0A34E0DE2D1FD00606895 /* DiscRecording.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||||
84C0A34F0DE2D1FD00606895 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A3500DE2D1FD00606895 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||||
84C0A3520DE2D1FD00606895 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||||
84C0A3610DE2D24B00606895 /* juce_amalgamated.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_amalgamated.mm; path = ../../../../../juce_amalgamated.mm; sourceTree = SOURCE_ROOT; }; | |||||
84E01FC60E9136C6003E41AF /* juce_VstWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 2; name = juce_VstWrapper.mm; path = ../../../wrapper/formats/VST/juce_VstWrapper.mm; sourceTree = SOURCE_ROOT; }; | |||||
84E0200C0E923F75003E41AF /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||||
84E1AE47089EBA6A00E85E4F /* JuceVST.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JuceVST.vst; sourceTree = BUILT_PRODUCTS_DIR; }; | |||||
84E1AE4D089EBAAA00E85E4F /* DemoEditorComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DemoEditorComponent.cpp; path = ../../src/DemoEditorComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||||
84E1AE4E089EBAAA00E85E4F /* DemoEditorComponent.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DemoEditorComponent.h; path = ../../src/DemoEditorComponent.h; sourceTree = SOURCE_ROOT; }; | |||||
84E1AE4F089EBAAA00E85E4F /* DemoJuceFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DemoJuceFilter.cpp; path = ../../src/DemoJuceFilter.cpp; sourceTree = SOURCE_ROOT; }; | |||||
84E1AE50089EBAAA00E85E4F /* DemoJuceFilter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DemoJuceFilter.h; path = ../../src/DemoJuceFilter.h; sourceTree = SOURCE_ROOT; }; | |||||
84E1AF41089EBFD900E85E4F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||||
84F5CF030B1B66B100A2E279 /* How to use this framework.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = "How to use this framework.txt"; path = "../../../How to use this framework.txt"; sourceTree = SOURCE_ROOT; }; | |||||
/* End PBXFileReference section */ | |||||
/* Begin PBXFrameworksBuildPhase section */ | |||||
84E1AE45089EBA6A00E85E4F /* Frameworks */ = { | |||||
isa = PBXFrameworksBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
84C0A3540DE2D1FD00606895 /* ApplicationServices.framework in Frameworks */, | |||||
84C0A3550DE2D1FD00606895 /* AudioUnit.framework in Frameworks */, | |||||
84C0A3560DE2D1FD00606895 /* Carbon.framework in Frameworks */, | |||||
84C0A3570DE2D1FD00606895 /* Cocoa.framework in Frameworks */, | |||||
84C0A3580DE2D1FD00606895 /* CoreAudio.framework in Frameworks */, | |||||
84C0A3590DE2D1FD00606895 /* CoreFoundation.framework in Frameworks */, | |||||
84C0A35A0DE2D1FD00606895 /* CoreMIDI.framework in Frameworks */, | |||||
84C0A35B0DE2D1FD00606895 /* CoreServices.framework in Frameworks */, | |||||
84C0A35C0DE2D1FD00606895 /* DiscRecording.framework in Frameworks */, | |||||
84C0A35D0DE2D1FD00606895 /* IOKit.framework in Frameworks */, | |||||
84C0A35E0DE2D1FD00606895 /* OpenGL.framework in Frameworks */, | |||||
84C0A3600DE2D1FD00606895 /* WebKit.framework in Frameworks */, | |||||
84E0200D0E923F75003E41AF /* QTKit.framework in Frameworks */, | |||||
846EC67F0EB603BE0080CCFF /* QuickTime.framework in Frameworks */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXFrameworksBuildPhase section */ | |||||
/* Begin PBXGroup section */ | |||||
089C166AFE841209C02AAC07 /* JuceVST */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
08FB77ADFE841716C02AAC07 /* Source */, | |||||
84F5CF030B1B66B100A2E279 /* How to use this framework.txt */, | |||||
089C167CFE841241C02AAC07 /* Resources */, | |||||
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, | |||||
19C28FB4FE9D528D11CA2CBB /* Products */, | |||||
); | |||||
name = JuceVST; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84C0A3460DE2D1FD00606895 /* ApplicationServices.framework */, | |||||
84C0A3470DE2D1FD00606895 /* AudioUnit.framework */, | |||||
84C0A3480DE2D1FD00606895 /* Carbon.framework */, | |||||
84C0A3490DE2D1FD00606895 /* Cocoa.framework */, | |||||
84C0A34A0DE2D1FD00606895 /* CoreAudio.framework */, | |||||
84C0A34B0DE2D1FD00606895 /* CoreFoundation.framework */, | |||||
84C0A34C0DE2D1FD00606895 /* CoreMIDI.framework */, | |||||
84C0A34D0DE2D1FD00606895 /* CoreServices.framework */, | |||||
84C0A34E0DE2D1FD00606895 /* DiscRecording.framework */, | |||||
84C0A34F0DE2D1FD00606895 /* IOKit.framework */, | |||||
84E0200C0E923F75003E41AF /* QTKit.framework */, | |||||
846EC67E0EB603BE0080CCFF /* QuickTime.framework */, | |||||
84C0A3500DE2D1FD00606895 /* OpenGL.framework */, | |||||
84C0A3520DE2D1FD00606895 /* WebKit.framework */, | |||||
); | |||||
name = "External Frameworks and Libraries"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
089C167CFE841241C02AAC07 /* Resources */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84E1AF41089EBFD900E85E4F /* Info.plist */, | |||||
); | |||||
name = Resources; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
08FB77ADFE841716C02AAC07 /* Source */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84E1AE4C089EBA9300E85E4F /* filter */, | |||||
84E1AE53089EBACA00E85E4F /* wrapper code */, | |||||
845FAE4B0A5C09FA008C94D8 /* juce.xcconfig */, | |||||
); | |||||
name = Source; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
19C28FB4FE9D528D11CA2CBB /* Products */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84E1AE47089EBA6A00E85E4F /* JuceVST.vst */, | |||||
); | |||||
name = Products; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
84E1AE4C089EBA9300E85E4F /* filter */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84E1AE4D089EBAAA00E85E4F /* DemoEditorComponent.cpp */, | |||||
84E1AE4E089EBAAA00E85E4F /* DemoEditorComponent.h */, | |||||
84E1AE4F089EBAAA00E85E4F /* DemoJuceFilter.cpp */, | |||||
84E1AE50089EBAAA00E85E4F /* DemoJuceFilter.h */, | |||||
84551AA009BDB8F3009C9F3E /* JucePluginCharacteristics.h */, | |||||
84C0A3610DE2D24B00606895 /* juce_amalgamated.mm */, | |||||
846EC6820EB603FF0080CCFF /* includes.h */, | |||||
); | |||||
name = filter; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
84E1AE53089EBACA00E85E4F /* wrapper code */ = { | |||||
isa = PBXGroup; | |||||
children = ( | |||||
84E01FC60E9136C6003E41AF /* juce_VstWrapper.mm */, | |||||
84BACBD10987847C0073300C /* juce_VstWrapper.cpp */, | |||||
84BE92BB0EA61E590079073F /* MacExportedSymbols.txt */, | |||||
); | |||||
name = "wrapper code"; | |||||
sourceTree = "<group>"; | |||||
}; | |||||
/* End PBXGroup section */ | |||||
/* Begin PBXNativeTarget section */ | |||||
84E1AE46089EBA6A00E85E4F /* JuceVST */ = { | |||||
isa = PBXNativeTarget; | |||||
buildConfigurationList = 84E1AE48089EBA8900E85E4F /* Build configuration list for PBXNativeTarget "JuceVST" */; | |||||
buildPhases = ( | |||||
84E1AE43089EBA6A00E85E4F /* Resources */, | |||||
84E1AE44089EBA6A00E85E4F /* Sources */, | |||||
84E1AE45089EBA6A00E85E4F /* Frameworks */, | |||||
); | |||||
buildRules = ( | |||||
); | |||||
dependencies = ( | |||||
); | |||||
name = JuceVST; | |||||
productName = JuceVST; | |||||
productReference = 84E1AE47089EBA6A00E85E4F /* JuceVST.vst */; | |||||
productType = "com.apple.product-type.bundle"; | |||||
}; | |||||
/* End PBXNativeTarget section */ | |||||
/* Begin PBXProject section */ | |||||
089C1669FE841209C02AAC07 /* Project object */ = { | |||||
isa = PBXProject; | |||||
buildConfigurationList = 84E1ADD2089EB1BA00E85E4F /* Build configuration list for PBXProject "JuceVST" */; | |||||
compatibilityVersion = "Xcode 2.4"; | |||||
hasScannedForEncodings = 1; | |||||
mainGroup = 089C166AFE841209C02AAC07 /* JuceVST */; | |||||
projectDirPath = ""; | |||||
projectRoot = ""; | |||||
targets = ( | |||||
84E1AE46089EBA6A00E85E4F /* JuceVST */, | |||||
); | |||||
}; | |||||
/* End PBXProject section */ | |||||
/* Begin PBXResourcesBuildPhase section */ | |||||
84E1AE43089EBA6A00E85E4F /* Resources */ = { | |||||
isa = PBXResourcesBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
84E1AF42089EBFD900E85E4F /* Info.plist in Resources */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXResourcesBuildPhase section */ | |||||
/* Begin PBXSourcesBuildPhase section */ | |||||
84E1AE44089EBA6A00E85E4F /* Sources */ = { | |||||
isa = PBXSourcesBuildPhase; | |||||
buildActionMask = 2147483647; | |||||
files = ( | |||||
84E1AE51089EBAAA00E85E4F /* DemoEditorComponent.cpp in Sources */, | |||||
84E1AE52089EBAAA00E85E4F /* DemoJuceFilter.cpp in Sources */, | |||||
84BACBD20987847C0073300C /* juce_VstWrapper.cpp in Sources */, | |||||
84C0A3620DE2D24B00606895 /* juce_amalgamated.mm in Sources */, | |||||
84E01FC70E9136C6003E41AF /* juce_VstWrapper.mm in Sources */, | |||||
); | |||||
runOnlyForDeploymentPostprocessing = 0; | |||||
}; | |||||
/* End PBXSourcesBuildPhase section */ | |||||
/* Begin XCBuildConfiguration section */ | |||||
84E1ADD3089EB1BA00E85E4F /* Debug */ = { | |||||
isa = XCBuildConfiguration; | |||||
baseConfigurationReference = 845FAE4B0A5C09FA008C94D8 /* juce.xcconfig */; | |||||
buildSettings = { | |||||
GCC_OPTIMIZATION_LEVEL = 0; | |||||
GCC_PREPROCESSOR_DEFINITIONS = DEBUG; | |||||
HEADER_SEARCH_PATHS = ( | |||||
../../../../.., | |||||
"~/stuff/vstsdk2.4/", | |||||
); | |||||
}; | |||||
name = Debug; | |||||
}; | |||||
84E1ADD4089EB1BA00E85E4F /* Release */ = { | |||||
isa = XCBuildConfiguration; | |||||
baseConfigurationReference = 845FAE4B0A5C09FA008C94D8 /* juce.xcconfig */; | |||||
buildSettings = { | |||||
GCC_PREPROCESSOR_DEFINITIONS = NDEBUG; | |||||
HEADER_SEARCH_PATHS = ( | |||||
../../../../.., | |||||
"~/stuff/vstsdk2.4/", | |||||
); | |||||
}; | |||||
name = Release; | |||||
}; | |||||
84E1AE49089EBA8900E85E4F /* Debug */ = { | |||||
isa = XCBuildConfiguration; | |||||
buildSettings = { | |||||
COPY_PHASE_STRIP = NO; | |||||
EXPORTED_SYMBOLS_FILE = ../../../wrapper/formats/VST/MacExportedSymbols.txt; | |||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES; | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
GENERATE_PKGINFO_FILE = YES; | |||||
INFOPLIST_FILE = info.plist; | |||||
INFOPLIST_PREPROCESS = YES; | |||||
PRELINK_LIBS = libjucedebug; | |||||
PRODUCT_NAME = JuceVST; | |||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; | |||||
SYMROOT = "$(HOME)/Library/Audio/Plug-Ins/VST"; | |||||
WARNING_CFLAGS = ( | |||||
"-Wmost", | |||||
"-Wno-four-char-constants", | |||||
"-Wno-unknown-pragmas", | |||||
); | |||||
WRAPPER_EXTENSION = vst; | |||||
}; | |||||
name = Debug; | |||||
}; | |||||
84E1AE4A089EBA8900E85E4F /* Release */ = { | |||||
isa = XCBuildConfiguration; | |||||
buildSettings = { | |||||
COPY_PHASE_STRIP = YES; | |||||
EXPORTED_SYMBOLS_FILE = ../../../wrapper/formats/VST/MacExportedSymbols.txt; | |||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||||
GENERATE_PKGINFO_FILE = YES; | |||||
INFOPLIST_FILE = info.plist; | |||||
INFOPLIST_PREPROCESS = YES; | |||||
PRODUCT_NAME = JuceVST; | |||||
SYMROOT = "$(HOME)/Library/Audio/Plug-Ins/VST"; | |||||
WARNING_CFLAGS = ( | |||||
"-Wmost", | |||||
"-Wno-four-char-constants", | |||||
"-Wno-unknown-pragmas", | |||||
); | |||||
WRAPPER_EXTENSION = vst; | |||||
}; | |||||
name = Release; | |||||
}; | |||||
/* End XCBuildConfiguration section */ | |||||
/* Begin XCConfigurationList section */ | |||||
84E1ADD2089EB1BA00E85E4F /* Build configuration list for PBXProject "JuceVST" */ = { | |||||
isa = XCConfigurationList; | |||||
buildConfigurations = ( | |||||
84E1ADD3089EB1BA00E85E4F /* Debug */, | |||||
84E1ADD4089EB1BA00E85E4F /* Release */, | |||||
); | |||||
defaultConfigurationIsVisible = 0; | |||||
defaultConfigurationName = Debug; | |||||
}; | |||||
84E1AE48089EBA8900E85E4F /* Build configuration list for PBXNativeTarget "JuceVST" */ = { | |||||
isa = XCConfigurationList; | |||||
buildConfigurations = ( | |||||
84E1AE49089EBA8900E85E4F /* Debug */, | |||||
84E1AE4A089EBA8900E85E4F /* Release */, | |||||
); | |||||
defaultConfigurationIsVisible = 0; | |||||
defaultConfigurationName = Debug; | |||||
}; | |||||
/* End XCConfigurationList section */ | |||||
}; | |||||
rootObject = 089C1669FE841209C02AAC07 /* Project object */; | |||||
} |
@@ -1,16 +0,0 @@ | |||||
<?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>BuildVersion</key> | |||||
<string>38</string> | |||||
<key>CFBundleShortVersionString</key> | |||||
<string>1.0</string> | |||||
<key>CFBundleVersion</key> | |||||
<string>1.0</string> | |||||
<key>ProjectName</key> | |||||
<string>CarbonProjectTemplates</string> | |||||
<key>SourceVersion</key> | |||||
<string>140000</string> | |||||
</dict> | |||||
</plist> |
@@ -1,26 +0,0 @@ | |||||
 | |||||
Microsoft Visual Studio Solution File, Format Version 9.00 | |||||
# Visual Studio 2005 | |||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JuceAudioPlugin Demo", "juce_vst.vcproj", "{6F0F1E35-EAF8-431A-83D9-F0340921E560}" | |||||
EndProject | |||||
Global | |||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||||
Debug|Win32 = Debug|Win32 | |||||
DLL Debug|Win32 = DLL Debug|Win32 | |||||
DLL Release|Win32 = DLL Release|Win32 | |||||
Release|Win32 = Release|Win32 | |||||
EndGlobalSection | |||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.Debug|Win32.ActiveCfg = Debug|Win32 | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.Debug|Win32.Build.0 = Debug|Win32 | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.DLL Debug|Win32.ActiveCfg = Debug|Win32 | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.DLL Debug|Win32.Build.0 = Debug|Win32 | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.DLL Release|Win32.ActiveCfg = Release|Win32 | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.DLL Release|Win32.Build.0 = Release|Win32 | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.Release|Win32.ActiveCfg = Release|Win32 | |||||
{6F0F1E35-EAF8-431A-83D9-F0340921E560}.Release|Win32.Build.0 = Release|Win32 | |||||
EndGlobalSection | |||||
GlobalSection(SolutionProperties) = preSolution | |||||
HideSolutionNode = FALSE | |||||
EndGlobalSection | |||||
EndGlobal |
@@ -1,267 +0,0 @@ | |||||
<?xml version="1.0" encoding="Windows-1252"?> | |||||
<VisualStudioProject | |||||
ProjectType="Visual C++" | |||||
Version="8.00" | |||||
Name="JuceAudioPlugin Demo" | |||||
ProjectGUID="{6F0F1E35-EAF8-431A-83D9-F0340921E560}" | |||||
RootNamespace="JuceAudioPlugin Demo" | |||||
> | |||||
<Platforms> | |||||
<Platform | |||||
Name="Win32" | |||||
/> | |||||
</Platforms> | |||||
<ToolFiles> | |||||
</ToolFiles> | |||||
<Configurations> | |||||
<Configuration | |||||
Name="Debug|Win32" | |||||
OutputDirectory=".\Debug" | |||||
IntermediateDirectory=".\Debug" | |||||
ConfigurationType="2" | |||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||||
UseOfMFC="0" | |||||
ATLMinimizesCRunTimeLibraryUsage="false" | |||||
CharacterSet="2" | |||||
> | |||||
<Tool | |||||
Name="VCPreBuildEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXMLDataGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebServiceProxyGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCMIDLTool" | |||||
PreprocessorDefinitions="_DEBUG" | |||||
MkTypLibCompatible="true" | |||||
SuppressStartupBanner="true" | |||||
TargetEnvironment="1" | |||||
TypeLibraryName=".\Debug/juce_vst.tlb" | |||||
HeaderFileName="" | |||||
/> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
Optimization="0" | |||||
AdditionalIncludeDirectories="../../src" | |||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JUCE_VST_EXPORTS" | |||||
MinimalRebuild="true" | |||||
BasicRuntimeChecks="3" | |||||
RuntimeLibrary="1" | |||||
RuntimeTypeInfo="true" | |||||
UsePrecompiledHeader="0" | |||||
PrecompiledHeaderFile=".\Debug/juce_vst.pch" | |||||
AssemblerListingLocation=".\Debug/" | |||||
ObjectFile=".\Debug/" | |||||
ProgramDataBaseFileName=".\Debug/" | |||||
WarningLevel="3" | |||||
SuppressStartupBanner="true" | |||||
DebugInformationFormat="4" | |||||
/> | |||||
<Tool | |||||
Name="VCManagedResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCResourceCompilerTool" | |||||
PreprocessorDefinitions="_DEBUG" | |||||
Culture="2057" | |||||
/> | |||||
<Tool | |||||
Name="VCPreLinkEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCLinkerTool" | |||||
OutputFile=".\Debug/juce_vst.dll" | |||||
LinkIncremental="2" | |||||
SuppressStartupBanner="true" | |||||
GenerateManifest="false" | |||||
GenerateDebugInformation="true" | |||||
ProgramDatabaseFile=".\Debug/juce_vst.pdb" | |||||
ImportLibrary=".\Debug/juce_vst.lib" | |||||
TargetMachine="1" | |||||
/> | |||||
<Tool | |||||
Name="VCALinkTool" | |||||
/> | |||||
<Tool | |||||
Name="VCManifestTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXDCMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCBscMakeTool" | |||||
SuppressStartupBanner="true" | |||||
OutputFile=".\Debug/juce_vst.bsc" | |||||
/> | |||||
<Tool | |||||
Name="VCFxCopTool" | |||||
/> | |||||
<Tool | |||||
Name="VCAppVerifierTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebDeploymentTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPostBuildEventTool" | |||||
/> | |||||
</Configuration> | |||||
<Configuration | |||||
Name="Release|Win32" | |||||
OutputDirectory=".\Release" | |||||
IntermediateDirectory=".\Release" | |||||
ConfigurationType="2" | |||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||||
UseOfMFC="0" | |||||
ATLMinimizesCRunTimeLibraryUsage="false" | |||||
CharacterSet="2" | |||||
> | |||||
<Tool | |||||
Name="VCPreBuildEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXMLDataGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebServiceProxyGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCMIDLTool" | |||||
PreprocessorDefinitions="NDEBUG" | |||||
MkTypLibCompatible="true" | |||||
SuppressStartupBanner="true" | |||||
TargetEnvironment="1" | |||||
TypeLibraryName=".\Release/juce_vst.tlb" | |||||
HeaderFileName="" | |||||
/> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
Optimization="3" | |||||
InlineFunctionExpansion="1" | |||||
EnableIntrinsicFunctions="true" | |||||
FavorSizeOrSpeed="1" | |||||
WholeProgramOptimization="true" | |||||
AdditionalIncludeDirectories="../../src" | |||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JUCE_VST_EXPORTS" | |||||
StringPooling="true" | |||||
RuntimeLibrary="0" | |||||
EnableFunctionLevelLinking="true" | |||||
RuntimeTypeInfo="true" | |||||
UsePrecompiledHeader="0" | |||||
PrecompiledHeaderFile=".\Release/juce_vst.pch" | |||||
AssemblerListingLocation=".\Release/" | |||||
ObjectFile=".\Release/" | |||||
ProgramDataBaseFileName=".\Release/" | |||||
WarningLevel="3" | |||||
SuppressStartupBanner="true" | |||||
/> | |||||
<Tool | |||||
Name="VCManagedResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCResourceCompilerTool" | |||||
PreprocessorDefinitions="NDEBUG" | |||||
Culture="2057" | |||||
/> | |||||
<Tool | |||||
Name="VCPreLinkEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCLinkerTool" | |||||
OutputFile=".\Release/juce_vst.dll" | |||||
LinkIncremental="1" | |||||
SuppressStartupBanner="true" | |||||
GenerateManifest="false" | |||||
ProgramDatabaseFile=".\Release/juce_vst.pdb" | |||||
ImportLibrary=".\Release/juce_vst.lib" | |||||
TargetMachine="1" | |||||
/> | |||||
<Tool | |||||
Name="VCALinkTool" | |||||
/> | |||||
<Tool | |||||
Name="VCManifestTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXDCMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCBscMakeTool" | |||||
SuppressStartupBanner="true" | |||||
OutputFile=".\Release/juce_vst.bsc" | |||||
/> | |||||
<Tool | |||||
Name="VCFxCopTool" | |||||
/> | |||||
<Tool | |||||
Name="VCAppVerifierTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebDeploymentTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPostBuildEventTool" | |||||
/> | |||||
</Configuration> | |||||
</Configurations> | |||||
<References> | |||||
</References> | |||||
<Files> | |||||
<Filter | |||||
Name="Source Files" | |||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |||||
> | |||||
<Filter | |||||
Name="filter" | |||||
> | |||||
<File | |||||
RelativePath="..\..\src\DemoEditorComponent.cpp" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\DemoEditorComponent.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\DemoJuceFilter.cpp" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\DemoJuceFilter.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\src\JucePluginCharacteristics.h" | |||||
> | |||||
</File> | |||||
</Filter> | |||||
<Filter | |||||
Name="wrapper_code" | |||||
> | |||||
<File | |||||
RelativePath="..\..\..\..\..\juce_amalgamated.cpp" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\..\..\wrapper\formats\VST\juce_VstWrapper.cpp" | |||||
> | |||||
</File> | |||||
</Filter> | |||||
</Filter> | |||||
<File | |||||
RelativePath="..\..\readme.txt" | |||||
> | |||||
</File> | |||||
</Files> | |||||
<Globals> | |||||
</Globals> | |||||
</VisualStudioProject> |