diff --git a/Airwindopedia.txt b/Airwindopedia.txt index 5ed3f694c..f83999e4f 100644 --- a/Airwindopedia.txt +++ b/Airwindopedia.txt @@ -29,7 +29,7 @@ Dynamics: Pop2, Pressure5, Dynamics, Pop, DigitalBlack, Logical4, VariMu, Butter Effects: GalacticVibe, CloudCoat, Fracture2, Dubly, Pafnuty2, PitchNasty, Trianglizer, ShortBuss, GuitarConditioner, Aura, TremoSquare, Tremolo, GlitchShifter, Gringer, Exciter, Energy2, Energy, Facet, Fracture, PowerSag2, PowerSag, Preponderant, Nikola -Filter: Kalman, Baxandall2, Capacitor2, Pear, ResEQ2, SubTight, CStrip2, Weight, Isolator2, Holt2, Holt, ToneSlant, AverMatrix, Average, MackEQ, Hull2, Baxandall, Hull, EQ, Capacitor, Isolator, TapeFat, ResEQ, Lowpass2, Highpass2, Distance2, Distance, Lowpass, Highpass +Filter: Stonefire, Baxandall2, Capacitor2, Pear, ResEQ2, SubTight, CStrip2, Weight, Isolator2, Kalman, Holt2, Holt, ToneSlant, AverMatrix, Average, MackEQ, Hull2, Baxandall, Hull, EQ, Capacitor, Isolator, TapeFat, ResEQ, Lowpass2, Highpass2, Distance2, Distance, Lowpass, Highpass Lo-Fi: Pockey2, Flutter, CrunchyGrooveWear, GrooveWear, Pockey, DeRez2, BitGlitter, DeRez, ChromeOxide, Cojones, Vibrato, Bite, Deckwrecka, DustBunny @@ -3931,6 +3931,32 @@ Center Squish is a neat twist on ‘widening’. Instead of touching the side ch I got a new video light (well, a $30 lightbox to go on one of my existing LED lightbulbs) so I’m kind of excited to make more videos and stuff, and I’ve got a backlog of plugins to try, but understandably (see the DrumSlam post) I’m a little distracted. I want to bring my best for you guys but I also want to honor your kind wishes, so I will post StereoFX and then see if anything comes to mind that I can do, if not immediately for the end of July, then early August: I am also doing the occasional music livestreaming and find that I can express my feelings that way, even if it’s ‘skronk guitar over techno’. So I won’t try and force the plugins (they won’t run out, I promise) and soon I’ll be back in the swing of things. Oh, and the Patreon is doing OK, I won’t worry about that right now but that too is appreciated. If not for that, I wouldn’t have been able to go and support my sister when all this went down, because it made me able to drop everything and zip off to Pennsylvania: without the Patreon, I would struggle to have that much gas covered, and I wouldn’t have been free to go right then, and then I wouldn’t have seen my Dad alive for the last time. So I owe you guys things that can’t be expressed in software or money: thank you. +############ Stonefire is the non-EQ EQ designed for ConsoleX. + +There's a reason people have never turned to using Kalman filters for audio purposes. + +They're tricky little buggers, unpredictable, with a 'filter slope' that makes no sense at all. They'll take the crossover point and bounce it around wildly, they'll throw in weird gatey behaviors, they'll turn what's supposed to be a 'smooth' 'filtered' sound into an edgy growl and sputter. They're meant to pull real data out of a pile of noise, not to take real audio and give you anything sensible. Nobody would want a Kalman filter for audio purposes. + +Stonefire uses two different kinds of Kalman filters for audio, as crossovers. The top crossover is the same as what's in Air3. The bottom crossover comes with a range control (even though that won't give you a 'frequency') and is the same as what's in Kalman. + +And when used properly, Stonefire gives you unprecedented levels of tonal control over the texture and presentation of your sound, in a way that almost doesn't even have to do with frequency. + +There's three bands, plus the Range control. Air, Fire, and Stone. Each can be cut back to zero, or boosted (Fire and Stone match, while Air has a lot more gain on tap but will match from 0.5 down to 0.0.) If you cut them back to zero you'll get the weird Kalman behavior, but it'll help you set the Range control appropriately. You can set it so Stone covers the lowest lows (never JUST those, it will always do other stuff too) or up to the high mids and lower treble. + +Then, if you keep everything balanced and make smaller adjustments, the secret of the Kalman filter emerges. You have to use it as a crossover, and let it apply its incredibly strong character to texture, not frequency. It utterly fails to be a 'filter', but it's an extraordinary texture-shaper, and it's what I'm going to be building the upcoming ConsoleX system around. + +Use the Air control like you would in Air3. You can cut back super-highs while seeming to not affect the brightness at all, with a strikingly natural effect. Or, boost it to bring that sparkly aura and light up the sound. It's a custom algorithm that deals with high sample rates by just ramping up the boost: treat it with respect, but it's there to serve your needs for glitter or lack of same. + +Use the Fire control like it was an attitude knob, as much as a midrange. You can get a lot of wildness out of this one with careful settings of Range. Between Fire and Stone, only one can be louder: it's a crossover. If you're boosting Fire, that means you want your sound to command attention. + +Use the Stone control like it's the bedrock of your sound. If you lean entirely on it and kill all the Fire, you'll get a monumentally heavy, sputtering, gatey foundation that zeroes in on the lowest lows, but also tries to put backbone behind anything it thinks is heavy and powerful. This includes lower midrange. Cutting it can control unwieldy bass, but adding it isn't the same as adding a 'bass boost': it'll zero in on things like kick weight and try to present them with unnatural isolation. The secret to adding weight with the Stone control is to let it not seem to be that much of a boost: you can transform the feel of a sound well before you hear 'added bass'. You can also dial the Range up and use the same effect up into the midrange, for an intensely solid punchy character anywhere a sound seems flimsy. + +God help you if you try to measure this thing with PluginDoctor or SPAN. I don't even have any idea what will happen. It's all made out of Kalman filters, which are not for use with audio. + +Except… when they are ;) + +Enjoy the new tone shaping. If it's too ugly, use way less, see how it treats you :) + ############ StudioTan is all the 'non-dither' dithers, up to date and convenient. If you were curious about the new work in quantization I’ve been doing… where I’ve put out a series of experimental plugins with names like Dither Me Timbers and RawGlitters and then said they weren’t dithers, or if you tried stuff like Dither Me Timbers and then found your limiter set to 0dB was now giving you overs, or if it just didn’t make sense at the time… diff --git a/plugins/LinuxVST/CMakeLists.txt b/plugins/LinuxVST/CMakeLists.txt index de3324266..994522ee3 100755 --- a/plugins/LinuxVST/CMakeLists.txt +++ b/plugins/LinuxVST/CMakeLists.txt @@ -139,12 +139,12 @@ add_airwindows_plugin(Discontinuity) add_airwindows_plugin(Distance) add_airwindows_plugin(Distance2) add_airwindows_plugin(Distortion) +add_airwindows_plugin(Doublelay) +add_airwindows_plugin(DoublePaul) add_airwindows_plugin(Ditherbox) add_airwindows_plugin(DitherFloat) add_airwindows_plugin(DitherMeDiskers) add_airwindows_plugin(DitherMeTimbers) -add_airwindows_plugin(Doublelay) -add_airwindows_plugin(DoublePaul) add_airwindows_plugin(Drive) add_airwindows_plugin(DrumSlam) add_airwindows_plugin(DubCenter) @@ -334,6 +334,7 @@ add_airwindows_plugin(StereoChorus) add_airwindows_plugin(StereoDoubler) add_airwindows_plugin(StereoEnsemble) add_airwindows_plugin(StereoFX) +add_airwindows_plugin(Stonefire) add_airwindows_plugin(StudioTan) add_airwindows_plugin(SubsOnly) add_airwindows_plugin(SubTight) diff --git a/plugins/LinuxVST/src/Stonefire/Stonefire.cpp b/plugins/LinuxVST/src/Stonefire/Stonefire.cpp new file mode 100755 index 000000000..f5e876554 --- /dev/null +++ b/plugins/LinuxVST/src/Stonefire/Stonefire.cpp @@ -0,0 +1,151 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Stonefire(audioMaster);} + +Stonefire::Stonefire(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + + for (int x = 0; x < air_total; x++) air[x] = 0.0; + for (int x = 0; x < kal_total; x++) kal[x] = 0.0; + + trebleGainA = 1.0; trebleGainB = 1.0; + midGainA = 1.0; midGainB = 1.0; + bassGainA = 1.0; bassGainB = 1.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Stonefire::~Stonefire() {} +VstInt32 Stonefire::getVendorVersion () {return 1000;} +void Stonefire::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Stonefire::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Stonefire::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Stonefire::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Stonefire::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Stonefire::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Stonefire::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Air", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Fire", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Stone", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Range", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Stonefire::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Stonefire::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Stonefire::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Stonefire::getEffectName(char* name) { + vst_strncpy(name, "Stonefire", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Stonefire::getPlugCategory() {return kPlugCategEffect;} + +bool Stonefire::getProductString(char* text) { + vst_strncpy (text, "airwindows Stonefire", kVstMaxProductStrLen); return true; +} + +bool Stonefire::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/LinuxVST/src/Stonefire/Stonefire.h b/plugins/LinuxVST/src/Stonefire/Stonefire.h new file mode 100755 index 000000000..01ebaa730 --- /dev/null +++ b/plugins/LinuxVST/src/Stonefire/Stonefire.h @@ -0,0 +1,138 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) Airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#define __Stonefire_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kNumParameters = 4 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'stfr'; //Change this to what the AU identity is! + +class Stonefire : + public AudioEffectX +{ +public: + Stonefire(audioMasterCallback audioMaster); + ~Stonefire(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + enum { + pvAL1, + pvSL1, + accSL1, + acc2SL1, + pvAL2, + pvSL2, + accSL2, + acc2SL2, + pvAL3, + pvSL3, + accSL3, + pvAL4, + pvSL4, + gndavgL, + outAL, + gainAL, + pvAR1, + pvSR1, + accSR1, + acc2SR1, + pvAR2, + pvSR2, + accSR2, + acc2SR2, + pvAR3, + pvSR3, + accSR3, + pvAR4, + pvSR4, + gndavgR, + outAR, + gainAR, + air_total + }; + double air[air_total]; + + enum { + prevSampL1, + prevSlewL1, + accSlewL1, + prevSampL2, + prevSlewL2, + accSlewL2, + prevSampL3, + prevSlewL3, + accSlewL3, + kalGainL, + kalOutL, + prevSampR1, + prevSlewR1, + accSlewR1, + prevSampR2, + prevSlewR2, + accSlewR2, + prevSampR3, + prevSlewR3, + accSlewR3, + kalGainR, + kalOutR, + kal_total + }; + double kal[kal_total]; + + double trebleGainA; + double trebleGainB; + double midGainA; + double midGainB; + double bassGainA; + double bassGainB; + + float A; + float B; + float C; + float D; +}; + +#endif diff --git a/plugins/LinuxVST/src/Stonefire/StonefireProc.cpp b/plugins/LinuxVST/src/Stonefire/StonefireProc.cpp new file mode 100755 index 000000000..96c507349 --- /dev/null +++ b/plugins/LinuxVST/src/Stonefire/StonefireProc.cpp @@ -0,0 +1,318 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +void Stonefire::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Stonefire::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacAU/Stonefire/English.lproj/InfoPlist.strings b/plugins/MacAU/Stonefire/English.lproj/InfoPlist.strings new file mode 100755 index 000000000..45ef6e60f Binary files /dev/null and b/plugins/MacAU/Stonefire/English.lproj/InfoPlist.strings differ diff --git a/plugins/MacAU/Stonefire/Info.plist b/plugins/MacAU/Stonefire/Info.plist new file mode 100755 index 000000000..01dc6831c --- /dev/null +++ b/plugins/MacAU/Stonefire/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.audiounit.${PRODUCT_NAME:identifier} + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacAU/Stonefire/Stonefire.cpp b/plugins/MacAU/Stonefire/Stonefire.cpp new file mode 100755 index 000000000..a52aa8acb --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.cpp @@ -0,0 +1,293 @@ +/* +* File: Stonefire.cpp +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Stonefire.cpp + +=============================================================================*/ +#include "Stonefire.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +COMPONENT_ENTRY(Stonefire) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::Stonefire +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Stonefire::Stonefire(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Stonefire::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____StonefireEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::StonefireKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Stonefire::StonefireKernel::Reset() +{ + for (int x = 0; x < air_total; x++) air[x] = 0.0; + for (int x = 0; x < kal_total; x++) kal[x] = 0.0; + trebleGainA = 1.0; trebleGainB = 1.0; + midGainA = 1.0; midGainB = 1.0; + bassGainA = 1.0; bassGainB = 1.0; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::StonefireKernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Stonefire::StonefireKernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + trebleGainA = trebleGainB; trebleGainB = GetParameter( kParam_One )*2.0; + midGainA = midGainB; midGainB = GetParameter( kParam_Two )*2.0; + bassGainA = bassGainB; bassGainB = GetParameter( kParam_Three )*2.0; + //simple three band to adjust + double kalman = 1.0-pow(GetParameter( kParam_Four ),2); + //crossover frequency between mid/bass + + while (nSampleFrames-- > 0) { + double inputSampleL = *sourceP; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpd * 1.18e-17; + double drySampleL = inputSampleL; + + double temp = (double)nSampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSampleL += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSampleL; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacAU/Stonefire/Stonefire.exp b/plugins/MacAU/Stonefire/Stonefire.exp new file mode 100755 index 000000000..733a9371d --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.exp @@ -0,0 +1 @@ +_StonefireEntry diff --git a/plugins/MacAU/Stonefire/Stonefire.h b/plugins/MacAU/Stonefire/Stonefire.h new file mode 100755 index 000000000..d817db32c --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.h @@ -0,0 +1,188 @@ +/* +* File: Stonefire.h +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "StonefireVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Stonefire_h__ +#define __Stonefire_h__ + + +#pragma mark ____Stonefire Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.5; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 0.5; +static const float kDefaultValue_ParamFour = 0.5; + +static CFStringRef kParameterOneName = CFSTR("Air"); +static CFStringRef kParameterTwoName = CFSTR("Fire"); +static CFStringRef kParameterThreeName = CFSTR("Stone"); +static CFStringRef kParameterFourName = CFSTR("Range"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + //Add your parameters here... + kNumberOfParameters=4 +}; + +#pragma mark ____Stonefire +class Stonefire : public AUEffectBase +{ +public: + Stonefire(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Stonefire () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new StonefireKernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kStonefireVersion; } + + + +protected: + class StonefireKernel : public AUKernelBase // most of the real work happens here + { +public: + StonefireKernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + enum { + pvAL1, + pvSL1, + accSL1, + acc2SL1, + pvAL2, + pvSL2, + accSL2, + acc2SL2, + pvAL3, + pvSL3, + accSL3, + pvAL4, + pvSL4, + gndavgL, + outAL, + gainAL, + air_total + }; + double air[air_total]; + + enum { + prevSampL1, + prevSlewL1, + accSlewL1, + prevSampL2, + prevSlewL2, + accSlewL2, + prevSampL3, + prevSlewL3, + accSlewL3, + kalGainL, + kalOutL, + kal_total + }; + double kal[kal_total]; + + double trebleGainA; + double trebleGainB; + double midGainA; + double midGainB; + double bassGainA; + double bassGainB; + + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacAU/Stonefire/Stonefire.r b/plugins/MacAU/Stonefire/Stonefire.r new file mode 100755 index 000000000..8d83e6eea --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.r @@ -0,0 +1,61 @@ +/* +* File: Stonefire.r +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "StonefireVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Stonefire 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Stonefire~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Stonefire +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Stonefire_COMP_SUBTYPE +#define COMP_MANUF Stonefire_COMP_MANF + +#define VERSION kStonefireVersion +#define NAME "Airwindows: Stonefire" +#define DESCRIPTION "Stonefire AU" +#define ENTRY_POINT "StonefireEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..a0e8af414 --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,128 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Stonefire */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 733683431; + PBXWorkspaceStateSaveDate = 733683431; + }; + perUserProjectItems = { + 8BFF51582BBB22AF00C35A15 /* PlistBookmark */ = 8BFF51582BBB22AF00C35A15 /* PlistBookmark */; + 8BFF51762BBB251500C35A15 /* PlistBookmark */ = 8BFF51762BBB251500C35A15 /* PlistBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8BA05A660720730100365D66 /* Stonefire.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1090, 5202}}"; + sepNavSelRange = "{10482, 0}"; + sepNavVisRange = "{11340, 2146}"; + sepNavWindowFrame = "{{15, 52}, {1137, 821}}"; + }; + }; + 8BA05A690720730100365D66 /* StonefireVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1090, 1062}}"; + sepNavSelRange = "{2905, 0}"; + sepNavVisRange = "{1068, 1900}"; + sepNavWindowFrame = "{{15, 52}, {1137, 821}}"; + }; + }; + 8BC6025B073B072D006C4272 /* Stonefire.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 4068}}"; + sepNavSelRange = "{5835, 0}"; + sepNavVisRange = "{5079, 643}"; + sepNavWindowFrame = "{{15, 52}, {1137, 821}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BFF51582BBB22AF00C35A15 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Stonefire/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8BFF51762BBB251500C35A15 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Stonefire/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..8132a056f --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1505 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 841 + 841 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 241 44 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Info.plist + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Info.plist + _historyCapacity + 0 + bookmark + 8BFF51762BBB251500C35A15 + history + + 8BFF51582BBB22AF00C35A15 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 242}} + RubberWindowFrame + 241 44 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 242pt + + + Proportion + 366pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 339}} + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {531, 339}} + RubberWindowFrame + 241 44 841 654 0 0 1440 878 + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BFF516E2BBB248D00C35A15 + 1CA23ED40692098700951B8B + 8BFF516F2BBB248D00C35A15 + 8BD7274A1D46E5A5000176F0 + 8BFF51702BBB248D00C35A15 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 733685013.30776501 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/Stonefire/Stonefire.xcodeproj + + WindowString + 241 44 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Stonefire/Stonefire.xcodeproj/project.pbxproj b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/project.pbxproj new file mode 100755 index 000000000..8ce763470 --- /dev/null +++ b/plugins/MacAU/Stonefire/Stonefire.xcodeproj/project.pbxproj @@ -0,0 +1,490 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; + 8B4119B70749654200361ABE /* Stonefire.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Stonefire.r */; }; + 8BA05A6B0720730100365D66 /* Stonefire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Stonefire.cpp */; }; + 8BA05A6E0720730100365D66 /* StonefireVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* StonefireVersion.h */; }; + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BC6025C073B072D006C4272 /* Stonefire.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Stonefire.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Stonefire.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Stonefire.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Stonefire.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Stonefire.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Stonefire.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Stonefire.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* StonefireVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = StonefireVersion.h; sourceTree = ""; }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Stonefire.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Stonefire.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Stonefire.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Stonefire.component; sourceTree = BUILT_PRODUCTS_DIR; }; + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Stonefire */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Stonefire; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BA05A56072072A900365D66 /* AU Source */, + 8BA05AEB0720742700365D66 /* PublicUtility */, + 8BA05A7D072073D200365D66 /* AUPublic */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Stonefire.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Stonefire.h */, + 8BA05A660720730100365D66 /* Stonefire.cpp */, + 8BA05A670720730100365D66 /* Stonefire.exp */, + 8BA05A680720730100365D66 /* Stonefire.r */, + 8BA05A690720730100365D66 /* StonefireVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BA05A7D072073D200365D66 /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BA05A7E072073D200365D66 /* AUBase */, + 8BA05A99072073D200365D66 /* OtherBases */, + 8BA05AA6072073D200365D66 /* Utility */, + ); + name = AUPublic; + path = Extras/CoreAudio/AudioUnits/AUPublic; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; + 8BA05A7E072073D200365D66 /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BA05A7F072073D200365D66 /* AUBase.cpp */, + 8BA05A80072073D200365D66 /* AUBase.h */, + 8BA05A81072073D200365D66 /* AUDispatch.cpp */, + 8BA05A82072073D200365D66 /* AUDispatch.h */, + 8BA05A83072073D200365D66 /* AUInputElement.cpp */, + 8BA05A84072073D200365D66 /* AUInputElement.h */, + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, + 8BA05A86072073D200365D66 /* AUOutputElement.h */, + 8BA05A87072073D200365D66 /* AUResources.r */, + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, + 8BA05A89072073D200365D66 /* AUScopeElement.h */, + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, + 8BA05A8B072073D200365D66 /* ComponentBase.h */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BA05A99072073D200365D66 /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, + 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BA05AA6072073D200365D66 /* Utility */ = { + isa = PBXGroup; + children = ( + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, + 8BA05AA8072073D200365D66 /* AUBuffer.h */, + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + ); + path = Utility; + sourceTree = ""; + }; + 8BA05AEB0720742700365D66 /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BA05B050720754400365D66 /* CAAUParameter.cpp */, + 8BA05B060720754400365D66 /* CAAUParameter.h */, + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, + 8BA05AE10720742100365D66 /* CAMutex.cpp */, + 8BA05AE20720742100365D66 /* CAMutex.h */, + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, + ); + name = PublicUtility; + path = Extras/CoreAudio/PublicUtility; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6E0720730100365D66 /* StonefireVersion.h in Headers */, + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BC6025C073B072D006C4272 /* Stonefire.h in Headers */, + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Stonefire" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Stonefire; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Stonefire; + productReference = 8D01CCD20486CAD60068D4B7 /* Stonefire.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Stonefire" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Stonefire */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Stonefire */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B4119B70749654200361ABE /* Stonefire.r in Rez */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6B0720730100365D66 /* Stonefire.cpp in Sources */, + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C167EFE841241C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXPORTED_SYMBOLS_FILE = Stonefire.exp; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Stonefire; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + EXPORTED_SYMBOLS_FILE = Stonefire.exp; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Stonefire; + SDKROOT = macosx10.5; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacAU/Stonefire/StonefireVersion.h b/plugins/MacAU/Stonefire/StonefireVersion.h new file mode 100755 index 000000000..5a4aedb77 --- /dev/null +++ b/plugins/MacAU/Stonefire/StonefireVersion.h @@ -0,0 +1,58 @@ +/* +* File: StonefireVersion.h +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __StonefireVersion_h__ +#define __StonefireVersion_h__ + + +#ifdef DEBUG + #define kStonefireVersion 0xFFFFFFFF +#else + #define kStonefireVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Stonefire_COMP_MANF 'Dthr' +#define Stonefire_COMP_SUBTYPE 'stfr' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacAU/Stonefire/version.plist b/plugins/MacAU/Stonefire/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacAU/Stonefire/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp b/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp index 40a1bb2d6..3b855f878 100755 --- a/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(Console6Buss) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Console6Buss) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.exp b/plugins/MacSignedAU/Console6Buss/Console6Buss.exp index d6cef6a17..61a276afe 100755 --- a/plugins/MacSignedAU/Console6Buss/Console6Buss.exp +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.exp @@ -1 +1,2 @@ _Console6BussEntry +_Console6BussFactory diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.pbxproj index 866470f58..f7d6d1055 100755 --- a/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* Console6Buss.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Console6Buss.r */; }; 8BA05A6B0720730100365D66 /* Console6Buss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Console6Buss.cpp */; }; 8BA05A6E0720730100365D66 /* Console6BussVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Console6BussVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB496BD2BBB5FE600515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496352BBB5FE600515D8B /* CAExtAudioFile.h */; }; + 8BB496BE2BBB5FE600515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496362BBB5FE600515D8B /* CACFMachPort.h */; }; + 8BB496BF2BBB5FE600515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496372BBB5FE600515D8B /* CABool.h */; }; + 8BB496C02BBB5FE600515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496382BBB5FE600515D8B /* CAComponent.cpp */; }; + 8BB496C12BBB5FE600515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496392BBB5FE600515D8B /* CADebugger.h */; }; + 8BB496C22BBB5FE600515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4963A2BBB5FE600515D8B /* CACFNumber.cpp */; }; + 8BB496C32BBB5FE600515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4963B2BBB5FE600515D8B /* CAGuard.h */; }; + 8BB496C42BBB5FE600515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4963C2BBB5FE600515D8B /* CAAtomic.h */; }; + 8BB496C52BBB5FE600515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4963D2BBB5FE600515D8B /* CAStreamBasicDescription.h */; }; + 8BB496C62BBB5FE600515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4963E2BBB5FE600515D8B /* CACFObject.h */; }; + 8BB496C72BBB5FE600515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4963F2BBB5FE600515D8B /* CAStreamRangedDescription.h */; }; + 8BB496C82BBB5FE600515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496402BBB5FE600515D8B /* CATokenMap.h */; }; + 8BB496C92BBB5FE600515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496412BBB5FE600515D8B /* CAComponent.h */; }; + 8BB496CA2BBB5FE600515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496422BBB5FE600515D8B /* CAAudioBufferList.h */; }; + 8BB496CB2BBB5FE600515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496432BBB5FE600515D8B /* CAAudioUnit.h */; }; + 8BB496CC2BBB5FE600515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496442BBB5FE600515D8B /* CAAUParameter.h */; }; + 8BB496CD2BBB5FE600515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496452BBB5FE600515D8B /* CAException.h */; }; + 8BB496CE2BBB5FE600515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496462BBB5FE600515D8B /* CAAUProcessor.cpp */; }; + 8BB496CF2BBB5FE600515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496472BBB5FE600515D8B /* CAAUProcessor.h */; }; + 8BB496D02BBB5FE600515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496482BBB5FE600515D8B /* CAProcess.h */; }; + 8BB496D12BBB5FE600515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496492BBB5FE600515D8B /* CACFDictionary.h */; }; + 8BB496D22BBB5FE600515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4964A2BBB5FE600515D8B /* CAPThread.h */; }; + 8BB496D32BBB5FE600515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4964B2BBB5FE600515D8B /* CAAUParameter.cpp */; }; + 8BB496D42BBB5FE600515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4964C2BBB5FE600515D8B /* CAAudioTimeStamp.h */; }; + 8BB496D52BBB5FE600515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4964D2BBB5FE600515D8B /* CAFilePathUtils.cpp */; }; + 8BB496D62BBB5FE600515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4964E2BBB5FE600515D8B /* CAAudioValueRange.h */; }; + 8BB496D72BBB5FE600515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4964F2BBB5FE600515D8B /* CAVectorUnitTypes.h */; }; + 8BB496D82BBB5FE600515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496502BBB5FE600515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB496D92BBB5FE600515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496512BBB5FE600515D8B /* CAGuard.cpp */; }; + 8BB496DA2BBB5FE600515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496522BBB5FE600515D8B /* CACFNumber.h */; }; + 8BB496DB2BBB5FE600515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496532BBB5FE600515D8B /* CACFDistributedNotification.cpp */; }; + 8BB496DC2BBB5FE600515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496542BBB5FE600515D8B /* CACFString.h */; }; + 8BB496DD2BBB5FE600515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496552BBB5FE600515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB496DE2BBB5FE600515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496562BBB5FE600515D8B /* CAComponentDescription.cpp */; }; + 8BB496DF2BBB5FE600515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496572BBB5FE600515D8B /* CAHostTimeBase.h */; }; + 8BB496E02BBB5FE600515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496582BBB5FE600515D8B /* CADebugMacros.cpp */; }; + 8BB496E12BBB5FE600515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496592BBB5FE600515D8B /* CAAudioFileFormats.h */; }; + 8BB496E22BBB5FE600515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4965A2BBB5FE600515D8B /* CAAUMIDIMapManager.h */; }; + 8BB496E32BBB5FE600515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4965B2BBB5FE600515D8B /* CACFDictionary.cpp */; }; + 8BB496E42BBB5FE600515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4965C2BBB5FE600515D8B /* CAMutex.h */; }; + 8BB496E52BBB5FE600515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4965D2BBB5FE600515D8B /* CACFString.cpp */; }; + 8BB496E62BBB5FE600515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4965E2BBB5FE600515D8B /* CASettingsStorage.h */; }; + 8BB496E72BBB5FE600515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4965F2BBB5FE600515D8B /* CADebugPrintf.h */; }; + 8BB496E82BBB5FE600515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496602BBB5FE600515D8B /* CAXException.cpp */; }; + 8BB496E92BBB5FE600515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496612BBB5FE600515D8B /* CAAUMIDIMap.h */; }; + 8BB496EA2BBB5FE600515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496622BBB5FE600515D8B /* AUParamInfo.h */; }; + 8BB496EB2BBB5FE600515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496632BBB5FE600515D8B /* CABitOperations.h */; }; + 8BB496EC2BBB5FE600515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496642BBB5FE600515D8B /* CACFPreferences.cpp */; }; + 8BB496ED2BBB5FE600515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496652BBB5FE600515D8B /* CABundleLocker.h */; }; + 8BB496EE2BBB5FE600515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496662BBB5FE600515D8B /* CAPropertyAddress.h */; }; + 8BB496EF2BBB5FE600515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496672BBB5FE600515D8B /* CAXException.h */; }; + 8BB496F02BBB5FE600515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496682BBB5FE600515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB496F12BBB5FE600515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496692BBB5FE600515D8B /* CAThreadSafeList.h */; }; + 8BB496F22BBB5FE600515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4966A2BBB5FE600515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB496F32BBB5FE600515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4966B2BBB5FE600515D8B /* AUParamInfo.cpp */; }; + 8BB496F42BBB5FE600515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4966C2BBB5FE600515D8B /* CASharedLibrary.cpp */; }; + 8BB496F52BBB5FE600515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4966D2BBB5FE600515D8B /* CAAUMIDIMap.cpp */; }; + 8BB496F62BBB5FE600515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4966E2BBB5FE600515D8B /* CALogMacros.h */; }; + 8BB496F72BBB5FE600515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4966F2BBB5FE600515D8B /* CACFMessagePort.cpp */; }; + 8BB496F82BBB5FE600515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496702BBB5FE600515D8B /* CARingBuffer.h */; }; + 8BB496F92BBB5FE600515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496712BBB5FE600515D8B /* AUOutputBL.cpp */; }; + 8BB496FA2BBB5FE600515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496722BBB5FE600515D8B /* CABufferList.h */; }; + 8BB496FB2BBB5FE600515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496732BBB5FE600515D8B /* CASharedLibrary.h */; }; + 8BB496FC2BBB5FE600515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496742BBB5FE600515D8B /* CACFData.h */; }; + 8BB496FD2BBB5FE600515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496752BBB5FE600515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB496FE2BBB5FE600515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496762BBB5FE600515D8B /* CAPThread.cpp */; }; + 8BB496FF2BBB5FE600515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496772BBB5FE600515D8B /* CAAutoDisposer.h */; }; + 8BB497002BBB5FE600515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496782BBB5FE600515D8B /* CACFPreferences.h */; }; + 8BB497012BBB5FE600515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496792BBB5FE600515D8B /* CAVectorUnit.cpp */; }; + 8BB497022BBB5FE600515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4967A2BBB5FE600515D8B /* CAComponentDescription.h */; }; + 8BB497032BBB5FE600515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4967B2BBB5FE600515D8B /* CADebugMacros.h */; }; + 8BB497042BBB5FE600515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4967C2BBB5FE600515D8B /* AUOutputBL.h */; }; + 8BB497052BBB5FE600515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4967D2BBB5FE600515D8B /* CADebugPrintf.cpp */; }; + 8BB497062BBB5FE600515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4967E2BBB5FE600515D8B /* CARingBuffer.cpp */; }; + 8BB497072BBB5FE600515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4967F2BBB5FE600515D8B /* CACFPlugIn.h */; }; + 8BB497082BBB5FE600515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496802BBB5FE600515D8B /* CASettingsStorage.cpp */; }; + 8BB497092BBB5FE600515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496812BBB5FE600515D8B /* CAMixMap.h */; }; + 8BB4970A2BBB5FE600515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496822BBB5FE600515D8B /* CACFDistributedNotification.h */; }; + 8BB4970B2BBB5FE600515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496832BBB5FE600515D8B /* CAFilePathUtils.h */; }; + 8BB4970C2BBB5FE600515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496842BBB5FE600515D8B /* CATink.h */; }; + 8BB4970D2BBB5FE600515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496852BBB5FE600515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB4970E2BBB5FE600515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496862BBB5FE600515D8B /* CAAudioChannelLayout.h */; }; + 8BB4970F2BBB5FE600515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496872BBB5FE600515D8B /* CAProcess.cpp */; }; + 8BB497102BBB5FE600515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496882BBB5FE600515D8B /* CAHostTimeBase.cpp */; }; + 8BB497112BBB5FE600515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496892BBB5FE600515D8B /* CAPersistence.cpp */; }; + 8BB497122BBB5FE600515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4968A2BBB5FE600515D8B /* CAAudioBufferList.cpp */; }; + 8BB497132BBB5FE600515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4968B2BBB5FE600515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB497142BBB5FE600515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4968C2BBB5FE600515D8B /* CAVectorUnit.h */; }; + 8BB497152BBB5FE600515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4968D2BBB5FE600515D8B /* CAByteOrder.h */; }; + 8BB497162BBB5FE600515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4968E2BBB5FE600515D8B /* CACFArray.h */; }; + 8BB497172BBB5FE600515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4968F2BBB5FE600515D8B /* CAAtomicStack.h */; }; + 8BB497182BBB5FE600515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496902BBB5FE600515D8B /* CAReferenceCounted.h */; }; + 8BB497192BBB5FE600515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496912BBB5FE600515D8B /* CACFMachPort.cpp */; }; + 8BB4971A2BBB5FE600515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496922BBB5FE600515D8B /* CABufferList.cpp */; }; + 8BB4971B2BBB5FE600515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496932BBB5FE600515D8B /* CAMutex.cpp */; }; + 8BB4971C2BBB5FE600515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496942BBB5FE600515D8B /* CADebugger.cpp */; }; + 8BB4971D2BBB5FE600515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496952BBB5FE600515D8B /* CABundleLocker.cpp */; }; + 8BB4971E2BBB5FE600515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496962BBB5FE600515D8B /* CAAudioFileFormats.cpp */; }; + 8BB4971F2BBB5FE600515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496972BBB5FE600515D8B /* CAMath.h */; }; + 8BB497202BBB5FE600515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496982BBB5FE600515D8B /* CACFArray.cpp */; }; + 8BB497212BBB5FE600515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496992BBB5FE600515D8B /* CACFMessagePort.h */; }; + 8BB497222BBB5FE600515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4969A2BBB5FE600515D8B /* CAAudioValueRange.cpp */; }; + 8BB497232BBB5FE600515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4969B2BBB5FE600515D8B /* CAAudioUnit.cpp */; }; + 8BB497242BBB5FE600515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4969F2BBB5FE600515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB497252BBB5FE600515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496A12BBB5FE600515D8B /* ComponentBase.cpp */; }; + 8BB497262BBB5FE600515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496A22BBB5FE600515D8B /* AUScopeElement.cpp */; }; + 8BB497272BBB5FE600515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496A32BBB5FE600515D8B /* ComponentBase.h */; }; + 8BB497282BBB5FE600515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496A42BBB5FE600515D8B /* AUBase.cpp */; }; + 8BB497292BBB5FE600515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496A52BBB5FE600515D8B /* AUInputElement.h */; }; + 8BB4972A2BBB5FE600515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496A62BBB5FE600515D8B /* AUBase.h */; }; + 8BB4972B2BBB5FE600515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496A72BBB5FE600515D8B /* AUPlugInDispatch.h */; }; + 8BB4972C2BBB5FE600515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496A82BBB5FE600515D8B /* AUDispatch.h */; }; + 8BB4972D2BBB5FE600515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496A92BBB5FE600515D8B /* AUOutputElement.cpp */; }; + 8BB4972F2BBB5FE600515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496AB2BBB5FE600515D8B /* AUPlugInDispatch.cpp */; }; + 8BB497302BBB5FE600515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496AC2BBB5FE600515D8B /* AUOutputElement.h */; }; + 8BB497312BBB5FE600515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496AD2BBB5FE600515D8B /* AUDispatch.cpp */; }; + 8BB497322BBB5FE600515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496AE2BBB5FE600515D8B /* AUScopeElement.h */; }; + 8BB497332BBB5FE600515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496AF2BBB5FE600515D8B /* AUInputElement.cpp */; }; + 8BB497342BBB5FE600515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496B12BBB5FE600515D8B /* AUEffectBase.cpp */; }; + 8BB497352BBB5FE600515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496B22BBB5FE600515D8B /* AUEffectBase.h */; }; + 8BB497362BBB5FE600515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496B42BBB5FE600515D8B /* AUTimestampGenerator.h */; }; + 8BB497372BBB5FE600515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496B52BBB5FE600515D8B /* AUBaseHelper.cpp */; }; + 8BB497382BBB5FE600515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496B62BBB5FE600515D8B /* AUSilentTimeout.h */; }; + 8BB497392BBB5FE600515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496B72BBB5FE600515D8B /* AUInputFormatConverter.h */; }; + 8BB4973A2BBB5FE600515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496B82BBB5FE600515D8B /* AUTimestampGenerator.cpp */; }; + 8BB4973B2BBB5FE600515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB496B92BBB5FE600515D8B /* AUBuffer.cpp */; }; + 8BB4973C2BBB5FE600515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496BA2BBB5FE600515D8B /* AUMIDIDefs.h */; }; + 8BB4973D2BBB5FE600515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496BB2BBB5FE600515D8B /* AUBuffer.h */; }; + 8BB4973E2BBB5FE600515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB496BC2BBB5FE600515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* Console6Buss.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Console6Buss.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* Console6Buss.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Console6Buss.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* Console6Buss.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Console6Buss.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* Console6Buss.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Console6Buss.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* Console6BussVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console6BussVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB496352BBB5FE600515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB496362BBB5FE600515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB496372BBB5FE600515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB496382BBB5FE600515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB496392BBB5FE600515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB4963A2BBB5FE600515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB4963B2BBB5FE600515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB4963C2BBB5FE600515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB4963D2BBB5FE600515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB4963E2BBB5FE600515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB4963F2BBB5FE600515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB496402BBB5FE600515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB496412BBB5FE600515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB496422BBB5FE600515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB496432BBB5FE600515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB496442BBB5FE600515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB496452BBB5FE600515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB496462BBB5FE600515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB496472BBB5FE600515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB496482BBB5FE600515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB496492BBB5FE600515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB4964A2BBB5FE600515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB4964B2BBB5FE600515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB4964C2BBB5FE600515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB4964D2BBB5FE600515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB4964E2BBB5FE600515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB4964F2BBB5FE600515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB496502BBB5FE600515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB496512BBB5FE600515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB496522BBB5FE600515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB496532BBB5FE600515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB496542BBB5FE600515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB496552BBB5FE600515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB496562BBB5FE600515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB496572BBB5FE600515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB496582BBB5FE600515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB496592BBB5FE600515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB4965A2BBB5FE600515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB4965B2BBB5FE600515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB4965C2BBB5FE600515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB4965D2BBB5FE600515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB4965E2BBB5FE600515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB4965F2BBB5FE600515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB496602BBB5FE600515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB496612BBB5FE600515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB496622BBB5FE600515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB496632BBB5FE600515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB496642BBB5FE600515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB496652BBB5FE600515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB496662BBB5FE600515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB496672BBB5FE600515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB496682BBB5FE600515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB496692BBB5FE600515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB4966A2BBB5FE600515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB4966B2BBB5FE600515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB4966C2BBB5FE600515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB4966D2BBB5FE600515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB4966E2BBB5FE600515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB4966F2BBB5FE600515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB496702BBB5FE600515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB496712BBB5FE600515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB496722BBB5FE600515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB496732BBB5FE600515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB496742BBB5FE600515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB496752BBB5FE600515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB496762BBB5FE600515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB496772BBB5FE600515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB496782BBB5FE600515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB496792BBB5FE600515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB4967A2BBB5FE600515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB4967B2BBB5FE600515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB4967C2BBB5FE600515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB4967D2BBB5FE600515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB4967E2BBB5FE600515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB4967F2BBB5FE600515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB496802BBB5FE600515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB496812BBB5FE600515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB496822BBB5FE600515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB496832BBB5FE600515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB496842BBB5FE600515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB496852BBB5FE600515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB496862BBB5FE600515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB496872BBB5FE600515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB496882BBB5FE600515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB496892BBB5FE600515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB4968A2BBB5FE600515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB4968B2BBB5FE600515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB4968C2BBB5FE600515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB4968D2BBB5FE600515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB4968E2BBB5FE600515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB4968F2BBB5FE600515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB496902BBB5FE600515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB496912BBB5FE600515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB496922BBB5FE600515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB496932BBB5FE600515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB496942BBB5FE600515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB496952BBB5FE600515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB496962BBB5FE600515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB496972BBB5FE600515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB496982BBB5FE600515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB496992BBB5FE600515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB4969A2BBB5FE600515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB4969B2BBB5FE600515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB4969F2BBB5FE600515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB496A12BBB5FE600515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB496A22BBB5FE600515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB496A32BBB5FE600515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB496A42BBB5FE600515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB496A52BBB5FE600515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB496A62BBB5FE600515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB496A72BBB5FE600515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB496A82BBB5FE600515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB496A92BBB5FE600515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB496AA2BBB5FE600515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB496AB2BBB5FE600515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB496AC2BBB5FE600515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB496AD2BBB5FE600515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB496AE2BBB5FE600515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB496AF2BBB5FE600515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB496B12BBB5FE600515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB496B22BBB5FE600515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB496B42BBB5FE600515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB496B52BBB5FE600515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB496B62BBB5FE600515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB496B72BBB5FE600515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB496B82BBB5FE600515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB496B92BBB5FE600515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB496BA2BBB5FE600515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB496BB2BBB5FE600515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB496BC2BBB5FE600515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB4973F2BBB605400515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* Console6Buss.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console6Buss.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* Console6Buss.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console6Buss.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB496332BBB5FE600515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB496332BBB5FE600515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB496342BBB5FE600515D8B /* PublicUtility */, + 8BB4969C2BBB5FE600515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB496342BBB5FE600515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB496352BBB5FE600515D8B /* CAExtAudioFile.h */, + 8BB496362BBB5FE600515D8B /* CACFMachPort.h */, + 8BB496372BBB5FE600515D8B /* CABool.h */, + 8BB496382BBB5FE600515D8B /* CAComponent.cpp */, + 8BB496392BBB5FE600515D8B /* CADebugger.h */, + 8BB4963A2BBB5FE600515D8B /* CACFNumber.cpp */, + 8BB4963B2BBB5FE600515D8B /* CAGuard.h */, + 8BB4963C2BBB5FE600515D8B /* CAAtomic.h */, + 8BB4963D2BBB5FE600515D8B /* CAStreamBasicDescription.h */, + 8BB4963E2BBB5FE600515D8B /* CACFObject.h */, + 8BB4963F2BBB5FE600515D8B /* CAStreamRangedDescription.h */, + 8BB496402BBB5FE600515D8B /* CATokenMap.h */, + 8BB496412BBB5FE600515D8B /* CAComponent.h */, + 8BB496422BBB5FE600515D8B /* CAAudioBufferList.h */, + 8BB496432BBB5FE600515D8B /* CAAudioUnit.h */, + 8BB496442BBB5FE600515D8B /* CAAUParameter.h */, + 8BB496452BBB5FE600515D8B /* CAException.h */, + 8BB496462BBB5FE600515D8B /* CAAUProcessor.cpp */, + 8BB496472BBB5FE600515D8B /* CAAUProcessor.h */, + 8BB496482BBB5FE600515D8B /* CAProcess.h */, + 8BB496492BBB5FE600515D8B /* CACFDictionary.h */, + 8BB4964A2BBB5FE600515D8B /* CAPThread.h */, + 8BB4964B2BBB5FE600515D8B /* CAAUParameter.cpp */, + 8BB4964C2BBB5FE600515D8B /* CAAudioTimeStamp.h */, + 8BB4964D2BBB5FE600515D8B /* CAFilePathUtils.cpp */, + 8BB4964E2BBB5FE600515D8B /* CAAudioValueRange.h */, + 8BB4964F2BBB5FE600515D8B /* CAVectorUnitTypes.h */, + 8BB496502BBB5FE600515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB496512BBB5FE600515D8B /* CAGuard.cpp */, + 8BB496522BBB5FE600515D8B /* CACFNumber.h */, + 8BB496532BBB5FE600515D8B /* CACFDistributedNotification.cpp */, + 8BB496542BBB5FE600515D8B /* CACFString.h */, + 8BB496552BBB5FE600515D8B /* CAAUMIDIMapManager.cpp */, + 8BB496562BBB5FE600515D8B /* CAComponentDescription.cpp */, + 8BB496572BBB5FE600515D8B /* CAHostTimeBase.h */, + 8BB496582BBB5FE600515D8B /* CADebugMacros.cpp */, + 8BB496592BBB5FE600515D8B /* CAAudioFileFormats.h */, + 8BB4965A2BBB5FE600515D8B /* CAAUMIDIMapManager.h */, + 8BB4965B2BBB5FE600515D8B /* CACFDictionary.cpp */, + 8BB4965C2BBB5FE600515D8B /* CAMutex.h */, + 8BB4965D2BBB5FE600515D8B /* CACFString.cpp */, + 8BB4965E2BBB5FE600515D8B /* CASettingsStorage.h */, + 8BB4965F2BBB5FE600515D8B /* CADebugPrintf.h */, + 8BB496602BBB5FE600515D8B /* CAXException.cpp */, + 8BB496612BBB5FE600515D8B /* CAAUMIDIMap.h */, + 8BB496622BBB5FE600515D8B /* AUParamInfo.h */, + 8BB496632BBB5FE600515D8B /* CABitOperations.h */, + 8BB496642BBB5FE600515D8B /* CACFPreferences.cpp */, + 8BB496652BBB5FE600515D8B /* CABundleLocker.h */, + 8BB496662BBB5FE600515D8B /* CAPropertyAddress.h */, + 8BB496672BBB5FE600515D8B /* CAXException.h */, + 8BB496682BBB5FE600515D8B /* CAAudioChannelLayout.cpp */, + 8BB496692BBB5FE600515D8B /* CAThreadSafeList.h */, + 8BB4966A2BBB5FE600515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB4966B2BBB5FE600515D8B /* AUParamInfo.cpp */, + 8BB4966C2BBB5FE600515D8B /* CASharedLibrary.cpp */, + 8BB4966D2BBB5FE600515D8B /* CAAUMIDIMap.cpp */, + 8BB4966E2BBB5FE600515D8B /* CALogMacros.h */, + 8BB4966F2BBB5FE600515D8B /* CACFMessagePort.cpp */, + 8BB496702BBB5FE600515D8B /* CARingBuffer.h */, + 8BB496712BBB5FE600515D8B /* AUOutputBL.cpp */, + 8BB496722BBB5FE600515D8B /* CABufferList.h */, + 8BB496732BBB5FE600515D8B /* CASharedLibrary.h */, + 8BB496742BBB5FE600515D8B /* CACFData.h */, + 8BB496752BBB5FE600515D8B /* CAStreamRangedDescription.cpp */, + 8BB496762BBB5FE600515D8B /* CAPThread.cpp */, + 8BB496772BBB5FE600515D8B /* CAAutoDisposer.h */, + 8BB496782BBB5FE600515D8B /* CACFPreferences.h */, + 8BB496792BBB5FE600515D8B /* CAVectorUnit.cpp */, + 8BB4967A2BBB5FE600515D8B /* CAComponentDescription.h */, + 8BB4967B2BBB5FE600515D8B /* CADebugMacros.h */, + 8BB4967C2BBB5FE600515D8B /* AUOutputBL.h */, + 8BB4967D2BBB5FE600515D8B /* CADebugPrintf.cpp */, + 8BB4967E2BBB5FE600515D8B /* CARingBuffer.cpp */, + 8BB4967F2BBB5FE600515D8B /* CACFPlugIn.h */, + 8BB496802BBB5FE600515D8B /* CASettingsStorage.cpp */, + 8BB496812BBB5FE600515D8B /* CAMixMap.h */, + 8BB496822BBB5FE600515D8B /* CACFDistributedNotification.h */, + 8BB496832BBB5FE600515D8B /* CAFilePathUtils.h */, + 8BB496842BBB5FE600515D8B /* CATink.h */, + 8BB496852BBB5FE600515D8B /* CAStreamBasicDescription.cpp */, + 8BB496862BBB5FE600515D8B /* CAAudioChannelLayout.h */, + 8BB496872BBB5FE600515D8B /* CAProcess.cpp */, + 8BB496882BBB5FE600515D8B /* CAHostTimeBase.cpp */, + 8BB496892BBB5FE600515D8B /* CAPersistence.cpp */, + 8BB4968A2BBB5FE600515D8B /* CAAudioBufferList.cpp */, + 8BB4968B2BBB5FE600515D8B /* CAAudioTimeStamp.cpp */, + 8BB4968C2BBB5FE600515D8B /* CAVectorUnit.h */, + 8BB4968D2BBB5FE600515D8B /* CAByteOrder.h */, + 8BB4968E2BBB5FE600515D8B /* CACFArray.h */, + 8BB4968F2BBB5FE600515D8B /* CAAtomicStack.h */, + 8BB496902BBB5FE600515D8B /* CAReferenceCounted.h */, + 8BB496912BBB5FE600515D8B /* CACFMachPort.cpp */, + 8BB496922BBB5FE600515D8B /* CABufferList.cpp */, + 8BB496932BBB5FE600515D8B /* CAMutex.cpp */, + 8BB496942BBB5FE600515D8B /* CADebugger.cpp */, + 8BB496952BBB5FE600515D8B /* CABundleLocker.cpp */, + 8BB496962BBB5FE600515D8B /* CAAudioFileFormats.cpp */, + 8BB496972BBB5FE600515D8B /* CAMath.h */, + 8BB496982BBB5FE600515D8B /* CACFArray.cpp */, + 8BB496992BBB5FE600515D8B /* CACFMessagePort.h */, + 8BB4969A2BBB5FE600515D8B /* CAAudioValueRange.cpp */, + 8BB4969B2BBB5FE600515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB4969C2BBB5FE600515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB4969D2BBB5FE600515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB4969D2BBB5FE600515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB4969E2BBB5FE600515D8B /* AUViewBase */, + 8BB496A02BBB5FE600515D8B /* AUBase */, + 8BB496B02BBB5FE600515D8B /* OtherBases */, + 8BB496B32BBB5FE600515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB4969E2BBB5FE600515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB4969F2BBB5FE600515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB496A02BBB5FE600515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB496A12BBB5FE600515D8B /* ComponentBase.cpp */, + 8BB496A22BBB5FE600515D8B /* AUScopeElement.cpp */, + 8BB496A32BBB5FE600515D8B /* ComponentBase.h */, + 8BB496A42BBB5FE600515D8B /* AUBase.cpp */, + 8BB496A52BBB5FE600515D8B /* AUInputElement.h */, + 8BB496A62BBB5FE600515D8B /* AUBase.h */, + 8BB496A72BBB5FE600515D8B /* AUPlugInDispatch.h */, + 8BB496A82BBB5FE600515D8B /* AUDispatch.h */, + 8BB496A92BBB5FE600515D8B /* AUOutputElement.cpp */, + 8BB496AA2BBB5FE600515D8B /* AUResources.r */, + 8BB496AB2BBB5FE600515D8B /* AUPlugInDispatch.cpp */, + 8BB496AC2BBB5FE600515D8B /* AUOutputElement.h */, + 8BB496AD2BBB5FE600515D8B /* AUDispatch.cpp */, + 8BB496AE2BBB5FE600515D8B /* AUScopeElement.h */, + 8BB496AF2BBB5FE600515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB496B02BBB5FE600515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB496B12BBB5FE600515D8B /* AUEffectBase.cpp */, + 8BB496B22BBB5FE600515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB496B32BBB5FE600515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB496B42BBB5FE600515D8B /* AUTimestampGenerator.h */, + 8BB496B52BBB5FE600515D8B /* AUBaseHelper.cpp */, + 8BB496B62BBB5FE600515D8B /* AUSilentTimeout.h */, + 8BB496B72BBB5FE600515D8B /* AUInputFormatConverter.h */, + 8BB496B82BBB5FE600515D8B /* AUTimestampGenerator.cpp */, + 8BB496B92BBB5FE600515D8B /* AUBuffer.cpp */, + 8BB496BA2BBB5FE600515D8B /* AUMIDIDefs.h */, + 8BB496BB2BBB5FE600515D8B /* AUBuffer.h */, + 8BB496BC2BBB5FE600515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB496ED2BBB5FE600515D8B /* CABundleLocker.h in Headers */, + 8BB4970E2BBB5FE600515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB497042BBB5FE600515D8B /* AUOutputBL.h in Headers */, + 8BB496DF2BBB5FE600515D8B /* CAHostTimeBase.h in Headers */, + 8BB497272BBB5FE600515D8B /* ComponentBase.h in Headers */, + 8BB497172BBB5FE600515D8B /* CAAtomicStack.h in Headers */, + 8BB496D42BBB5FE600515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB496F12BBB5FE600515D8B /* CAThreadSafeList.h in Headers */, + 8BB496CC2BBB5FE600515D8B /* CAAUParameter.h in Headers */, + 8BB4973E2BBB5FE600515D8B /* AUBaseHelper.h in Headers */, + 8BB497362BBB5FE600515D8B /* AUTimestampGenerator.h in Headers */, + 8BB496E72BBB5FE600515D8B /* CADebugPrintf.h in Headers */, + 8BB497212BBB5FE600515D8B /* CACFMessagePort.h in Headers */, + 8BB496CF2BBB5FE600515D8B /* CAAUProcessor.h in Headers */, + 8BB496CB2BBB5FE600515D8B /* CAAudioUnit.h in Headers */, + 8BB497242BBB5FE600515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB4970A2BBB5FE600515D8B /* CACFDistributedNotification.h in Headers */, + 8BB496C92BBB5FE600515D8B /* CAComponent.h in Headers */, + 8BB496D72BBB5FE600515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* Console6BussVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB4970B2BBB5FE600515D8B /* CAFilePathUtils.h in Headers */, + 8BB496CD2BBB5FE600515D8B /* CAException.h in Headers */, + 8BB496C42BBB5FE600515D8B /* CAAtomic.h in Headers */, + 8BB496C32BBB5FE600515D8B /* CAGuard.h in Headers */, + 8BB497292BBB5FE600515D8B /* AUInputElement.h in Headers */, + 8BB497002BBB5FE600515D8B /* CACFPreferences.h in Headers */, + 8BB497152BBB5FE600515D8B /* CAByteOrder.h in Headers */, + 8BB496F82BBB5FE600515D8B /* CARingBuffer.h in Headers */, + 8BB496BF2BBB5FE600515D8B /* CABool.h in Headers */, + 8BB496E42BBB5FE600515D8B /* CAMutex.h in Headers */, + 8BB4972A2BBB5FE600515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* Console6Buss.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB496DC2BBB5FE600515D8B /* CACFString.h in Headers */, + 8BB496FB2BBB5FE600515D8B /* CASharedLibrary.h in Headers */, + 8BB496C82BBB5FE600515D8B /* CATokenMap.h in Headers */, + 8BB496BD2BBB5FE600515D8B /* CAExtAudioFile.h in Headers */, + 8BB496D22BBB5FE600515D8B /* CAPThread.h in Headers */, + 8BB496EE2BBB5FE600515D8B /* CAPropertyAddress.h in Headers */, + 8BB497182BBB5FE600515D8B /* CAReferenceCounted.h in Headers */, + 8BB4973D2BBB5FE600515D8B /* AUBuffer.h in Headers */, + 8BB4971F2BBB5FE600515D8B /* CAMath.h in Headers */, + 8BB496FF2BBB5FE600515D8B /* CAAutoDisposer.h in Headers */, + 8BB496C62BBB5FE600515D8B /* CACFObject.h in Headers */, + 8BB496E62BBB5FE600515D8B /* CASettingsStorage.h in Headers */, + 8BB496EF2BBB5FE600515D8B /* CAXException.h in Headers */, + 8BB4970C2BBB5FE600515D8B /* CATink.h in Headers */, + 8BB497392BBB5FE600515D8B /* AUInputFormatConverter.h in Headers */, + 8BB497142BBB5FE600515D8B /* CAVectorUnit.h in Headers */, + 8BB496D02BBB5FE600515D8B /* CAProcess.h in Headers */, + 8BB496D62BBB5FE600515D8B /* CAAudioValueRange.h in Headers */, + 8BB496EB2BBB5FE600515D8B /* CABitOperations.h in Headers */, + 8BB496E12BBB5FE600515D8B /* CAAudioFileFormats.h in Headers */, + 8BB496DA2BBB5FE600515D8B /* CACFNumber.h in Headers */, + 8BB496F22BBB5FE600515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB497032BBB5FE600515D8B /* CADebugMacros.h in Headers */, + 8BB4973C2BBB5FE600515D8B /* AUMIDIDefs.h in Headers */, + 8BB496FC2BBB5FE600515D8B /* CACFData.h in Headers */, + 8BB496C52BBB5FE600515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB4972B2BBB5FE600515D8B /* AUPlugInDispatch.h in Headers */, + 8BB496C72BBB5FE600515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB497072BBB5FE600515D8B /* CACFPlugIn.h in Headers */, + 8BB496CA2BBB5FE600515D8B /* CAAudioBufferList.h in Headers */, + 8BB496E22BBB5FE600515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB497352BBB5FE600515D8B /* AUEffectBase.h in Headers */, + 8BB496D12BBB5FE600515D8B /* CACFDictionary.h in Headers */, + 8BB497322BBB5FE600515D8B /* AUScopeElement.h in Headers */, + 8BB497022BBB5FE600515D8B /* CAComponentDescription.h in Headers */, + 8BB497382BBB5FE600515D8B /* AUSilentTimeout.h in Headers */, + 8BB496FA2BBB5FE600515D8B /* CABufferList.h in Headers */, + 8BB4972C2BBB5FE600515D8B /* AUDispatch.h in Headers */, + 8BB497302BBB5FE600515D8B /* AUOutputElement.h in Headers */, + 8BB496F62BBB5FE600515D8B /* CALogMacros.h in Headers */, + 8BB496EA2BBB5FE600515D8B /* AUParamInfo.h in Headers */, + 8BB497092BBB5FE600515D8B /* CAMixMap.h in Headers */, + 8BB497162BBB5FE600515D8B /* CACFArray.h in Headers */, + 8BB496BE2BBB5FE600515D8B /* CACFMachPort.h in Headers */, + 8BB496E92BBB5FE600515D8B /* CAAUMIDIMap.h in Headers */, + 8BB496C12BBB5FE600515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Console6Buss" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + de, + en, + ja, + Base, + fr, ); mainGroup = 089C166AFE841209C02AAC07 /* Console6Buss */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* Console6Buss.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB496F92BBB5FE600515D8B /* AUOutputBL.cpp in Sources */, + 8BB4971E2BBB5FE600515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB497102BBB5FE600515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB496E82BBB5FE600515D8B /* CAXException.cpp in Sources */, + 8BB497122BBB5FE600515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB496D52BBB5FE600515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB496D32BBB5FE600515D8B /* CAAUParameter.cpp in Sources */, + 8BB496F52BBB5FE600515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB497222BBB5FE600515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB497312BBB5FE600515D8B /* AUDispatch.cpp in Sources */, + 8BB496EC2BBB5FE600515D8B /* CACFPreferences.cpp in Sources */, + 8BB4972F2BBB5FE600515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB496CE2BBB5FE600515D8B /* CAAUProcessor.cpp in Sources */, + 8BB496E32BBB5FE600515D8B /* CACFDictionary.cpp in Sources */, + 8BB497372BBB5FE600515D8B /* AUBaseHelper.cpp in Sources */, + 8BB4971C2BBB5FE600515D8B /* CADebugger.cpp in Sources */, + 8BB496F02BBB5FE600515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB496F32BBB5FE600515D8B /* AUParamInfo.cpp in Sources */, + 8BB497112BBB5FE600515D8B /* CAPersistence.cpp in Sources */, + 8BB497052BBB5FE600515D8B /* CADebugPrintf.cpp in Sources */, + 8BB4973A2BBB5FE600515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB4970D2BBB5FE600515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB496DD2BBB5FE600515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB497082BBB5FE600515D8B /* CASettingsStorage.cpp in Sources */, + 8BB4972D2BBB5FE600515D8B /* AUOutputElement.cpp in Sources */, + 8BB496D92BBB5FE600515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* Console6Buss.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB4971B2BBB5FE600515D8B /* CAMutex.cpp in Sources */, + 8BB497342BBB5FE600515D8B /* AUEffectBase.cpp in Sources */, + 8BB497192BBB5FE600515D8B /* CACFMachPort.cpp in Sources */, + 8BB497282BBB5FE600515D8B /* AUBase.cpp in Sources */, + 8BB496F42BBB5FE600515D8B /* CASharedLibrary.cpp in Sources */, + 8BB496DB2BBB5FE600515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB496DE2BBB5FE600515D8B /* CAComponentDescription.cpp in Sources */, + 8BB496E52BBB5FE600515D8B /* CACFString.cpp in Sources */, + 8BB497252BBB5FE600515D8B /* ComponentBase.cpp in Sources */, + 8BB497062BBB5FE600515D8B /* CARingBuffer.cpp in Sources */, + 8BB497262BBB5FE600515D8B /* AUScopeElement.cpp in Sources */, + 8BB497232BBB5FE600515D8B /* CAAudioUnit.cpp in Sources */, + 8BB497202BBB5FE600515D8B /* CACFArray.cpp in Sources */, + 8BB4971D2BBB5FE600515D8B /* CABundleLocker.cpp in Sources */, + 8BB4970F2BBB5FE600515D8B /* CAProcess.cpp in Sources */, + 8BB496FD2BBB5FE600515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB496FE2BBB5FE600515D8B /* CAPThread.cpp in Sources */, + 8BB496C02BBB5FE600515D8B /* CAComponent.cpp in Sources */, + 8BB496D82BBB5FE600515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB497132BBB5FE600515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB4971A2BBB5FE600515D8B /* CABufferList.cpp in Sources */, + 8BB496F72BBB5FE600515D8B /* CACFMessagePort.cpp in Sources */, + 8BB497012BBB5FE600515D8B /* CAVectorUnit.cpp in Sources */, + 8BB497332BBB5FE600515D8B /* AUInputElement.cpp in Sources */, + 8BB4973B2BBB5FE600515D8B /* AUBuffer.cpp in Sources */, + 8BB496E02BBB5FE600515D8B /* CADebugMacros.cpp in Sources */, + 8BB496C22BBB5FE600515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB4973F2BBB605400515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console6Buss.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console6Buss; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console6Buss.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console6Buss; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..edc3a0e58 Binary files /dev/null and b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/xcshareddata/xcschemes/Console6Buss.xcscheme b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/xcshareddata/xcschemes/Console6Buss.xcscheme new file mode 100644 index 000000000..3bdb03b7c --- /dev/null +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/xcshareddata/xcschemes/Console6Buss.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..4d2e42042 --- /dev/null +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Console6Buss.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Console6Buss/Info.plist b/plugins/MacSignedAU/Console6Buss/Info.plist index 01dc6831c..20caf0308 100755 --- a/plugins/MacSignedAU/Console6Buss/Info.plist +++ b/plugins/MacSignedAU/Console6Buss/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + conp + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/Console6Buss/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/Console6Buss/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/Console6Buss/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/Console6Buss/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp b/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp index d42df4694..e640309b9 100755 --- a/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(Console6Channel) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Console6Channel) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.exp b/plugins/MacSignedAU/Console6Channel/Console6Channel.exp index 867de26a6..f8dea9cdc 100755 --- a/plugins/MacSignedAU/Console6Channel/Console6Channel.exp +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.exp @@ -1 +1,2 @@ _Console6ChannelEntry +_Console6ChannelFactory diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.pbxproj index 3df5f6104..2f132bd03 100755 --- a/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* Console6Channel.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Console6Channel.r */; }; 8BA05A6B0720730100365D66 /* Console6Channel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Console6Channel.cpp */; }; 8BA05A6E0720730100365D66 /* Console6ChannelVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Console6ChannelVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB497CA2BBB608100515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497422BBB608100515D8B /* CAExtAudioFile.h */; }; + 8BB497CB2BBB608100515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497432BBB608100515D8B /* CACFMachPort.h */; }; + 8BB497CC2BBB608100515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497442BBB608100515D8B /* CABool.h */; }; + 8BB497CD2BBB608100515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497452BBB608100515D8B /* CAComponent.cpp */; }; + 8BB497CE2BBB608100515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497462BBB608100515D8B /* CADebugger.h */; }; + 8BB497CF2BBB608100515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497472BBB608100515D8B /* CACFNumber.cpp */; }; + 8BB497D02BBB608100515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497482BBB608100515D8B /* CAGuard.h */; }; + 8BB497D12BBB608100515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497492BBB608100515D8B /* CAAtomic.h */; }; + 8BB497D22BBB608100515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4974A2BBB608100515D8B /* CAStreamBasicDescription.h */; }; + 8BB497D32BBB608100515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4974B2BBB608100515D8B /* CACFObject.h */; }; + 8BB497D42BBB608100515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4974C2BBB608100515D8B /* CAStreamRangedDescription.h */; }; + 8BB497D52BBB608100515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4974D2BBB608100515D8B /* CATokenMap.h */; }; + 8BB497D62BBB608100515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4974E2BBB608100515D8B /* CAComponent.h */; }; + 8BB497D72BBB608100515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4974F2BBB608100515D8B /* CAAudioBufferList.h */; }; + 8BB497D82BBB608100515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497502BBB608100515D8B /* CAAudioUnit.h */; }; + 8BB497D92BBB608100515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497512BBB608100515D8B /* CAAUParameter.h */; }; + 8BB497DA2BBB608100515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497522BBB608100515D8B /* CAException.h */; }; + 8BB497DB2BBB608100515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497532BBB608100515D8B /* CAAUProcessor.cpp */; }; + 8BB497DC2BBB608100515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497542BBB608100515D8B /* CAAUProcessor.h */; }; + 8BB497DD2BBB608100515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497552BBB608100515D8B /* CAProcess.h */; }; + 8BB497DE2BBB608100515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497562BBB608100515D8B /* CACFDictionary.h */; }; + 8BB497DF2BBB608100515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497572BBB608100515D8B /* CAPThread.h */; }; + 8BB497E02BBB608100515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497582BBB608100515D8B /* CAAUParameter.cpp */; }; + 8BB497E12BBB608100515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497592BBB608100515D8B /* CAAudioTimeStamp.h */; }; + 8BB497E22BBB608100515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4975A2BBB608100515D8B /* CAFilePathUtils.cpp */; }; + 8BB497E32BBB608100515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4975B2BBB608100515D8B /* CAAudioValueRange.h */; }; + 8BB497E42BBB608100515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4975C2BBB608100515D8B /* CAVectorUnitTypes.h */; }; + 8BB497E52BBB608100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4975D2BBB608100515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB497E62BBB608100515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4975E2BBB608100515D8B /* CAGuard.cpp */; }; + 8BB497E72BBB608100515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4975F2BBB608100515D8B /* CACFNumber.h */; }; + 8BB497E82BBB608100515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497602BBB608100515D8B /* CACFDistributedNotification.cpp */; }; + 8BB497E92BBB608100515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497612BBB608100515D8B /* CACFString.h */; }; + 8BB497EA2BBB608100515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497622BBB608100515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB497EB2BBB608100515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497632BBB608100515D8B /* CAComponentDescription.cpp */; }; + 8BB497EC2BBB608100515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497642BBB608100515D8B /* CAHostTimeBase.h */; }; + 8BB497ED2BBB608100515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497652BBB608100515D8B /* CADebugMacros.cpp */; }; + 8BB497EE2BBB608100515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497662BBB608100515D8B /* CAAudioFileFormats.h */; }; + 8BB497EF2BBB608100515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497672BBB608100515D8B /* CAAUMIDIMapManager.h */; }; + 8BB497F02BBB608100515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497682BBB608100515D8B /* CACFDictionary.cpp */; }; + 8BB497F12BBB608100515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497692BBB608100515D8B /* CAMutex.h */; }; + 8BB497F22BBB608100515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4976A2BBB608100515D8B /* CACFString.cpp */; }; + 8BB497F32BBB608100515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4976B2BBB608100515D8B /* CASettingsStorage.h */; }; + 8BB497F42BBB608100515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4976C2BBB608100515D8B /* CADebugPrintf.h */; }; + 8BB497F52BBB608100515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4976D2BBB608100515D8B /* CAXException.cpp */; }; + 8BB497F62BBB608100515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4976E2BBB608100515D8B /* CAAUMIDIMap.h */; }; + 8BB497F72BBB608100515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4976F2BBB608100515D8B /* AUParamInfo.h */; }; + 8BB497F82BBB608100515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497702BBB608100515D8B /* CABitOperations.h */; }; + 8BB497F92BBB608100515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497712BBB608100515D8B /* CACFPreferences.cpp */; }; + 8BB497FA2BBB608100515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497722BBB608100515D8B /* CABundleLocker.h */; }; + 8BB497FB2BBB608100515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497732BBB608100515D8B /* CAPropertyAddress.h */; }; + 8BB497FC2BBB608100515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497742BBB608100515D8B /* CAXException.h */; }; + 8BB497FD2BBB608100515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497752BBB608100515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB497FE2BBB608100515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497762BBB608100515D8B /* CAThreadSafeList.h */; }; + 8BB497FF2BBB608100515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497772BBB608100515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB498002BBB608100515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497782BBB608100515D8B /* AUParamInfo.cpp */; }; + 8BB498012BBB608100515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497792BBB608100515D8B /* CASharedLibrary.cpp */; }; + 8BB498022BBB608100515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4977A2BBB608100515D8B /* CAAUMIDIMap.cpp */; }; + 8BB498032BBB608100515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4977B2BBB608100515D8B /* CALogMacros.h */; }; + 8BB498042BBB608100515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4977C2BBB608100515D8B /* CACFMessagePort.cpp */; }; + 8BB498052BBB608100515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4977D2BBB608100515D8B /* CARingBuffer.h */; }; + 8BB498062BBB608100515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4977E2BBB608100515D8B /* AUOutputBL.cpp */; }; + 8BB498072BBB608100515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4977F2BBB608100515D8B /* CABufferList.h */; }; + 8BB498082BBB608100515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497802BBB608100515D8B /* CASharedLibrary.h */; }; + 8BB498092BBB608100515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497812BBB608100515D8B /* CACFData.h */; }; + 8BB4980A2BBB608100515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497822BBB608100515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB4980B2BBB608100515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497832BBB608100515D8B /* CAPThread.cpp */; }; + 8BB4980C2BBB608100515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497842BBB608100515D8B /* CAAutoDisposer.h */; }; + 8BB4980D2BBB608100515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497852BBB608100515D8B /* CACFPreferences.h */; }; + 8BB4980E2BBB608100515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497862BBB608100515D8B /* CAVectorUnit.cpp */; }; + 8BB4980F2BBB608100515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497872BBB608100515D8B /* CAComponentDescription.h */; }; + 8BB498102BBB608100515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497882BBB608100515D8B /* CADebugMacros.h */; }; + 8BB498112BBB608100515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497892BBB608100515D8B /* AUOutputBL.h */; }; + 8BB498122BBB608100515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4978A2BBB608100515D8B /* CADebugPrintf.cpp */; }; + 8BB498132BBB608100515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4978B2BBB608100515D8B /* CARingBuffer.cpp */; }; + 8BB498142BBB608100515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4978C2BBB608100515D8B /* CACFPlugIn.h */; }; + 8BB498152BBB608100515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4978D2BBB608100515D8B /* CASettingsStorage.cpp */; }; + 8BB498162BBB608100515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4978E2BBB608100515D8B /* CAMixMap.h */; }; + 8BB498172BBB608100515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4978F2BBB608100515D8B /* CACFDistributedNotification.h */; }; + 8BB498182BBB608100515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497902BBB608100515D8B /* CAFilePathUtils.h */; }; + 8BB498192BBB608100515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497912BBB608100515D8B /* CATink.h */; }; + 8BB4981A2BBB608100515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497922BBB608100515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB4981B2BBB608100515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497932BBB608100515D8B /* CAAudioChannelLayout.h */; }; + 8BB4981C2BBB608100515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497942BBB608100515D8B /* CAProcess.cpp */; }; + 8BB4981D2BBB608100515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497952BBB608100515D8B /* CAHostTimeBase.cpp */; }; + 8BB4981E2BBB608100515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497962BBB608100515D8B /* CAPersistence.cpp */; }; + 8BB4981F2BBB608100515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497972BBB608100515D8B /* CAAudioBufferList.cpp */; }; + 8BB498202BBB608100515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497982BBB608100515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB498212BBB608100515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497992BBB608100515D8B /* CAVectorUnit.h */; }; + 8BB498222BBB608100515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4979A2BBB608100515D8B /* CAByteOrder.h */; }; + 8BB498232BBB608100515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4979B2BBB608100515D8B /* CACFArray.h */; }; + 8BB498242BBB608100515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4979C2BBB608100515D8B /* CAAtomicStack.h */; }; + 8BB498252BBB608100515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4979D2BBB608100515D8B /* CAReferenceCounted.h */; }; + 8BB498262BBB608100515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4979E2BBB608100515D8B /* CACFMachPort.cpp */; }; + 8BB498272BBB608100515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4979F2BBB608100515D8B /* CABufferList.cpp */; }; + 8BB498282BBB608100515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497A02BBB608100515D8B /* CAMutex.cpp */; }; + 8BB498292BBB608100515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497A12BBB608100515D8B /* CADebugger.cpp */; }; + 8BB4982A2BBB608100515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497A22BBB608100515D8B /* CABundleLocker.cpp */; }; + 8BB4982B2BBB608100515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497A32BBB608100515D8B /* CAAudioFileFormats.cpp */; }; + 8BB4982C2BBB608100515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497A42BBB608100515D8B /* CAMath.h */; }; + 8BB4982D2BBB608100515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497A52BBB608100515D8B /* CACFArray.cpp */; }; + 8BB4982E2BBB608100515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497A62BBB608100515D8B /* CACFMessagePort.h */; }; + 8BB4982F2BBB608100515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497A72BBB608100515D8B /* CAAudioValueRange.cpp */; }; + 8BB498302BBB608100515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497A82BBB608100515D8B /* CAAudioUnit.cpp */; }; + 8BB498312BBB608100515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497AC2BBB608100515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB498322BBB608100515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497AE2BBB608100515D8B /* ComponentBase.cpp */; }; + 8BB498332BBB608100515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497AF2BBB608100515D8B /* AUScopeElement.cpp */; }; + 8BB498342BBB608100515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497B02BBB608100515D8B /* ComponentBase.h */; }; + 8BB498352BBB608100515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497B12BBB608100515D8B /* AUBase.cpp */; }; + 8BB498362BBB608100515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497B22BBB608100515D8B /* AUInputElement.h */; }; + 8BB498372BBB608100515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497B32BBB608100515D8B /* AUBase.h */; }; + 8BB498382BBB608100515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497B42BBB608100515D8B /* AUPlugInDispatch.h */; }; + 8BB498392BBB608100515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497B52BBB608100515D8B /* AUDispatch.h */; }; + 8BB4983A2BBB608100515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497B62BBB608100515D8B /* AUOutputElement.cpp */; }; + 8BB4983C2BBB608100515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497B82BBB608100515D8B /* AUPlugInDispatch.cpp */; }; + 8BB4983D2BBB608100515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497B92BBB608100515D8B /* AUOutputElement.h */; }; + 8BB4983E2BBB608100515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497BA2BBB608100515D8B /* AUDispatch.cpp */; }; + 8BB4983F2BBB608100515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497BB2BBB608100515D8B /* AUScopeElement.h */; }; + 8BB498402BBB608100515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497BC2BBB608100515D8B /* AUInputElement.cpp */; }; + 8BB498412BBB608100515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497BE2BBB608100515D8B /* AUEffectBase.cpp */; }; + 8BB498422BBB608100515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497BF2BBB608100515D8B /* AUEffectBase.h */; }; + 8BB498432BBB608100515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497C12BBB608100515D8B /* AUTimestampGenerator.h */; }; + 8BB498442BBB608100515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497C22BBB608100515D8B /* AUBaseHelper.cpp */; }; + 8BB498452BBB608100515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497C32BBB608100515D8B /* AUSilentTimeout.h */; }; + 8BB498462BBB608100515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497C42BBB608100515D8B /* AUInputFormatConverter.h */; }; + 8BB498472BBB608100515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497C52BBB608100515D8B /* AUTimestampGenerator.cpp */; }; + 8BB498482BBB608100515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB497C62BBB608100515D8B /* AUBuffer.cpp */; }; + 8BB498492BBB608100515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497C72BBB608100515D8B /* AUMIDIDefs.h */; }; + 8BB4984A2BBB608100515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497C82BBB608100515D8B /* AUBuffer.h */; }; + 8BB4984B2BBB608100515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB497C92BBB608100515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* Console6Channel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Console6Channel.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* Console6Channel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Console6Channel.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* Console6Channel.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Console6Channel.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* Console6Channel.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Console6Channel.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* Console6ChannelVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console6ChannelVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB497422BBB608100515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB497432BBB608100515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB497442BBB608100515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB497452BBB608100515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB497462BBB608100515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB497472BBB608100515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB497482BBB608100515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB497492BBB608100515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB4974A2BBB608100515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB4974B2BBB608100515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB4974C2BBB608100515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB4974D2BBB608100515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB4974E2BBB608100515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB4974F2BBB608100515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB497502BBB608100515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB497512BBB608100515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB497522BBB608100515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB497532BBB608100515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB497542BBB608100515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB497552BBB608100515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB497562BBB608100515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB497572BBB608100515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB497582BBB608100515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB497592BBB608100515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB4975A2BBB608100515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB4975B2BBB608100515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB4975C2BBB608100515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB4975D2BBB608100515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB4975E2BBB608100515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB4975F2BBB608100515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB497602BBB608100515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB497612BBB608100515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB497622BBB608100515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB497632BBB608100515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB497642BBB608100515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB497652BBB608100515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB497662BBB608100515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB497672BBB608100515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB497682BBB608100515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB497692BBB608100515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB4976A2BBB608100515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB4976B2BBB608100515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB4976C2BBB608100515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB4976D2BBB608100515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB4976E2BBB608100515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB4976F2BBB608100515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB497702BBB608100515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB497712BBB608100515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB497722BBB608100515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB497732BBB608100515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB497742BBB608100515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB497752BBB608100515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB497762BBB608100515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB497772BBB608100515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB497782BBB608100515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB497792BBB608100515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB4977A2BBB608100515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB4977B2BBB608100515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB4977C2BBB608100515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB4977D2BBB608100515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB4977E2BBB608100515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB4977F2BBB608100515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB497802BBB608100515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB497812BBB608100515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB497822BBB608100515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB497832BBB608100515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB497842BBB608100515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB497852BBB608100515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB497862BBB608100515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB497872BBB608100515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB497882BBB608100515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB497892BBB608100515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB4978A2BBB608100515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB4978B2BBB608100515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB4978C2BBB608100515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB4978D2BBB608100515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB4978E2BBB608100515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB4978F2BBB608100515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB497902BBB608100515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB497912BBB608100515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB497922BBB608100515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB497932BBB608100515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB497942BBB608100515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB497952BBB608100515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB497962BBB608100515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB497972BBB608100515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB497982BBB608100515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB497992BBB608100515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB4979A2BBB608100515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB4979B2BBB608100515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB4979C2BBB608100515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB4979D2BBB608100515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB4979E2BBB608100515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB4979F2BBB608100515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB497A02BBB608100515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB497A12BBB608100515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB497A22BBB608100515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB497A32BBB608100515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB497A42BBB608100515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB497A52BBB608100515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB497A62BBB608100515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB497A72BBB608100515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB497A82BBB608100515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB497AC2BBB608100515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB497AE2BBB608100515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB497AF2BBB608100515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB497B02BBB608100515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB497B12BBB608100515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB497B22BBB608100515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB497B32BBB608100515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB497B42BBB608100515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB497B52BBB608100515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB497B62BBB608100515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB497B72BBB608100515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB497B82BBB608100515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB497B92BBB608100515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB497BA2BBB608100515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB497BB2BBB608100515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB497BC2BBB608100515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB497BE2BBB608100515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB497BF2BBB608100515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB497C12BBB608100515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB497C22BBB608100515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB497C32BBB608100515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB497C42BBB608100515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB497C52BBB608100515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB497C62BBB608100515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB497C72BBB608100515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB497C82BBB608100515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB497C92BBB608100515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB4984C2BBB60ED00515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* Console6Channel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console6Channel.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* Console6Channel.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console6Channel.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB497402BBB608100515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB497402BBB608100515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB497412BBB608100515D8B /* PublicUtility */, + 8BB497A92BBB608100515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB497412BBB608100515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB497422BBB608100515D8B /* CAExtAudioFile.h */, + 8BB497432BBB608100515D8B /* CACFMachPort.h */, + 8BB497442BBB608100515D8B /* CABool.h */, + 8BB497452BBB608100515D8B /* CAComponent.cpp */, + 8BB497462BBB608100515D8B /* CADebugger.h */, + 8BB497472BBB608100515D8B /* CACFNumber.cpp */, + 8BB497482BBB608100515D8B /* CAGuard.h */, + 8BB497492BBB608100515D8B /* CAAtomic.h */, + 8BB4974A2BBB608100515D8B /* CAStreamBasicDescription.h */, + 8BB4974B2BBB608100515D8B /* CACFObject.h */, + 8BB4974C2BBB608100515D8B /* CAStreamRangedDescription.h */, + 8BB4974D2BBB608100515D8B /* CATokenMap.h */, + 8BB4974E2BBB608100515D8B /* CAComponent.h */, + 8BB4974F2BBB608100515D8B /* CAAudioBufferList.h */, + 8BB497502BBB608100515D8B /* CAAudioUnit.h */, + 8BB497512BBB608100515D8B /* CAAUParameter.h */, + 8BB497522BBB608100515D8B /* CAException.h */, + 8BB497532BBB608100515D8B /* CAAUProcessor.cpp */, + 8BB497542BBB608100515D8B /* CAAUProcessor.h */, + 8BB497552BBB608100515D8B /* CAProcess.h */, + 8BB497562BBB608100515D8B /* CACFDictionary.h */, + 8BB497572BBB608100515D8B /* CAPThread.h */, + 8BB497582BBB608100515D8B /* CAAUParameter.cpp */, + 8BB497592BBB608100515D8B /* CAAudioTimeStamp.h */, + 8BB4975A2BBB608100515D8B /* CAFilePathUtils.cpp */, + 8BB4975B2BBB608100515D8B /* CAAudioValueRange.h */, + 8BB4975C2BBB608100515D8B /* CAVectorUnitTypes.h */, + 8BB4975D2BBB608100515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB4975E2BBB608100515D8B /* CAGuard.cpp */, + 8BB4975F2BBB608100515D8B /* CACFNumber.h */, + 8BB497602BBB608100515D8B /* CACFDistributedNotification.cpp */, + 8BB497612BBB608100515D8B /* CACFString.h */, + 8BB497622BBB608100515D8B /* CAAUMIDIMapManager.cpp */, + 8BB497632BBB608100515D8B /* CAComponentDescription.cpp */, + 8BB497642BBB608100515D8B /* CAHostTimeBase.h */, + 8BB497652BBB608100515D8B /* CADebugMacros.cpp */, + 8BB497662BBB608100515D8B /* CAAudioFileFormats.h */, + 8BB497672BBB608100515D8B /* CAAUMIDIMapManager.h */, + 8BB497682BBB608100515D8B /* CACFDictionary.cpp */, + 8BB497692BBB608100515D8B /* CAMutex.h */, + 8BB4976A2BBB608100515D8B /* CACFString.cpp */, + 8BB4976B2BBB608100515D8B /* CASettingsStorage.h */, + 8BB4976C2BBB608100515D8B /* CADebugPrintf.h */, + 8BB4976D2BBB608100515D8B /* CAXException.cpp */, + 8BB4976E2BBB608100515D8B /* CAAUMIDIMap.h */, + 8BB4976F2BBB608100515D8B /* AUParamInfo.h */, + 8BB497702BBB608100515D8B /* CABitOperations.h */, + 8BB497712BBB608100515D8B /* CACFPreferences.cpp */, + 8BB497722BBB608100515D8B /* CABundleLocker.h */, + 8BB497732BBB608100515D8B /* CAPropertyAddress.h */, + 8BB497742BBB608100515D8B /* CAXException.h */, + 8BB497752BBB608100515D8B /* CAAudioChannelLayout.cpp */, + 8BB497762BBB608100515D8B /* CAThreadSafeList.h */, + 8BB497772BBB608100515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB497782BBB608100515D8B /* AUParamInfo.cpp */, + 8BB497792BBB608100515D8B /* CASharedLibrary.cpp */, + 8BB4977A2BBB608100515D8B /* CAAUMIDIMap.cpp */, + 8BB4977B2BBB608100515D8B /* CALogMacros.h */, + 8BB4977C2BBB608100515D8B /* CACFMessagePort.cpp */, + 8BB4977D2BBB608100515D8B /* CARingBuffer.h */, + 8BB4977E2BBB608100515D8B /* AUOutputBL.cpp */, + 8BB4977F2BBB608100515D8B /* CABufferList.h */, + 8BB497802BBB608100515D8B /* CASharedLibrary.h */, + 8BB497812BBB608100515D8B /* CACFData.h */, + 8BB497822BBB608100515D8B /* CAStreamRangedDescription.cpp */, + 8BB497832BBB608100515D8B /* CAPThread.cpp */, + 8BB497842BBB608100515D8B /* CAAutoDisposer.h */, + 8BB497852BBB608100515D8B /* CACFPreferences.h */, + 8BB497862BBB608100515D8B /* CAVectorUnit.cpp */, + 8BB497872BBB608100515D8B /* CAComponentDescription.h */, + 8BB497882BBB608100515D8B /* CADebugMacros.h */, + 8BB497892BBB608100515D8B /* AUOutputBL.h */, + 8BB4978A2BBB608100515D8B /* CADebugPrintf.cpp */, + 8BB4978B2BBB608100515D8B /* CARingBuffer.cpp */, + 8BB4978C2BBB608100515D8B /* CACFPlugIn.h */, + 8BB4978D2BBB608100515D8B /* CASettingsStorage.cpp */, + 8BB4978E2BBB608100515D8B /* CAMixMap.h */, + 8BB4978F2BBB608100515D8B /* CACFDistributedNotification.h */, + 8BB497902BBB608100515D8B /* CAFilePathUtils.h */, + 8BB497912BBB608100515D8B /* CATink.h */, + 8BB497922BBB608100515D8B /* CAStreamBasicDescription.cpp */, + 8BB497932BBB608100515D8B /* CAAudioChannelLayout.h */, + 8BB497942BBB608100515D8B /* CAProcess.cpp */, + 8BB497952BBB608100515D8B /* CAHostTimeBase.cpp */, + 8BB497962BBB608100515D8B /* CAPersistence.cpp */, + 8BB497972BBB608100515D8B /* CAAudioBufferList.cpp */, + 8BB497982BBB608100515D8B /* CAAudioTimeStamp.cpp */, + 8BB497992BBB608100515D8B /* CAVectorUnit.h */, + 8BB4979A2BBB608100515D8B /* CAByteOrder.h */, + 8BB4979B2BBB608100515D8B /* CACFArray.h */, + 8BB4979C2BBB608100515D8B /* CAAtomicStack.h */, + 8BB4979D2BBB608100515D8B /* CAReferenceCounted.h */, + 8BB4979E2BBB608100515D8B /* CACFMachPort.cpp */, + 8BB4979F2BBB608100515D8B /* CABufferList.cpp */, + 8BB497A02BBB608100515D8B /* CAMutex.cpp */, + 8BB497A12BBB608100515D8B /* CADebugger.cpp */, + 8BB497A22BBB608100515D8B /* CABundleLocker.cpp */, + 8BB497A32BBB608100515D8B /* CAAudioFileFormats.cpp */, + 8BB497A42BBB608100515D8B /* CAMath.h */, + 8BB497A52BBB608100515D8B /* CACFArray.cpp */, + 8BB497A62BBB608100515D8B /* CACFMessagePort.h */, + 8BB497A72BBB608100515D8B /* CAAudioValueRange.cpp */, + 8BB497A82BBB608100515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB497A92BBB608100515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB497AA2BBB608100515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB497AA2BBB608100515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB497AB2BBB608100515D8B /* AUViewBase */, + 8BB497AD2BBB608100515D8B /* AUBase */, + 8BB497BD2BBB608100515D8B /* OtherBases */, + 8BB497C02BBB608100515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB497AB2BBB608100515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB497AC2BBB608100515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB497AD2BBB608100515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB497AE2BBB608100515D8B /* ComponentBase.cpp */, + 8BB497AF2BBB608100515D8B /* AUScopeElement.cpp */, + 8BB497B02BBB608100515D8B /* ComponentBase.h */, + 8BB497B12BBB608100515D8B /* AUBase.cpp */, + 8BB497B22BBB608100515D8B /* AUInputElement.h */, + 8BB497B32BBB608100515D8B /* AUBase.h */, + 8BB497B42BBB608100515D8B /* AUPlugInDispatch.h */, + 8BB497B52BBB608100515D8B /* AUDispatch.h */, + 8BB497B62BBB608100515D8B /* AUOutputElement.cpp */, + 8BB497B72BBB608100515D8B /* AUResources.r */, + 8BB497B82BBB608100515D8B /* AUPlugInDispatch.cpp */, + 8BB497B92BBB608100515D8B /* AUOutputElement.h */, + 8BB497BA2BBB608100515D8B /* AUDispatch.cpp */, + 8BB497BB2BBB608100515D8B /* AUScopeElement.h */, + 8BB497BC2BBB608100515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB497BD2BBB608100515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB497BE2BBB608100515D8B /* AUEffectBase.cpp */, + 8BB497BF2BBB608100515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB497C02BBB608100515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB497C12BBB608100515D8B /* AUTimestampGenerator.h */, + 8BB497C22BBB608100515D8B /* AUBaseHelper.cpp */, + 8BB497C32BBB608100515D8B /* AUSilentTimeout.h */, + 8BB497C42BBB608100515D8B /* AUInputFormatConverter.h */, + 8BB497C52BBB608100515D8B /* AUTimestampGenerator.cpp */, + 8BB497C62BBB608100515D8B /* AUBuffer.cpp */, + 8BB497C72BBB608100515D8B /* AUMIDIDefs.h */, + 8BB497C82BBB608100515D8B /* AUBuffer.h */, + 8BB497C92BBB608100515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB497FA2BBB608100515D8B /* CABundleLocker.h in Headers */, + 8BB4981B2BBB608100515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB498112BBB608100515D8B /* AUOutputBL.h in Headers */, + 8BB497EC2BBB608100515D8B /* CAHostTimeBase.h in Headers */, + 8BB498342BBB608100515D8B /* ComponentBase.h in Headers */, + 8BB498242BBB608100515D8B /* CAAtomicStack.h in Headers */, + 8BB497E12BBB608100515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB497FE2BBB608100515D8B /* CAThreadSafeList.h in Headers */, + 8BB497D92BBB608100515D8B /* CAAUParameter.h in Headers */, + 8BB4984B2BBB608100515D8B /* AUBaseHelper.h in Headers */, + 8BB498432BBB608100515D8B /* AUTimestampGenerator.h in Headers */, + 8BB497F42BBB608100515D8B /* CADebugPrintf.h in Headers */, + 8BB4982E2BBB608100515D8B /* CACFMessagePort.h in Headers */, + 8BB497DC2BBB608100515D8B /* CAAUProcessor.h in Headers */, + 8BB497D82BBB608100515D8B /* CAAudioUnit.h in Headers */, + 8BB498312BBB608100515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB498172BBB608100515D8B /* CACFDistributedNotification.h in Headers */, + 8BB497D62BBB608100515D8B /* CAComponent.h in Headers */, + 8BB497E42BBB608100515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* Console6ChannelVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB498182BBB608100515D8B /* CAFilePathUtils.h in Headers */, + 8BB497DA2BBB608100515D8B /* CAException.h in Headers */, + 8BB497D12BBB608100515D8B /* CAAtomic.h in Headers */, + 8BB497D02BBB608100515D8B /* CAGuard.h in Headers */, + 8BB498362BBB608100515D8B /* AUInputElement.h in Headers */, + 8BB4980D2BBB608100515D8B /* CACFPreferences.h in Headers */, + 8BB498222BBB608100515D8B /* CAByteOrder.h in Headers */, + 8BB498052BBB608100515D8B /* CARingBuffer.h in Headers */, + 8BB497CC2BBB608100515D8B /* CABool.h in Headers */, + 8BB497F12BBB608100515D8B /* CAMutex.h in Headers */, + 8BB498372BBB608100515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* Console6Channel.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB497E92BBB608100515D8B /* CACFString.h in Headers */, + 8BB498082BBB608100515D8B /* CASharedLibrary.h in Headers */, + 8BB497D52BBB608100515D8B /* CATokenMap.h in Headers */, + 8BB497CA2BBB608100515D8B /* CAExtAudioFile.h in Headers */, + 8BB497DF2BBB608100515D8B /* CAPThread.h in Headers */, + 8BB497FB2BBB608100515D8B /* CAPropertyAddress.h in Headers */, + 8BB498252BBB608100515D8B /* CAReferenceCounted.h in Headers */, + 8BB4984A2BBB608100515D8B /* AUBuffer.h in Headers */, + 8BB4982C2BBB608100515D8B /* CAMath.h in Headers */, + 8BB4980C2BBB608100515D8B /* CAAutoDisposer.h in Headers */, + 8BB497D32BBB608100515D8B /* CACFObject.h in Headers */, + 8BB497F32BBB608100515D8B /* CASettingsStorage.h in Headers */, + 8BB497FC2BBB608100515D8B /* CAXException.h in Headers */, + 8BB498192BBB608100515D8B /* CATink.h in Headers */, + 8BB498462BBB608100515D8B /* AUInputFormatConverter.h in Headers */, + 8BB498212BBB608100515D8B /* CAVectorUnit.h in Headers */, + 8BB497DD2BBB608100515D8B /* CAProcess.h in Headers */, + 8BB497E32BBB608100515D8B /* CAAudioValueRange.h in Headers */, + 8BB497F82BBB608100515D8B /* CABitOperations.h in Headers */, + 8BB497EE2BBB608100515D8B /* CAAudioFileFormats.h in Headers */, + 8BB497E72BBB608100515D8B /* CACFNumber.h in Headers */, + 8BB497FF2BBB608100515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB498102BBB608100515D8B /* CADebugMacros.h in Headers */, + 8BB498492BBB608100515D8B /* AUMIDIDefs.h in Headers */, + 8BB498092BBB608100515D8B /* CACFData.h in Headers */, + 8BB497D22BBB608100515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB498382BBB608100515D8B /* AUPlugInDispatch.h in Headers */, + 8BB497D42BBB608100515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB498142BBB608100515D8B /* CACFPlugIn.h in Headers */, + 8BB497D72BBB608100515D8B /* CAAudioBufferList.h in Headers */, + 8BB497EF2BBB608100515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB498422BBB608100515D8B /* AUEffectBase.h in Headers */, + 8BB497DE2BBB608100515D8B /* CACFDictionary.h in Headers */, + 8BB4983F2BBB608100515D8B /* AUScopeElement.h in Headers */, + 8BB4980F2BBB608100515D8B /* CAComponentDescription.h in Headers */, + 8BB498452BBB608100515D8B /* AUSilentTimeout.h in Headers */, + 8BB498072BBB608100515D8B /* CABufferList.h in Headers */, + 8BB498392BBB608100515D8B /* AUDispatch.h in Headers */, + 8BB4983D2BBB608100515D8B /* AUOutputElement.h in Headers */, + 8BB498032BBB608100515D8B /* CALogMacros.h in Headers */, + 8BB497F72BBB608100515D8B /* AUParamInfo.h in Headers */, + 8BB498162BBB608100515D8B /* CAMixMap.h in Headers */, + 8BB498232BBB608100515D8B /* CACFArray.h in Headers */, + 8BB497CB2BBB608100515D8B /* CACFMachPort.h in Headers */, + 8BB497F62BBB608100515D8B /* CAAUMIDIMap.h in Headers */, + 8BB497CE2BBB608100515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Console6Channel" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + de, + fr, + en, + Base, + ja, ); mainGroup = 089C166AFE841209C02AAC07 /* Console6Channel */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* Console6Channel.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB498062BBB608100515D8B /* AUOutputBL.cpp in Sources */, + 8BB4982B2BBB608100515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB4981D2BBB608100515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB497F52BBB608100515D8B /* CAXException.cpp in Sources */, + 8BB4981F2BBB608100515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB497E22BBB608100515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB497E02BBB608100515D8B /* CAAUParameter.cpp in Sources */, + 8BB498022BBB608100515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB4982F2BBB608100515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB4983E2BBB608100515D8B /* AUDispatch.cpp in Sources */, + 8BB497F92BBB608100515D8B /* CACFPreferences.cpp in Sources */, + 8BB4983C2BBB608100515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB497DB2BBB608100515D8B /* CAAUProcessor.cpp in Sources */, + 8BB497F02BBB608100515D8B /* CACFDictionary.cpp in Sources */, + 8BB498442BBB608100515D8B /* AUBaseHelper.cpp in Sources */, + 8BB498292BBB608100515D8B /* CADebugger.cpp in Sources */, + 8BB497FD2BBB608100515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB498002BBB608100515D8B /* AUParamInfo.cpp in Sources */, + 8BB4981E2BBB608100515D8B /* CAPersistence.cpp in Sources */, + 8BB498122BBB608100515D8B /* CADebugPrintf.cpp in Sources */, + 8BB498472BBB608100515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB4981A2BBB608100515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB497EA2BBB608100515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB498152BBB608100515D8B /* CASettingsStorage.cpp in Sources */, + 8BB4983A2BBB608100515D8B /* AUOutputElement.cpp in Sources */, + 8BB497E62BBB608100515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* Console6Channel.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB498282BBB608100515D8B /* CAMutex.cpp in Sources */, + 8BB498412BBB608100515D8B /* AUEffectBase.cpp in Sources */, + 8BB498262BBB608100515D8B /* CACFMachPort.cpp in Sources */, + 8BB498352BBB608100515D8B /* AUBase.cpp in Sources */, + 8BB498012BBB608100515D8B /* CASharedLibrary.cpp in Sources */, + 8BB497E82BBB608100515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB497EB2BBB608100515D8B /* CAComponentDescription.cpp in Sources */, + 8BB497F22BBB608100515D8B /* CACFString.cpp in Sources */, + 8BB498322BBB608100515D8B /* ComponentBase.cpp in Sources */, + 8BB498132BBB608100515D8B /* CARingBuffer.cpp in Sources */, + 8BB498332BBB608100515D8B /* AUScopeElement.cpp in Sources */, + 8BB498302BBB608100515D8B /* CAAudioUnit.cpp in Sources */, + 8BB4982D2BBB608100515D8B /* CACFArray.cpp in Sources */, + 8BB4982A2BBB608100515D8B /* CABundleLocker.cpp in Sources */, + 8BB4981C2BBB608100515D8B /* CAProcess.cpp in Sources */, + 8BB4980A2BBB608100515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB4980B2BBB608100515D8B /* CAPThread.cpp in Sources */, + 8BB497CD2BBB608100515D8B /* CAComponent.cpp in Sources */, + 8BB497E52BBB608100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB498202BBB608100515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB498272BBB608100515D8B /* CABufferList.cpp in Sources */, + 8BB498042BBB608100515D8B /* CACFMessagePort.cpp in Sources */, + 8BB4980E2BBB608100515D8B /* CAVectorUnit.cpp in Sources */, + 8BB498402BBB608100515D8B /* AUInputElement.cpp in Sources */, + 8BB498482BBB608100515D8B /* AUBuffer.cpp in Sources */, + 8BB497ED2BBB608100515D8B /* CADebugMacros.cpp in Sources */, + 8BB497CF2BBB608100515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB4984C2BBB60ED00515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console6Channel.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console6Channel; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console6Channel.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console6Channel; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..649c90f0f Binary files /dev/null and b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/xcshareddata/xcschemes/Console6Channel.xcscheme b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/xcshareddata/xcschemes/Console6Channel.xcscheme new file mode 100644 index 000000000..612b10cc2 --- /dev/null +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/xcshareddata/xcschemes/Console6Channel.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..468fb6c3b --- /dev/null +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Console6Channel.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Console6Channel/Info.plist b/plugins/MacSignedAU/Console6Channel/Info.plist index 01dc6831c..5cc53bcf8 100755 --- a/plugins/MacSignedAU/Console6Channel/Info.plist +++ b/plugins/MacSignedAU/Console6Channel/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cono + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/Console6Channel/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/Console6Channel/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/Console6Channel/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/Console6Channel/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.cpp b/plugins/MacSignedAU/Console9Buss/Console9Buss.cpp index 2d4c9ed9b..a07820909 100755 --- a/plugins/MacSignedAU/Console9Buss/Console9Buss.cpp +++ b/plugins/MacSignedAU/Console9Buss/Console9Buss.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(Console9Buss) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Console9Buss) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.exp b/plugins/MacSignedAU/Console9Buss/Console9Buss.exp index 6ecf23c3a..f1b848078 100755 --- a/plugins/MacSignedAU/Console9Buss/Console9Buss.exp +++ b/plugins/MacSignedAU/Console9Buss/Console9Buss.exp @@ -1 +1,2 @@ _Console9BussEntry +_Console9BussFactory diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.pbxproj index 11eeb453c..921812785 100755 --- a/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* Console9Buss.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Console9Buss.r */; }; 8BA05A6B0720730100365D66 /* Console9Buss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Console9Buss.cpp */; }; 8BA05A6E0720730100365D66 /* Console9BussVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Console9BussVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB498D72BBB611B00515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4984F2BBB611B00515D8B /* CAExtAudioFile.h */; }; + 8BB498D82BBB611B00515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498502BBB611B00515D8B /* CACFMachPort.h */; }; + 8BB498D92BBB611B00515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498512BBB611B00515D8B /* CABool.h */; }; + 8BB498DA2BBB611B00515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498522BBB611B00515D8B /* CAComponent.cpp */; }; + 8BB498DB2BBB611B00515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498532BBB611B00515D8B /* CADebugger.h */; }; + 8BB498DC2BBB611B00515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498542BBB611B00515D8B /* CACFNumber.cpp */; }; + 8BB498DD2BBB611B00515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498552BBB611B00515D8B /* CAGuard.h */; }; + 8BB498DE2BBB611B00515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498562BBB611B00515D8B /* CAAtomic.h */; }; + 8BB498DF2BBB611B00515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498572BBB611B00515D8B /* CAStreamBasicDescription.h */; }; + 8BB498E02BBB611B00515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498582BBB611B00515D8B /* CACFObject.h */; }; + 8BB498E12BBB611B00515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498592BBB611B00515D8B /* CAStreamRangedDescription.h */; }; + 8BB498E22BBB611B00515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4985A2BBB611B00515D8B /* CATokenMap.h */; }; + 8BB498E32BBB611B00515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4985B2BBB611B00515D8B /* CAComponent.h */; }; + 8BB498E42BBB611B00515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4985C2BBB611B00515D8B /* CAAudioBufferList.h */; }; + 8BB498E52BBB611B00515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4985D2BBB611B00515D8B /* CAAudioUnit.h */; }; + 8BB498E62BBB611B00515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4985E2BBB611B00515D8B /* CAAUParameter.h */; }; + 8BB498E72BBB611B00515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4985F2BBB611B00515D8B /* CAException.h */; }; + 8BB498E82BBB611B00515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498602BBB611B00515D8B /* CAAUProcessor.cpp */; }; + 8BB498E92BBB611B00515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498612BBB611B00515D8B /* CAAUProcessor.h */; }; + 8BB498EA2BBB611B00515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498622BBB611B00515D8B /* CAProcess.h */; }; + 8BB498EB2BBB611B00515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498632BBB611B00515D8B /* CACFDictionary.h */; }; + 8BB498EC2BBB611B00515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498642BBB611B00515D8B /* CAPThread.h */; }; + 8BB498ED2BBB611B00515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498652BBB611B00515D8B /* CAAUParameter.cpp */; }; + 8BB498EE2BBB611B00515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498662BBB611B00515D8B /* CAAudioTimeStamp.h */; }; + 8BB498EF2BBB611B00515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498672BBB611B00515D8B /* CAFilePathUtils.cpp */; }; + 8BB498F02BBB611B00515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498682BBB611B00515D8B /* CAAudioValueRange.h */; }; + 8BB498F12BBB611B00515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498692BBB611B00515D8B /* CAVectorUnitTypes.h */; }; + 8BB498F22BBB611B00515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4986A2BBB611B00515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB498F32BBB611B00515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4986B2BBB611B00515D8B /* CAGuard.cpp */; }; + 8BB498F42BBB611B00515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4986C2BBB611B00515D8B /* CACFNumber.h */; }; + 8BB498F52BBB611B00515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4986D2BBB611B00515D8B /* CACFDistributedNotification.cpp */; }; + 8BB498F62BBB611B00515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4986E2BBB611B00515D8B /* CACFString.h */; }; + 8BB498F72BBB611B00515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4986F2BBB611B00515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB498F82BBB611B00515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498702BBB611B00515D8B /* CAComponentDescription.cpp */; }; + 8BB498F92BBB611B00515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498712BBB611B00515D8B /* CAHostTimeBase.h */; }; + 8BB498FA2BBB611B00515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498722BBB611B00515D8B /* CADebugMacros.cpp */; }; + 8BB498FB2BBB611B00515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498732BBB611B00515D8B /* CAAudioFileFormats.h */; }; + 8BB498FC2BBB611B00515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498742BBB611B00515D8B /* CAAUMIDIMapManager.h */; }; + 8BB498FD2BBB611B00515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498752BBB611B00515D8B /* CACFDictionary.cpp */; }; + 8BB498FE2BBB611B00515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498762BBB611B00515D8B /* CAMutex.h */; }; + 8BB498FF2BBB611B00515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498772BBB611B00515D8B /* CACFString.cpp */; }; + 8BB499002BBB611B00515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498782BBB611B00515D8B /* CASettingsStorage.h */; }; + 8BB499012BBB611B00515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498792BBB611B00515D8B /* CADebugPrintf.h */; }; + 8BB499022BBB611B00515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4987A2BBB611B00515D8B /* CAXException.cpp */; }; + 8BB499032BBB611B00515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4987B2BBB611B00515D8B /* CAAUMIDIMap.h */; }; + 8BB499042BBB611B00515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4987C2BBB611B00515D8B /* AUParamInfo.h */; }; + 8BB499052BBB611B00515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4987D2BBB611B00515D8B /* CABitOperations.h */; }; + 8BB499062BBB611B00515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4987E2BBB611B00515D8B /* CACFPreferences.cpp */; }; + 8BB499072BBB611B00515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4987F2BBB611B00515D8B /* CABundleLocker.h */; }; + 8BB499082BBB611B00515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498802BBB611B00515D8B /* CAPropertyAddress.h */; }; + 8BB499092BBB611B00515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498812BBB611B00515D8B /* CAXException.h */; }; + 8BB4990A2BBB611B00515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498822BBB611B00515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB4990B2BBB611B00515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498832BBB611B00515D8B /* CAThreadSafeList.h */; }; + 8BB4990C2BBB611B00515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498842BBB611B00515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB4990D2BBB611B00515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498852BBB611B00515D8B /* AUParamInfo.cpp */; }; + 8BB4990E2BBB611B00515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498862BBB611B00515D8B /* CASharedLibrary.cpp */; }; + 8BB4990F2BBB611B00515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498872BBB611B00515D8B /* CAAUMIDIMap.cpp */; }; + 8BB499102BBB611B00515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498882BBB611B00515D8B /* CALogMacros.h */; }; + 8BB499112BBB611B00515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498892BBB611B00515D8B /* CACFMessagePort.cpp */; }; + 8BB499122BBB611B00515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4988A2BBB611B00515D8B /* CARingBuffer.h */; }; + 8BB499132BBB611B00515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4988B2BBB611B00515D8B /* AUOutputBL.cpp */; }; + 8BB499142BBB611B00515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4988C2BBB611B00515D8B /* CABufferList.h */; }; + 8BB499152BBB611B00515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4988D2BBB611B00515D8B /* CASharedLibrary.h */; }; + 8BB499162BBB611B00515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4988E2BBB611B00515D8B /* CACFData.h */; }; + 8BB499172BBB611B00515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4988F2BBB611B00515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB499182BBB611B00515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498902BBB611B00515D8B /* CAPThread.cpp */; }; + 8BB499192BBB611B00515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498912BBB611B00515D8B /* CAAutoDisposer.h */; }; + 8BB4991A2BBB611B00515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498922BBB611B00515D8B /* CACFPreferences.h */; }; + 8BB4991B2BBB611B00515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498932BBB611B00515D8B /* CAVectorUnit.cpp */; }; + 8BB4991C2BBB611B00515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498942BBB611B00515D8B /* CAComponentDescription.h */; }; + 8BB4991D2BBB611B00515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498952BBB611B00515D8B /* CADebugMacros.h */; }; + 8BB4991E2BBB611B00515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498962BBB611B00515D8B /* AUOutputBL.h */; }; + 8BB4991F2BBB611B00515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498972BBB611B00515D8B /* CADebugPrintf.cpp */; }; + 8BB499202BBB611B00515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498982BBB611B00515D8B /* CARingBuffer.cpp */; }; + 8BB499212BBB611B00515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498992BBB611B00515D8B /* CACFPlugIn.h */; }; + 8BB499222BBB611B00515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4989A2BBB611B00515D8B /* CASettingsStorage.cpp */; }; + 8BB499232BBB611B00515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4989B2BBB611B00515D8B /* CAMixMap.h */; }; + 8BB499242BBB611B00515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4989C2BBB611B00515D8B /* CACFDistributedNotification.h */; }; + 8BB499252BBB611B00515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4989D2BBB611B00515D8B /* CAFilePathUtils.h */; }; + 8BB499262BBB611B00515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4989E2BBB611B00515D8B /* CATink.h */; }; + 8BB499272BBB611B00515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4989F2BBB611B00515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB499282BBB611B00515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498A02BBB611B00515D8B /* CAAudioChannelLayout.h */; }; + 8BB499292BBB611B00515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498A12BBB611B00515D8B /* CAProcess.cpp */; }; + 8BB4992A2BBB611B00515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498A22BBB611B00515D8B /* CAHostTimeBase.cpp */; }; + 8BB4992B2BBB611B00515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498A32BBB611B00515D8B /* CAPersistence.cpp */; }; + 8BB4992C2BBB611B00515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498A42BBB611B00515D8B /* CAAudioBufferList.cpp */; }; + 8BB4992D2BBB611B00515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498A52BBB611B00515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB4992E2BBB611B00515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498A62BBB611B00515D8B /* CAVectorUnit.h */; }; + 8BB4992F2BBB611B00515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498A72BBB611B00515D8B /* CAByteOrder.h */; }; + 8BB499302BBB611B00515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498A82BBB611B00515D8B /* CACFArray.h */; }; + 8BB499312BBB611B00515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498A92BBB611B00515D8B /* CAAtomicStack.h */; }; + 8BB499322BBB611B00515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498AA2BBB611B00515D8B /* CAReferenceCounted.h */; }; + 8BB499332BBB611B00515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498AB2BBB611B00515D8B /* CACFMachPort.cpp */; }; + 8BB499342BBB611B00515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498AC2BBB611B00515D8B /* CABufferList.cpp */; }; + 8BB499352BBB611B00515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498AD2BBB611B00515D8B /* CAMutex.cpp */; }; + 8BB499362BBB611B00515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498AE2BBB611B00515D8B /* CADebugger.cpp */; }; + 8BB499372BBB611B00515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498AF2BBB611B00515D8B /* CABundleLocker.cpp */; }; + 8BB499382BBB611B00515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498B02BBB611B00515D8B /* CAAudioFileFormats.cpp */; }; + 8BB499392BBB611B00515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498B12BBB611B00515D8B /* CAMath.h */; }; + 8BB4993A2BBB611B00515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498B22BBB611B00515D8B /* CACFArray.cpp */; }; + 8BB4993B2BBB611B00515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498B32BBB611B00515D8B /* CACFMessagePort.h */; }; + 8BB4993C2BBB611B00515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498B42BBB611B00515D8B /* CAAudioValueRange.cpp */; }; + 8BB4993D2BBB611B00515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498B52BBB611B00515D8B /* CAAudioUnit.cpp */; }; + 8BB4993E2BBB611B00515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498B92BBB611B00515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB4993F2BBB611B00515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498BB2BBB611B00515D8B /* ComponentBase.cpp */; }; + 8BB499402BBB611B00515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498BC2BBB611B00515D8B /* AUScopeElement.cpp */; }; + 8BB499412BBB611B00515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498BD2BBB611B00515D8B /* ComponentBase.h */; }; + 8BB499422BBB611B00515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498BE2BBB611B00515D8B /* AUBase.cpp */; }; + 8BB499432BBB611B00515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498BF2BBB611B00515D8B /* AUInputElement.h */; }; + 8BB499442BBB611B00515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498C02BBB611B00515D8B /* AUBase.h */; }; + 8BB499452BBB611B00515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498C12BBB611B00515D8B /* AUPlugInDispatch.h */; }; + 8BB499462BBB611B00515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498C22BBB611B00515D8B /* AUDispatch.h */; }; + 8BB499472BBB611B00515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498C32BBB611B00515D8B /* AUOutputElement.cpp */; }; + 8BB499492BBB611B00515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498C52BBB611B00515D8B /* AUPlugInDispatch.cpp */; }; + 8BB4994A2BBB611B00515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498C62BBB611B00515D8B /* AUOutputElement.h */; }; + 8BB4994B2BBB611B00515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498C72BBB611B00515D8B /* AUDispatch.cpp */; }; + 8BB4994C2BBB611B00515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498C82BBB611B00515D8B /* AUScopeElement.h */; }; + 8BB4994D2BBB611B00515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498C92BBB611B00515D8B /* AUInputElement.cpp */; }; + 8BB4994E2BBB611B00515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498CB2BBB611B00515D8B /* AUEffectBase.cpp */; }; + 8BB4994F2BBB611B00515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498CC2BBB611B00515D8B /* AUEffectBase.h */; }; + 8BB499502BBB611B00515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498CE2BBB611B00515D8B /* AUTimestampGenerator.h */; }; + 8BB499512BBB611B00515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498CF2BBB611B00515D8B /* AUBaseHelper.cpp */; }; + 8BB499522BBB611B00515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498D02BBB611B00515D8B /* AUSilentTimeout.h */; }; + 8BB499532BBB611B00515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498D12BBB611B00515D8B /* AUInputFormatConverter.h */; }; + 8BB499542BBB611B00515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498D22BBB611B00515D8B /* AUTimestampGenerator.cpp */; }; + 8BB499552BBB611B00515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB498D32BBB611B00515D8B /* AUBuffer.cpp */; }; + 8BB499562BBB611B00515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498D42BBB611B00515D8B /* AUMIDIDefs.h */; }; + 8BB499572BBB611B00515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498D52BBB611B00515D8B /* AUBuffer.h */; }; + 8BB499582BBB611B00515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB498D62BBB611B00515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* Console9Buss.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Console9Buss.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* Console9Buss.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Console9Buss.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* Console9Buss.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Console9Buss.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* Console9Buss.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Console9Buss.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* Console9BussVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console9BussVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4984F2BBB611B00515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB498502BBB611B00515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB498512BBB611B00515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB498522BBB611B00515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB498532BBB611B00515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB498542BBB611B00515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB498552BBB611B00515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB498562BBB611B00515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB498572BBB611B00515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB498582BBB611B00515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB498592BBB611B00515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB4985A2BBB611B00515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB4985B2BBB611B00515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB4985C2BBB611B00515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB4985D2BBB611B00515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB4985E2BBB611B00515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4985F2BBB611B00515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB498602BBB611B00515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB498612BBB611B00515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB498622BBB611B00515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB498632BBB611B00515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB498642BBB611B00515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB498652BBB611B00515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB498662BBB611B00515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB498672BBB611B00515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB498682BBB611B00515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB498692BBB611B00515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB4986A2BBB611B00515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB4986B2BBB611B00515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB4986C2BBB611B00515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB4986D2BBB611B00515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB4986E2BBB611B00515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB4986F2BBB611B00515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB498702BBB611B00515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB498712BBB611B00515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB498722BBB611B00515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB498732BBB611B00515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB498742BBB611B00515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB498752BBB611B00515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB498762BBB611B00515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB498772BBB611B00515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB498782BBB611B00515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB498792BBB611B00515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB4987A2BBB611B00515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB4987B2BBB611B00515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB4987C2BBB611B00515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB4987D2BBB611B00515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB4987E2BBB611B00515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB4987F2BBB611B00515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB498802BBB611B00515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB498812BBB611B00515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB498822BBB611B00515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB498832BBB611B00515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB498842BBB611B00515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB498852BBB611B00515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB498862BBB611B00515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB498872BBB611B00515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB498882BBB611B00515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB498892BBB611B00515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB4988A2BBB611B00515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB4988B2BBB611B00515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB4988C2BBB611B00515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB4988D2BBB611B00515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB4988E2BBB611B00515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB4988F2BBB611B00515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB498902BBB611B00515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB498912BBB611B00515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB498922BBB611B00515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB498932BBB611B00515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB498942BBB611B00515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB498952BBB611B00515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB498962BBB611B00515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB498972BBB611B00515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB498982BBB611B00515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB498992BBB611B00515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB4989A2BBB611B00515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB4989B2BBB611B00515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB4989C2BBB611B00515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB4989D2BBB611B00515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB4989E2BBB611B00515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB4989F2BBB611B00515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB498A02BBB611B00515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB498A12BBB611B00515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB498A22BBB611B00515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB498A32BBB611B00515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB498A42BBB611B00515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB498A52BBB611B00515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB498A62BBB611B00515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB498A72BBB611B00515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB498A82BBB611B00515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB498A92BBB611B00515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB498AA2BBB611B00515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB498AB2BBB611B00515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB498AC2BBB611B00515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB498AD2BBB611B00515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB498AE2BBB611B00515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB498AF2BBB611B00515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB498B02BBB611B00515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB498B12BBB611B00515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB498B22BBB611B00515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB498B32BBB611B00515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB498B42BBB611B00515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB498B52BBB611B00515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB498B92BBB611B00515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB498BB2BBB611B00515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB498BC2BBB611B00515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB498BD2BBB611B00515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB498BE2BBB611B00515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB498BF2BBB611B00515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB498C02BBB611B00515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB498C12BBB611B00515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB498C22BBB611B00515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB498C32BBB611B00515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB498C42BBB611B00515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB498C52BBB611B00515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB498C62BBB611B00515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB498C72BBB611B00515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB498C82BBB611B00515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB498C92BBB611B00515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB498CB2BBB611B00515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB498CC2BBB611B00515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB498CE2BBB611B00515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB498CF2BBB611B00515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB498D02BBB611B00515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB498D12BBB611B00515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB498D22BBB611B00515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB498D32BBB611B00515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB498D42BBB611B00515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB498D52BBB611B00515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB498D62BBB611B00515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB499592BBB61AD00515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* Console9Buss.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console9Buss.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* Console9Buss.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console9Buss.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB4984D2BBB611B00515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB4984D2BBB611B00515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB4984E2BBB611B00515D8B /* PublicUtility */, + 8BB498B62BBB611B00515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB4984E2BBB611B00515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB4984F2BBB611B00515D8B /* CAExtAudioFile.h */, + 8BB498502BBB611B00515D8B /* CACFMachPort.h */, + 8BB498512BBB611B00515D8B /* CABool.h */, + 8BB498522BBB611B00515D8B /* CAComponent.cpp */, + 8BB498532BBB611B00515D8B /* CADebugger.h */, + 8BB498542BBB611B00515D8B /* CACFNumber.cpp */, + 8BB498552BBB611B00515D8B /* CAGuard.h */, + 8BB498562BBB611B00515D8B /* CAAtomic.h */, + 8BB498572BBB611B00515D8B /* CAStreamBasicDescription.h */, + 8BB498582BBB611B00515D8B /* CACFObject.h */, + 8BB498592BBB611B00515D8B /* CAStreamRangedDescription.h */, + 8BB4985A2BBB611B00515D8B /* CATokenMap.h */, + 8BB4985B2BBB611B00515D8B /* CAComponent.h */, + 8BB4985C2BBB611B00515D8B /* CAAudioBufferList.h */, + 8BB4985D2BBB611B00515D8B /* CAAudioUnit.h */, + 8BB4985E2BBB611B00515D8B /* CAAUParameter.h */, + 8BB4985F2BBB611B00515D8B /* CAException.h */, + 8BB498602BBB611B00515D8B /* CAAUProcessor.cpp */, + 8BB498612BBB611B00515D8B /* CAAUProcessor.h */, + 8BB498622BBB611B00515D8B /* CAProcess.h */, + 8BB498632BBB611B00515D8B /* CACFDictionary.h */, + 8BB498642BBB611B00515D8B /* CAPThread.h */, + 8BB498652BBB611B00515D8B /* CAAUParameter.cpp */, + 8BB498662BBB611B00515D8B /* CAAudioTimeStamp.h */, + 8BB498672BBB611B00515D8B /* CAFilePathUtils.cpp */, + 8BB498682BBB611B00515D8B /* CAAudioValueRange.h */, + 8BB498692BBB611B00515D8B /* CAVectorUnitTypes.h */, + 8BB4986A2BBB611B00515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB4986B2BBB611B00515D8B /* CAGuard.cpp */, + 8BB4986C2BBB611B00515D8B /* CACFNumber.h */, + 8BB4986D2BBB611B00515D8B /* CACFDistributedNotification.cpp */, + 8BB4986E2BBB611B00515D8B /* CACFString.h */, + 8BB4986F2BBB611B00515D8B /* CAAUMIDIMapManager.cpp */, + 8BB498702BBB611B00515D8B /* CAComponentDescription.cpp */, + 8BB498712BBB611B00515D8B /* CAHostTimeBase.h */, + 8BB498722BBB611B00515D8B /* CADebugMacros.cpp */, + 8BB498732BBB611B00515D8B /* CAAudioFileFormats.h */, + 8BB498742BBB611B00515D8B /* CAAUMIDIMapManager.h */, + 8BB498752BBB611B00515D8B /* CACFDictionary.cpp */, + 8BB498762BBB611B00515D8B /* CAMutex.h */, + 8BB498772BBB611B00515D8B /* CACFString.cpp */, + 8BB498782BBB611B00515D8B /* CASettingsStorage.h */, + 8BB498792BBB611B00515D8B /* CADebugPrintf.h */, + 8BB4987A2BBB611B00515D8B /* CAXException.cpp */, + 8BB4987B2BBB611B00515D8B /* CAAUMIDIMap.h */, + 8BB4987C2BBB611B00515D8B /* AUParamInfo.h */, + 8BB4987D2BBB611B00515D8B /* CABitOperations.h */, + 8BB4987E2BBB611B00515D8B /* CACFPreferences.cpp */, + 8BB4987F2BBB611B00515D8B /* CABundleLocker.h */, + 8BB498802BBB611B00515D8B /* CAPropertyAddress.h */, + 8BB498812BBB611B00515D8B /* CAXException.h */, + 8BB498822BBB611B00515D8B /* CAAudioChannelLayout.cpp */, + 8BB498832BBB611B00515D8B /* CAThreadSafeList.h */, + 8BB498842BBB611B00515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB498852BBB611B00515D8B /* AUParamInfo.cpp */, + 8BB498862BBB611B00515D8B /* CASharedLibrary.cpp */, + 8BB498872BBB611B00515D8B /* CAAUMIDIMap.cpp */, + 8BB498882BBB611B00515D8B /* CALogMacros.h */, + 8BB498892BBB611B00515D8B /* CACFMessagePort.cpp */, + 8BB4988A2BBB611B00515D8B /* CARingBuffer.h */, + 8BB4988B2BBB611B00515D8B /* AUOutputBL.cpp */, + 8BB4988C2BBB611B00515D8B /* CABufferList.h */, + 8BB4988D2BBB611B00515D8B /* CASharedLibrary.h */, + 8BB4988E2BBB611B00515D8B /* CACFData.h */, + 8BB4988F2BBB611B00515D8B /* CAStreamRangedDescription.cpp */, + 8BB498902BBB611B00515D8B /* CAPThread.cpp */, + 8BB498912BBB611B00515D8B /* CAAutoDisposer.h */, + 8BB498922BBB611B00515D8B /* CACFPreferences.h */, + 8BB498932BBB611B00515D8B /* CAVectorUnit.cpp */, + 8BB498942BBB611B00515D8B /* CAComponentDescription.h */, + 8BB498952BBB611B00515D8B /* CADebugMacros.h */, + 8BB498962BBB611B00515D8B /* AUOutputBL.h */, + 8BB498972BBB611B00515D8B /* CADebugPrintf.cpp */, + 8BB498982BBB611B00515D8B /* CARingBuffer.cpp */, + 8BB498992BBB611B00515D8B /* CACFPlugIn.h */, + 8BB4989A2BBB611B00515D8B /* CASettingsStorage.cpp */, + 8BB4989B2BBB611B00515D8B /* CAMixMap.h */, + 8BB4989C2BBB611B00515D8B /* CACFDistributedNotification.h */, + 8BB4989D2BBB611B00515D8B /* CAFilePathUtils.h */, + 8BB4989E2BBB611B00515D8B /* CATink.h */, + 8BB4989F2BBB611B00515D8B /* CAStreamBasicDescription.cpp */, + 8BB498A02BBB611B00515D8B /* CAAudioChannelLayout.h */, + 8BB498A12BBB611B00515D8B /* CAProcess.cpp */, + 8BB498A22BBB611B00515D8B /* CAHostTimeBase.cpp */, + 8BB498A32BBB611B00515D8B /* CAPersistence.cpp */, + 8BB498A42BBB611B00515D8B /* CAAudioBufferList.cpp */, + 8BB498A52BBB611B00515D8B /* CAAudioTimeStamp.cpp */, + 8BB498A62BBB611B00515D8B /* CAVectorUnit.h */, + 8BB498A72BBB611B00515D8B /* CAByteOrder.h */, + 8BB498A82BBB611B00515D8B /* CACFArray.h */, + 8BB498A92BBB611B00515D8B /* CAAtomicStack.h */, + 8BB498AA2BBB611B00515D8B /* CAReferenceCounted.h */, + 8BB498AB2BBB611B00515D8B /* CACFMachPort.cpp */, + 8BB498AC2BBB611B00515D8B /* CABufferList.cpp */, + 8BB498AD2BBB611B00515D8B /* CAMutex.cpp */, + 8BB498AE2BBB611B00515D8B /* CADebugger.cpp */, + 8BB498AF2BBB611B00515D8B /* CABundleLocker.cpp */, + 8BB498B02BBB611B00515D8B /* CAAudioFileFormats.cpp */, + 8BB498B12BBB611B00515D8B /* CAMath.h */, + 8BB498B22BBB611B00515D8B /* CACFArray.cpp */, + 8BB498B32BBB611B00515D8B /* CACFMessagePort.h */, + 8BB498B42BBB611B00515D8B /* CAAudioValueRange.cpp */, + 8BB498B52BBB611B00515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB498B62BBB611B00515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB498B72BBB611B00515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB498B72BBB611B00515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB498B82BBB611B00515D8B /* AUViewBase */, + 8BB498BA2BBB611B00515D8B /* AUBase */, + 8BB498CA2BBB611B00515D8B /* OtherBases */, + 8BB498CD2BBB611B00515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB498B82BBB611B00515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB498B92BBB611B00515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB498BA2BBB611B00515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB498BB2BBB611B00515D8B /* ComponentBase.cpp */, + 8BB498BC2BBB611B00515D8B /* AUScopeElement.cpp */, + 8BB498BD2BBB611B00515D8B /* ComponentBase.h */, + 8BB498BE2BBB611B00515D8B /* AUBase.cpp */, + 8BB498BF2BBB611B00515D8B /* AUInputElement.h */, + 8BB498C02BBB611B00515D8B /* AUBase.h */, + 8BB498C12BBB611B00515D8B /* AUPlugInDispatch.h */, + 8BB498C22BBB611B00515D8B /* AUDispatch.h */, + 8BB498C32BBB611B00515D8B /* AUOutputElement.cpp */, + 8BB498C42BBB611B00515D8B /* AUResources.r */, + 8BB498C52BBB611B00515D8B /* AUPlugInDispatch.cpp */, + 8BB498C62BBB611B00515D8B /* AUOutputElement.h */, + 8BB498C72BBB611B00515D8B /* AUDispatch.cpp */, + 8BB498C82BBB611B00515D8B /* AUScopeElement.h */, + 8BB498C92BBB611B00515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB498CA2BBB611B00515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB498CB2BBB611B00515D8B /* AUEffectBase.cpp */, + 8BB498CC2BBB611B00515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB498CD2BBB611B00515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB498CE2BBB611B00515D8B /* AUTimestampGenerator.h */, + 8BB498CF2BBB611B00515D8B /* AUBaseHelper.cpp */, + 8BB498D02BBB611B00515D8B /* AUSilentTimeout.h */, + 8BB498D12BBB611B00515D8B /* AUInputFormatConverter.h */, + 8BB498D22BBB611B00515D8B /* AUTimestampGenerator.cpp */, + 8BB498D32BBB611B00515D8B /* AUBuffer.cpp */, + 8BB498D42BBB611B00515D8B /* AUMIDIDefs.h */, + 8BB498D52BBB611B00515D8B /* AUBuffer.h */, + 8BB498D62BBB611B00515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB499072BBB611B00515D8B /* CABundleLocker.h in Headers */, + 8BB499282BBB611B00515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB4991E2BBB611B00515D8B /* AUOutputBL.h in Headers */, + 8BB498F92BBB611B00515D8B /* CAHostTimeBase.h in Headers */, + 8BB499412BBB611B00515D8B /* ComponentBase.h in Headers */, + 8BB499312BBB611B00515D8B /* CAAtomicStack.h in Headers */, + 8BB498EE2BBB611B00515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB4990B2BBB611B00515D8B /* CAThreadSafeList.h in Headers */, + 8BB498E62BBB611B00515D8B /* CAAUParameter.h in Headers */, + 8BB499582BBB611B00515D8B /* AUBaseHelper.h in Headers */, + 8BB499502BBB611B00515D8B /* AUTimestampGenerator.h in Headers */, + 8BB499012BBB611B00515D8B /* CADebugPrintf.h in Headers */, + 8BB4993B2BBB611B00515D8B /* CACFMessagePort.h in Headers */, + 8BB498E92BBB611B00515D8B /* CAAUProcessor.h in Headers */, + 8BB498E52BBB611B00515D8B /* CAAudioUnit.h in Headers */, + 8BB4993E2BBB611B00515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB499242BBB611B00515D8B /* CACFDistributedNotification.h in Headers */, + 8BB498E32BBB611B00515D8B /* CAComponent.h in Headers */, + 8BB498F12BBB611B00515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* Console9BussVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB499252BBB611B00515D8B /* CAFilePathUtils.h in Headers */, + 8BB498E72BBB611B00515D8B /* CAException.h in Headers */, + 8BB498DE2BBB611B00515D8B /* CAAtomic.h in Headers */, + 8BB498DD2BBB611B00515D8B /* CAGuard.h in Headers */, + 8BB499432BBB611B00515D8B /* AUInputElement.h in Headers */, + 8BB4991A2BBB611B00515D8B /* CACFPreferences.h in Headers */, + 8BB4992F2BBB611B00515D8B /* CAByteOrder.h in Headers */, + 8BB499122BBB611B00515D8B /* CARingBuffer.h in Headers */, + 8BB498D92BBB611B00515D8B /* CABool.h in Headers */, + 8BB498FE2BBB611B00515D8B /* CAMutex.h in Headers */, + 8BB499442BBB611B00515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* Console9Buss.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB498F62BBB611B00515D8B /* CACFString.h in Headers */, + 8BB499152BBB611B00515D8B /* CASharedLibrary.h in Headers */, + 8BB498E22BBB611B00515D8B /* CATokenMap.h in Headers */, + 8BB498D72BBB611B00515D8B /* CAExtAudioFile.h in Headers */, + 8BB498EC2BBB611B00515D8B /* CAPThread.h in Headers */, + 8BB499082BBB611B00515D8B /* CAPropertyAddress.h in Headers */, + 8BB499322BBB611B00515D8B /* CAReferenceCounted.h in Headers */, + 8BB499572BBB611B00515D8B /* AUBuffer.h in Headers */, + 8BB499392BBB611B00515D8B /* CAMath.h in Headers */, + 8BB499192BBB611B00515D8B /* CAAutoDisposer.h in Headers */, + 8BB498E02BBB611B00515D8B /* CACFObject.h in Headers */, + 8BB499002BBB611B00515D8B /* CASettingsStorage.h in Headers */, + 8BB499092BBB611B00515D8B /* CAXException.h in Headers */, + 8BB499262BBB611B00515D8B /* CATink.h in Headers */, + 8BB499532BBB611B00515D8B /* AUInputFormatConverter.h in Headers */, + 8BB4992E2BBB611B00515D8B /* CAVectorUnit.h in Headers */, + 8BB498EA2BBB611B00515D8B /* CAProcess.h in Headers */, + 8BB498F02BBB611B00515D8B /* CAAudioValueRange.h in Headers */, + 8BB499052BBB611B00515D8B /* CABitOperations.h in Headers */, + 8BB498FB2BBB611B00515D8B /* CAAudioFileFormats.h in Headers */, + 8BB498F42BBB611B00515D8B /* CACFNumber.h in Headers */, + 8BB4990C2BBB611B00515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB4991D2BBB611B00515D8B /* CADebugMacros.h in Headers */, + 8BB499562BBB611B00515D8B /* AUMIDIDefs.h in Headers */, + 8BB499162BBB611B00515D8B /* CACFData.h in Headers */, + 8BB498DF2BBB611B00515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB499452BBB611B00515D8B /* AUPlugInDispatch.h in Headers */, + 8BB498E12BBB611B00515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB499212BBB611B00515D8B /* CACFPlugIn.h in Headers */, + 8BB498E42BBB611B00515D8B /* CAAudioBufferList.h in Headers */, + 8BB498FC2BBB611B00515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB4994F2BBB611B00515D8B /* AUEffectBase.h in Headers */, + 8BB498EB2BBB611B00515D8B /* CACFDictionary.h in Headers */, + 8BB4994C2BBB611B00515D8B /* AUScopeElement.h in Headers */, + 8BB4991C2BBB611B00515D8B /* CAComponentDescription.h in Headers */, + 8BB499522BBB611B00515D8B /* AUSilentTimeout.h in Headers */, + 8BB499142BBB611B00515D8B /* CABufferList.h in Headers */, + 8BB499462BBB611B00515D8B /* AUDispatch.h in Headers */, + 8BB4994A2BBB611B00515D8B /* AUOutputElement.h in Headers */, + 8BB499102BBB611B00515D8B /* CALogMacros.h in Headers */, + 8BB499042BBB611B00515D8B /* AUParamInfo.h in Headers */, + 8BB499232BBB611B00515D8B /* CAMixMap.h in Headers */, + 8BB499302BBB611B00515D8B /* CACFArray.h in Headers */, + 8BB498D82BBB611B00515D8B /* CACFMachPort.h in Headers */, + 8BB499032BBB611B00515D8B /* CAAUMIDIMap.h in Headers */, + 8BB498DB2BBB611B00515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Console9Buss" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + Base, + ja, + en, + de, + fr, ); mainGroup = 089C166AFE841209C02AAC07 /* Console9Buss */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* Console9Buss.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB499132BBB611B00515D8B /* AUOutputBL.cpp in Sources */, + 8BB499382BBB611B00515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB4992A2BBB611B00515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB499022BBB611B00515D8B /* CAXException.cpp in Sources */, + 8BB4992C2BBB611B00515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB498EF2BBB611B00515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB498ED2BBB611B00515D8B /* CAAUParameter.cpp in Sources */, + 8BB4990F2BBB611B00515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB4993C2BBB611B00515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB4994B2BBB611B00515D8B /* AUDispatch.cpp in Sources */, + 8BB499062BBB611B00515D8B /* CACFPreferences.cpp in Sources */, + 8BB499492BBB611B00515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB498E82BBB611B00515D8B /* CAAUProcessor.cpp in Sources */, + 8BB498FD2BBB611B00515D8B /* CACFDictionary.cpp in Sources */, + 8BB499512BBB611B00515D8B /* AUBaseHelper.cpp in Sources */, + 8BB499362BBB611B00515D8B /* CADebugger.cpp in Sources */, + 8BB4990A2BBB611B00515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB4990D2BBB611B00515D8B /* AUParamInfo.cpp in Sources */, + 8BB4992B2BBB611B00515D8B /* CAPersistence.cpp in Sources */, + 8BB4991F2BBB611B00515D8B /* CADebugPrintf.cpp in Sources */, + 8BB499542BBB611B00515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB499272BBB611B00515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB498F72BBB611B00515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB499222BBB611B00515D8B /* CASettingsStorage.cpp in Sources */, + 8BB499472BBB611B00515D8B /* AUOutputElement.cpp in Sources */, + 8BB498F32BBB611B00515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* Console9Buss.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB499352BBB611B00515D8B /* CAMutex.cpp in Sources */, + 8BB4994E2BBB611B00515D8B /* AUEffectBase.cpp in Sources */, + 8BB499332BBB611B00515D8B /* CACFMachPort.cpp in Sources */, + 8BB499422BBB611B00515D8B /* AUBase.cpp in Sources */, + 8BB4990E2BBB611B00515D8B /* CASharedLibrary.cpp in Sources */, + 8BB498F52BBB611B00515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB498F82BBB611B00515D8B /* CAComponentDescription.cpp in Sources */, + 8BB498FF2BBB611B00515D8B /* CACFString.cpp in Sources */, + 8BB4993F2BBB611B00515D8B /* ComponentBase.cpp in Sources */, + 8BB499202BBB611B00515D8B /* CARingBuffer.cpp in Sources */, + 8BB499402BBB611B00515D8B /* AUScopeElement.cpp in Sources */, + 8BB4993D2BBB611B00515D8B /* CAAudioUnit.cpp in Sources */, + 8BB4993A2BBB611B00515D8B /* CACFArray.cpp in Sources */, + 8BB499372BBB611B00515D8B /* CABundleLocker.cpp in Sources */, + 8BB499292BBB611B00515D8B /* CAProcess.cpp in Sources */, + 8BB499172BBB611B00515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB499182BBB611B00515D8B /* CAPThread.cpp in Sources */, + 8BB498DA2BBB611B00515D8B /* CAComponent.cpp in Sources */, + 8BB498F22BBB611B00515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB4992D2BBB611B00515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB499342BBB611B00515D8B /* CABufferList.cpp in Sources */, + 8BB499112BBB611B00515D8B /* CACFMessagePort.cpp in Sources */, + 8BB4991B2BBB611B00515D8B /* CAVectorUnit.cpp in Sources */, + 8BB4994D2BBB611B00515D8B /* AUInputElement.cpp in Sources */, + 8BB499552BBB611B00515D8B /* AUBuffer.cpp in Sources */, + 8BB498FA2BBB611B00515D8B /* CADebugMacros.cpp in Sources */, + 8BB498DC2BBB611B00515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB499592BBB61AD00515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console9Buss.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console9Buss; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console9Buss.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console9Buss; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..a5438db0e Binary files /dev/null and b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/xcshareddata/xcschemes/Console9Buss.xcscheme b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/xcshareddata/xcschemes/Console9Buss.xcscheme new file mode 100644 index 000000000..f67265417 --- /dev/null +++ b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/xcshareddata/xcschemes/Console9Buss.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..628a9ea58 --- /dev/null +++ b/plugins/MacSignedAU/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Console9Buss.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Console9Buss/Info.plist b/plugins/MacSignedAU/Console9Buss/Info.plist index 12f0517b5..891294481 100755 --- a/plugins/MacSignedAU/Console9Buss/Info.plist +++ b/plugins/MacSignedAU/Console9Buss/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cn9b + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/Console9Buss/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/Console9Buss/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/Console9Buss/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/Console9Buss/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.cpp b/plugins/MacSignedAU/Console9Channel/Console9Channel.cpp index 3006db3b1..179ef2b91 100755 --- a/plugins/MacSignedAU/Console9Channel/Console9Channel.cpp +++ b/plugins/MacSignedAU/Console9Channel/Console9Channel.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(Console9Channel) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Console9Channel) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.exp b/plugins/MacSignedAU/Console9Channel/Console9Channel.exp index 63a954206..946676f75 100755 --- a/plugins/MacSignedAU/Console9Channel/Console9Channel.exp +++ b/plugins/MacSignedAU/Console9Channel/Console9Channel.exp @@ -1 +1,2 @@ _Console9ChannelEntry +_Console9ChannelFactory diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.pbxproj index 57abf68ac..e80a2fc51 100755 --- a/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* Console9Channel.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Console9Channel.r */; }; 8BA05A6B0720730100365D66 /* Console9Channel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Console9Channel.cpp */; }; 8BA05A6E0720730100365D66 /* Console9ChannelVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Console9ChannelVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB499E42BBB61E100515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4995C2BBB61E100515D8B /* CAExtAudioFile.h */; }; + 8BB499E52BBB61E100515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4995D2BBB61E100515D8B /* CACFMachPort.h */; }; + 8BB499E62BBB61E100515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4995E2BBB61E100515D8B /* CABool.h */; }; + 8BB499E72BBB61E100515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4995F2BBB61E100515D8B /* CAComponent.cpp */; }; + 8BB499E82BBB61E100515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499602BBB61E100515D8B /* CADebugger.h */; }; + 8BB499E92BBB61E100515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499612BBB61E100515D8B /* CACFNumber.cpp */; }; + 8BB499EA2BBB61E100515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499622BBB61E100515D8B /* CAGuard.h */; }; + 8BB499EB2BBB61E100515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499632BBB61E100515D8B /* CAAtomic.h */; }; + 8BB499EC2BBB61E100515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499642BBB61E100515D8B /* CAStreamBasicDescription.h */; }; + 8BB499ED2BBB61E100515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499652BBB61E100515D8B /* CACFObject.h */; }; + 8BB499EE2BBB61E100515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499662BBB61E100515D8B /* CAStreamRangedDescription.h */; }; + 8BB499EF2BBB61E100515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499672BBB61E100515D8B /* CATokenMap.h */; }; + 8BB499F02BBB61E100515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499682BBB61E100515D8B /* CAComponent.h */; }; + 8BB499F12BBB61E100515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499692BBB61E100515D8B /* CAAudioBufferList.h */; }; + 8BB499F22BBB61E100515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4996A2BBB61E100515D8B /* CAAudioUnit.h */; }; + 8BB499F32BBB61E100515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4996B2BBB61E100515D8B /* CAAUParameter.h */; }; + 8BB499F42BBB61E100515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4996C2BBB61E100515D8B /* CAException.h */; }; + 8BB499F52BBB61E100515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4996D2BBB61E100515D8B /* CAAUProcessor.cpp */; }; + 8BB499F62BBB61E100515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4996E2BBB61E100515D8B /* CAAUProcessor.h */; }; + 8BB499F72BBB61E100515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4996F2BBB61E100515D8B /* CAProcess.h */; }; + 8BB499F82BBB61E100515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499702BBB61E100515D8B /* CACFDictionary.h */; }; + 8BB499F92BBB61E100515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499712BBB61E100515D8B /* CAPThread.h */; }; + 8BB499FA2BBB61E100515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499722BBB61E100515D8B /* CAAUParameter.cpp */; }; + 8BB499FB2BBB61E100515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499732BBB61E100515D8B /* CAAudioTimeStamp.h */; }; + 8BB499FC2BBB61E100515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499742BBB61E100515D8B /* CAFilePathUtils.cpp */; }; + 8BB499FD2BBB61E100515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499752BBB61E100515D8B /* CAAudioValueRange.h */; }; + 8BB499FE2BBB61E100515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499762BBB61E100515D8B /* CAVectorUnitTypes.h */; }; + 8BB499FF2BBB61E100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499772BBB61E100515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB49A002BBB61E100515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499782BBB61E100515D8B /* CAGuard.cpp */; }; + 8BB49A012BBB61E100515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499792BBB61E100515D8B /* CACFNumber.h */; }; + 8BB49A022BBB61E100515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4997A2BBB61E100515D8B /* CACFDistributedNotification.cpp */; }; + 8BB49A032BBB61E100515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4997B2BBB61E100515D8B /* CACFString.h */; }; + 8BB49A042BBB61E100515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4997C2BBB61E100515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB49A052BBB61E100515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4997D2BBB61E100515D8B /* CAComponentDescription.cpp */; }; + 8BB49A062BBB61E100515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4997E2BBB61E100515D8B /* CAHostTimeBase.h */; }; + 8BB49A072BBB61E100515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4997F2BBB61E100515D8B /* CADebugMacros.cpp */; }; + 8BB49A082BBB61E100515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499802BBB61E100515D8B /* CAAudioFileFormats.h */; }; + 8BB49A092BBB61E100515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499812BBB61E100515D8B /* CAAUMIDIMapManager.h */; }; + 8BB49A0A2BBB61E100515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499822BBB61E100515D8B /* CACFDictionary.cpp */; }; + 8BB49A0B2BBB61E100515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499832BBB61E100515D8B /* CAMutex.h */; }; + 8BB49A0C2BBB61E100515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499842BBB61E100515D8B /* CACFString.cpp */; }; + 8BB49A0D2BBB61E100515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499852BBB61E100515D8B /* CASettingsStorage.h */; }; + 8BB49A0E2BBB61E100515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499862BBB61E100515D8B /* CADebugPrintf.h */; }; + 8BB49A0F2BBB61E100515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499872BBB61E100515D8B /* CAXException.cpp */; }; + 8BB49A102BBB61E100515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499882BBB61E100515D8B /* CAAUMIDIMap.h */; }; + 8BB49A112BBB61E100515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499892BBB61E100515D8B /* AUParamInfo.h */; }; + 8BB49A122BBB61E100515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4998A2BBB61E100515D8B /* CABitOperations.h */; }; + 8BB49A132BBB61E100515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4998B2BBB61E100515D8B /* CACFPreferences.cpp */; }; + 8BB49A142BBB61E100515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4998C2BBB61E100515D8B /* CABundleLocker.h */; }; + 8BB49A152BBB61E100515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4998D2BBB61E100515D8B /* CAPropertyAddress.h */; }; + 8BB49A162BBB61E100515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4998E2BBB61E100515D8B /* CAXException.h */; }; + 8BB49A172BBB61E100515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4998F2BBB61E100515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB49A182BBB61E100515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499902BBB61E100515D8B /* CAThreadSafeList.h */; }; + 8BB49A192BBB61E100515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499912BBB61E100515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB49A1A2BBB61E100515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499922BBB61E100515D8B /* AUParamInfo.cpp */; }; + 8BB49A1B2BBB61E100515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499932BBB61E100515D8B /* CASharedLibrary.cpp */; }; + 8BB49A1C2BBB61E100515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499942BBB61E100515D8B /* CAAUMIDIMap.cpp */; }; + 8BB49A1D2BBB61E100515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499952BBB61E100515D8B /* CALogMacros.h */; }; + 8BB49A1E2BBB61E100515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499962BBB61E100515D8B /* CACFMessagePort.cpp */; }; + 8BB49A1F2BBB61E100515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499972BBB61E100515D8B /* CARingBuffer.h */; }; + 8BB49A202BBB61E100515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499982BBB61E100515D8B /* AUOutputBL.cpp */; }; + 8BB49A212BBB61E100515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499992BBB61E100515D8B /* CABufferList.h */; }; + 8BB49A222BBB61E100515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4999A2BBB61E100515D8B /* CASharedLibrary.h */; }; + 8BB49A232BBB61E100515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4999B2BBB61E100515D8B /* CACFData.h */; }; + 8BB49A242BBB61E100515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4999C2BBB61E100515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB49A252BBB61E100515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4999D2BBB61E100515D8B /* CAPThread.cpp */; }; + 8BB49A262BBB61E100515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4999E2BBB61E100515D8B /* CAAutoDisposer.h */; }; + 8BB49A272BBB61E100515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4999F2BBB61E100515D8B /* CACFPreferences.h */; }; + 8BB49A282BBB61E100515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499A02BBB61E100515D8B /* CAVectorUnit.cpp */; }; + 8BB49A292BBB61E100515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499A12BBB61E100515D8B /* CAComponentDescription.h */; }; + 8BB49A2A2BBB61E100515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499A22BBB61E100515D8B /* CADebugMacros.h */; }; + 8BB49A2B2BBB61E100515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499A32BBB61E100515D8B /* AUOutputBL.h */; }; + 8BB49A2C2BBB61E100515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499A42BBB61E100515D8B /* CADebugPrintf.cpp */; }; + 8BB49A2D2BBB61E100515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499A52BBB61E100515D8B /* CARingBuffer.cpp */; }; + 8BB49A2E2BBB61E100515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499A62BBB61E100515D8B /* CACFPlugIn.h */; }; + 8BB49A2F2BBB61E100515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499A72BBB61E100515D8B /* CASettingsStorage.cpp */; }; + 8BB49A302BBB61E100515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499A82BBB61E100515D8B /* CAMixMap.h */; }; + 8BB49A312BBB61E100515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499A92BBB61E100515D8B /* CACFDistributedNotification.h */; }; + 8BB49A322BBB61E100515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499AA2BBB61E100515D8B /* CAFilePathUtils.h */; }; + 8BB49A332BBB61E100515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499AB2BBB61E100515D8B /* CATink.h */; }; + 8BB49A342BBB61E100515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499AC2BBB61E100515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB49A352BBB61E100515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499AD2BBB61E100515D8B /* CAAudioChannelLayout.h */; }; + 8BB49A362BBB61E100515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499AE2BBB61E100515D8B /* CAProcess.cpp */; }; + 8BB49A372BBB61E100515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499AF2BBB61E100515D8B /* CAHostTimeBase.cpp */; }; + 8BB49A382BBB61E100515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499B02BBB61E100515D8B /* CAPersistence.cpp */; }; + 8BB49A392BBB61E100515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499B12BBB61E100515D8B /* CAAudioBufferList.cpp */; }; + 8BB49A3A2BBB61E100515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499B22BBB61E100515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB49A3B2BBB61E100515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499B32BBB61E100515D8B /* CAVectorUnit.h */; }; + 8BB49A3C2BBB61E100515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499B42BBB61E100515D8B /* CAByteOrder.h */; }; + 8BB49A3D2BBB61E100515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499B52BBB61E100515D8B /* CACFArray.h */; }; + 8BB49A3E2BBB61E100515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499B62BBB61E100515D8B /* CAAtomicStack.h */; }; + 8BB49A3F2BBB61E100515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499B72BBB61E100515D8B /* CAReferenceCounted.h */; }; + 8BB49A402BBB61E100515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499B82BBB61E100515D8B /* CACFMachPort.cpp */; }; + 8BB49A412BBB61E100515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499B92BBB61E100515D8B /* CABufferList.cpp */; }; + 8BB49A422BBB61E100515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499BA2BBB61E100515D8B /* CAMutex.cpp */; }; + 8BB49A432BBB61E100515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499BB2BBB61E100515D8B /* CADebugger.cpp */; }; + 8BB49A442BBB61E100515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499BC2BBB61E100515D8B /* CABundleLocker.cpp */; }; + 8BB49A452BBB61E100515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499BD2BBB61E100515D8B /* CAAudioFileFormats.cpp */; }; + 8BB49A462BBB61E100515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499BE2BBB61E100515D8B /* CAMath.h */; }; + 8BB49A472BBB61E100515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499BF2BBB61E100515D8B /* CACFArray.cpp */; }; + 8BB49A482BBB61E100515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499C02BBB61E100515D8B /* CACFMessagePort.h */; }; + 8BB49A492BBB61E100515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499C12BBB61E100515D8B /* CAAudioValueRange.cpp */; }; + 8BB49A4A2BBB61E100515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499C22BBB61E100515D8B /* CAAudioUnit.cpp */; }; + 8BB49A4B2BBB61E100515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499C62BBB61E100515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB49A4C2BBB61E100515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499C82BBB61E100515D8B /* ComponentBase.cpp */; }; + 8BB49A4D2BBB61E100515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499C92BBB61E100515D8B /* AUScopeElement.cpp */; }; + 8BB49A4E2BBB61E100515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499CA2BBB61E100515D8B /* ComponentBase.h */; }; + 8BB49A4F2BBB61E100515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499CB2BBB61E100515D8B /* AUBase.cpp */; }; + 8BB49A502BBB61E100515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499CC2BBB61E100515D8B /* AUInputElement.h */; }; + 8BB49A512BBB61E100515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499CD2BBB61E100515D8B /* AUBase.h */; }; + 8BB49A522BBB61E100515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499CE2BBB61E100515D8B /* AUPlugInDispatch.h */; }; + 8BB49A532BBB61E100515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499CF2BBB61E100515D8B /* AUDispatch.h */; }; + 8BB49A542BBB61E100515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499D02BBB61E100515D8B /* AUOutputElement.cpp */; }; + 8BB49A562BBB61E100515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499D22BBB61E100515D8B /* AUPlugInDispatch.cpp */; }; + 8BB49A572BBB61E100515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499D32BBB61E100515D8B /* AUOutputElement.h */; }; + 8BB49A582BBB61E100515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499D42BBB61E100515D8B /* AUDispatch.cpp */; }; + 8BB49A592BBB61E100515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499D52BBB61E100515D8B /* AUScopeElement.h */; }; + 8BB49A5A2BBB61E100515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499D62BBB61E100515D8B /* AUInputElement.cpp */; }; + 8BB49A5B2BBB61E100515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499D82BBB61E100515D8B /* AUEffectBase.cpp */; }; + 8BB49A5C2BBB61E100515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499D92BBB61E100515D8B /* AUEffectBase.h */; }; + 8BB49A5D2BBB61E100515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499DB2BBB61E100515D8B /* AUTimestampGenerator.h */; }; + 8BB49A5E2BBB61E100515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499DC2BBB61E100515D8B /* AUBaseHelper.cpp */; }; + 8BB49A5F2BBB61E100515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499DD2BBB61E100515D8B /* AUSilentTimeout.h */; }; + 8BB49A602BBB61E100515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499DE2BBB61E100515D8B /* AUInputFormatConverter.h */; }; + 8BB49A612BBB61E100515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499DF2BBB61E100515D8B /* AUTimestampGenerator.cpp */; }; + 8BB49A622BBB61E100515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB499E02BBB61E100515D8B /* AUBuffer.cpp */; }; + 8BB49A632BBB61E100515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499E12BBB61E100515D8B /* AUMIDIDefs.h */; }; + 8BB49A642BBB61E100515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499E22BBB61E100515D8B /* AUBuffer.h */; }; + 8BB49A652BBB61E100515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB499E32BBB61E100515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* Console9Channel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Console9Channel.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* Console9Channel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Console9Channel.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* Console9Channel.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Console9Channel.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* Console9Channel.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Console9Channel.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* Console9ChannelVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console9ChannelVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4995C2BBB61E100515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB4995D2BBB61E100515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB4995E2BBB61E100515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB4995F2BBB61E100515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB499602BBB61E100515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB499612BBB61E100515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB499622BBB61E100515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB499632BBB61E100515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB499642BBB61E100515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB499652BBB61E100515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB499662BBB61E100515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB499672BBB61E100515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB499682BBB61E100515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB499692BBB61E100515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB4996A2BBB61E100515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB4996B2BBB61E100515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4996C2BBB61E100515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB4996D2BBB61E100515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB4996E2BBB61E100515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB4996F2BBB61E100515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB499702BBB61E100515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB499712BBB61E100515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB499722BBB61E100515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB499732BBB61E100515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB499742BBB61E100515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB499752BBB61E100515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB499762BBB61E100515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB499772BBB61E100515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB499782BBB61E100515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB499792BBB61E100515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB4997A2BBB61E100515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB4997B2BBB61E100515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB4997C2BBB61E100515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB4997D2BBB61E100515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB4997E2BBB61E100515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB4997F2BBB61E100515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB499802BBB61E100515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB499812BBB61E100515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB499822BBB61E100515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB499832BBB61E100515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB499842BBB61E100515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB499852BBB61E100515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB499862BBB61E100515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB499872BBB61E100515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB499882BBB61E100515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB499892BBB61E100515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB4998A2BBB61E100515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB4998B2BBB61E100515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB4998C2BBB61E100515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB4998D2BBB61E100515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB4998E2BBB61E100515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB4998F2BBB61E100515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB499902BBB61E100515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB499912BBB61E100515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB499922BBB61E100515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB499932BBB61E100515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB499942BBB61E100515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB499952BBB61E100515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB499962BBB61E100515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB499972BBB61E100515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB499982BBB61E100515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB499992BBB61E100515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB4999A2BBB61E100515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB4999B2BBB61E100515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB4999C2BBB61E100515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB4999D2BBB61E100515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB4999E2BBB61E100515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB4999F2BBB61E100515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB499A02BBB61E100515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB499A12BBB61E100515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB499A22BBB61E100515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB499A32BBB61E100515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB499A42BBB61E100515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB499A52BBB61E100515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB499A62BBB61E100515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB499A72BBB61E100515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB499A82BBB61E100515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB499A92BBB61E100515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB499AA2BBB61E100515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB499AB2BBB61E100515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB499AC2BBB61E100515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB499AD2BBB61E100515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB499AE2BBB61E100515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB499AF2BBB61E100515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB499B02BBB61E100515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB499B12BBB61E100515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB499B22BBB61E100515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB499B32BBB61E100515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB499B42BBB61E100515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB499B52BBB61E100515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB499B62BBB61E100515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB499B72BBB61E100515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB499B82BBB61E100515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB499B92BBB61E100515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB499BA2BBB61E100515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB499BB2BBB61E100515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB499BC2BBB61E100515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB499BD2BBB61E100515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB499BE2BBB61E100515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB499BF2BBB61E100515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB499C02BBB61E100515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB499C12BBB61E100515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB499C22BBB61E100515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB499C62BBB61E100515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB499C82BBB61E100515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB499C92BBB61E100515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB499CA2BBB61E100515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB499CB2BBB61E100515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB499CC2BBB61E100515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB499CD2BBB61E100515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB499CE2BBB61E100515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB499CF2BBB61E100515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB499D02BBB61E100515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB499D12BBB61E100515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB499D22BBB61E100515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB499D32BBB61E100515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB499D42BBB61E100515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB499D52BBB61E100515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB499D62BBB61E100515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB499D82BBB61E100515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB499D92BBB61E100515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB499DB2BBB61E100515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB499DC2BBB61E100515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB499DD2BBB61E100515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB499DE2BBB61E100515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB499DF2BBB61E100515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB499E02BBB61E100515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB499E12BBB61E100515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB499E22BBB61E100515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB499E32BBB61E100515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB49A662BBB625600515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* Console9Channel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Console9Channel.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* Console9Channel.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console9Channel.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB4995A2BBB61E100515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB4995A2BBB61E100515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB4995B2BBB61E100515D8B /* PublicUtility */, + 8BB499C32BBB61E100515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB4995B2BBB61E100515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB4995C2BBB61E100515D8B /* CAExtAudioFile.h */, + 8BB4995D2BBB61E100515D8B /* CACFMachPort.h */, + 8BB4995E2BBB61E100515D8B /* CABool.h */, + 8BB4995F2BBB61E100515D8B /* CAComponent.cpp */, + 8BB499602BBB61E100515D8B /* CADebugger.h */, + 8BB499612BBB61E100515D8B /* CACFNumber.cpp */, + 8BB499622BBB61E100515D8B /* CAGuard.h */, + 8BB499632BBB61E100515D8B /* CAAtomic.h */, + 8BB499642BBB61E100515D8B /* CAStreamBasicDescription.h */, + 8BB499652BBB61E100515D8B /* CACFObject.h */, + 8BB499662BBB61E100515D8B /* CAStreamRangedDescription.h */, + 8BB499672BBB61E100515D8B /* CATokenMap.h */, + 8BB499682BBB61E100515D8B /* CAComponent.h */, + 8BB499692BBB61E100515D8B /* CAAudioBufferList.h */, + 8BB4996A2BBB61E100515D8B /* CAAudioUnit.h */, + 8BB4996B2BBB61E100515D8B /* CAAUParameter.h */, + 8BB4996C2BBB61E100515D8B /* CAException.h */, + 8BB4996D2BBB61E100515D8B /* CAAUProcessor.cpp */, + 8BB4996E2BBB61E100515D8B /* CAAUProcessor.h */, + 8BB4996F2BBB61E100515D8B /* CAProcess.h */, + 8BB499702BBB61E100515D8B /* CACFDictionary.h */, + 8BB499712BBB61E100515D8B /* CAPThread.h */, + 8BB499722BBB61E100515D8B /* CAAUParameter.cpp */, + 8BB499732BBB61E100515D8B /* CAAudioTimeStamp.h */, + 8BB499742BBB61E100515D8B /* CAFilePathUtils.cpp */, + 8BB499752BBB61E100515D8B /* CAAudioValueRange.h */, + 8BB499762BBB61E100515D8B /* CAVectorUnitTypes.h */, + 8BB499772BBB61E100515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB499782BBB61E100515D8B /* CAGuard.cpp */, + 8BB499792BBB61E100515D8B /* CACFNumber.h */, + 8BB4997A2BBB61E100515D8B /* CACFDistributedNotification.cpp */, + 8BB4997B2BBB61E100515D8B /* CACFString.h */, + 8BB4997C2BBB61E100515D8B /* CAAUMIDIMapManager.cpp */, + 8BB4997D2BBB61E100515D8B /* CAComponentDescription.cpp */, + 8BB4997E2BBB61E100515D8B /* CAHostTimeBase.h */, + 8BB4997F2BBB61E100515D8B /* CADebugMacros.cpp */, + 8BB499802BBB61E100515D8B /* CAAudioFileFormats.h */, + 8BB499812BBB61E100515D8B /* CAAUMIDIMapManager.h */, + 8BB499822BBB61E100515D8B /* CACFDictionary.cpp */, + 8BB499832BBB61E100515D8B /* CAMutex.h */, + 8BB499842BBB61E100515D8B /* CACFString.cpp */, + 8BB499852BBB61E100515D8B /* CASettingsStorage.h */, + 8BB499862BBB61E100515D8B /* CADebugPrintf.h */, + 8BB499872BBB61E100515D8B /* CAXException.cpp */, + 8BB499882BBB61E100515D8B /* CAAUMIDIMap.h */, + 8BB499892BBB61E100515D8B /* AUParamInfo.h */, + 8BB4998A2BBB61E100515D8B /* CABitOperations.h */, + 8BB4998B2BBB61E100515D8B /* CACFPreferences.cpp */, + 8BB4998C2BBB61E100515D8B /* CABundleLocker.h */, + 8BB4998D2BBB61E100515D8B /* CAPropertyAddress.h */, + 8BB4998E2BBB61E100515D8B /* CAXException.h */, + 8BB4998F2BBB61E100515D8B /* CAAudioChannelLayout.cpp */, + 8BB499902BBB61E100515D8B /* CAThreadSafeList.h */, + 8BB499912BBB61E100515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB499922BBB61E100515D8B /* AUParamInfo.cpp */, + 8BB499932BBB61E100515D8B /* CASharedLibrary.cpp */, + 8BB499942BBB61E100515D8B /* CAAUMIDIMap.cpp */, + 8BB499952BBB61E100515D8B /* CALogMacros.h */, + 8BB499962BBB61E100515D8B /* CACFMessagePort.cpp */, + 8BB499972BBB61E100515D8B /* CARingBuffer.h */, + 8BB499982BBB61E100515D8B /* AUOutputBL.cpp */, + 8BB499992BBB61E100515D8B /* CABufferList.h */, + 8BB4999A2BBB61E100515D8B /* CASharedLibrary.h */, + 8BB4999B2BBB61E100515D8B /* CACFData.h */, + 8BB4999C2BBB61E100515D8B /* CAStreamRangedDescription.cpp */, + 8BB4999D2BBB61E100515D8B /* CAPThread.cpp */, + 8BB4999E2BBB61E100515D8B /* CAAutoDisposer.h */, + 8BB4999F2BBB61E100515D8B /* CACFPreferences.h */, + 8BB499A02BBB61E100515D8B /* CAVectorUnit.cpp */, + 8BB499A12BBB61E100515D8B /* CAComponentDescription.h */, + 8BB499A22BBB61E100515D8B /* CADebugMacros.h */, + 8BB499A32BBB61E100515D8B /* AUOutputBL.h */, + 8BB499A42BBB61E100515D8B /* CADebugPrintf.cpp */, + 8BB499A52BBB61E100515D8B /* CARingBuffer.cpp */, + 8BB499A62BBB61E100515D8B /* CACFPlugIn.h */, + 8BB499A72BBB61E100515D8B /* CASettingsStorage.cpp */, + 8BB499A82BBB61E100515D8B /* CAMixMap.h */, + 8BB499A92BBB61E100515D8B /* CACFDistributedNotification.h */, + 8BB499AA2BBB61E100515D8B /* CAFilePathUtils.h */, + 8BB499AB2BBB61E100515D8B /* CATink.h */, + 8BB499AC2BBB61E100515D8B /* CAStreamBasicDescription.cpp */, + 8BB499AD2BBB61E100515D8B /* CAAudioChannelLayout.h */, + 8BB499AE2BBB61E100515D8B /* CAProcess.cpp */, + 8BB499AF2BBB61E100515D8B /* CAHostTimeBase.cpp */, + 8BB499B02BBB61E100515D8B /* CAPersistence.cpp */, + 8BB499B12BBB61E100515D8B /* CAAudioBufferList.cpp */, + 8BB499B22BBB61E100515D8B /* CAAudioTimeStamp.cpp */, + 8BB499B32BBB61E100515D8B /* CAVectorUnit.h */, + 8BB499B42BBB61E100515D8B /* CAByteOrder.h */, + 8BB499B52BBB61E100515D8B /* CACFArray.h */, + 8BB499B62BBB61E100515D8B /* CAAtomicStack.h */, + 8BB499B72BBB61E100515D8B /* CAReferenceCounted.h */, + 8BB499B82BBB61E100515D8B /* CACFMachPort.cpp */, + 8BB499B92BBB61E100515D8B /* CABufferList.cpp */, + 8BB499BA2BBB61E100515D8B /* CAMutex.cpp */, + 8BB499BB2BBB61E100515D8B /* CADebugger.cpp */, + 8BB499BC2BBB61E100515D8B /* CABundleLocker.cpp */, + 8BB499BD2BBB61E100515D8B /* CAAudioFileFormats.cpp */, + 8BB499BE2BBB61E100515D8B /* CAMath.h */, + 8BB499BF2BBB61E100515D8B /* CACFArray.cpp */, + 8BB499C02BBB61E100515D8B /* CACFMessagePort.h */, + 8BB499C12BBB61E100515D8B /* CAAudioValueRange.cpp */, + 8BB499C22BBB61E100515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB499C32BBB61E100515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB499C42BBB61E100515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB499C42BBB61E100515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB499C52BBB61E100515D8B /* AUViewBase */, + 8BB499C72BBB61E100515D8B /* AUBase */, + 8BB499D72BBB61E100515D8B /* OtherBases */, + 8BB499DA2BBB61E100515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB499C52BBB61E100515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB499C62BBB61E100515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB499C72BBB61E100515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB499C82BBB61E100515D8B /* ComponentBase.cpp */, + 8BB499C92BBB61E100515D8B /* AUScopeElement.cpp */, + 8BB499CA2BBB61E100515D8B /* ComponentBase.h */, + 8BB499CB2BBB61E100515D8B /* AUBase.cpp */, + 8BB499CC2BBB61E100515D8B /* AUInputElement.h */, + 8BB499CD2BBB61E100515D8B /* AUBase.h */, + 8BB499CE2BBB61E100515D8B /* AUPlugInDispatch.h */, + 8BB499CF2BBB61E100515D8B /* AUDispatch.h */, + 8BB499D02BBB61E100515D8B /* AUOutputElement.cpp */, + 8BB499D12BBB61E100515D8B /* AUResources.r */, + 8BB499D22BBB61E100515D8B /* AUPlugInDispatch.cpp */, + 8BB499D32BBB61E100515D8B /* AUOutputElement.h */, + 8BB499D42BBB61E100515D8B /* AUDispatch.cpp */, + 8BB499D52BBB61E100515D8B /* AUScopeElement.h */, + 8BB499D62BBB61E100515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB499D72BBB61E100515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB499D82BBB61E100515D8B /* AUEffectBase.cpp */, + 8BB499D92BBB61E100515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB499DA2BBB61E100515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB499DB2BBB61E100515D8B /* AUTimestampGenerator.h */, + 8BB499DC2BBB61E100515D8B /* AUBaseHelper.cpp */, + 8BB499DD2BBB61E100515D8B /* AUSilentTimeout.h */, + 8BB499DE2BBB61E100515D8B /* AUInputFormatConverter.h */, + 8BB499DF2BBB61E100515D8B /* AUTimestampGenerator.cpp */, + 8BB499E02BBB61E100515D8B /* AUBuffer.cpp */, + 8BB499E12BBB61E100515D8B /* AUMIDIDefs.h */, + 8BB499E22BBB61E100515D8B /* AUBuffer.h */, + 8BB499E32BBB61E100515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49A142BBB61E100515D8B /* CABundleLocker.h in Headers */, + 8BB49A352BBB61E100515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB49A2B2BBB61E100515D8B /* AUOutputBL.h in Headers */, + 8BB49A062BBB61E100515D8B /* CAHostTimeBase.h in Headers */, + 8BB49A4E2BBB61E100515D8B /* ComponentBase.h in Headers */, + 8BB49A3E2BBB61E100515D8B /* CAAtomicStack.h in Headers */, + 8BB499FB2BBB61E100515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB49A182BBB61E100515D8B /* CAThreadSafeList.h in Headers */, + 8BB499F32BBB61E100515D8B /* CAAUParameter.h in Headers */, + 8BB49A652BBB61E100515D8B /* AUBaseHelper.h in Headers */, + 8BB49A5D2BBB61E100515D8B /* AUTimestampGenerator.h in Headers */, + 8BB49A0E2BBB61E100515D8B /* CADebugPrintf.h in Headers */, + 8BB49A482BBB61E100515D8B /* CACFMessagePort.h in Headers */, + 8BB499F62BBB61E100515D8B /* CAAUProcessor.h in Headers */, + 8BB499F22BBB61E100515D8B /* CAAudioUnit.h in Headers */, + 8BB49A4B2BBB61E100515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB49A312BBB61E100515D8B /* CACFDistributedNotification.h in Headers */, + 8BB499F02BBB61E100515D8B /* CAComponent.h in Headers */, + 8BB499FE2BBB61E100515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* Console9ChannelVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB49A322BBB61E100515D8B /* CAFilePathUtils.h in Headers */, + 8BB499F42BBB61E100515D8B /* CAException.h in Headers */, + 8BB499EB2BBB61E100515D8B /* CAAtomic.h in Headers */, + 8BB499EA2BBB61E100515D8B /* CAGuard.h in Headers */, + 8BB49A502BBB61E100515D8B /* AUInputElement.h in Headers */, + 8BB49A272BBB61E100515D8B /* CACFPreferences.h in Headers */, + 8BB49A3C2BBB61E100515D8B /* CAByteOrder.h in Headers */, + 8BB49A1F2BBB61E100515D8B /* CARingBuffer.h in Headers */, + 8BB499E62BBB61E100515D8B /* CABool.h in Headers */, + 8BB49A0B2BBB61E100515D8B /* CAMutex.h in Headers */, + 8BB49A512BBB61E100515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* Console9Channel.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB49A032BBB61E100515D8B /* CACFString.h in Headers */, + 8BB49A222BBB61E100515D8B /* CASharedLibrary.h in Headers */, + 8BB499EF2BBB61E100515D8B /* CATokenMap.h in Headers */, + 8BB499E42BBB61E100515D8B /* CAExtAudioFile.h in Headers */, + 8BB499F92BBB61E100515D8B /* CAPThread.h in Headers */, + 8BB49A152BBB61E100515D8B /* CAPropertyAddress.h in Headers */, + 8BB49A3F2BBB61E100515D8B /* CAReferenceCounted.h in Headers */, + 8BB49A642BBB61E100515D8B /* AUBuffer.h in Headers */, + 8BB49A462BBB61E100515D8B /* CAMath.h in Headers */, + 8BB49A262BBB61E100515D8B /* CAAutoDisposer.h in Headers */, + 8BB499ED2BBB61E100515D8B /* CACFObject.h in Headers */, + 8BB49A0D2BBB61E100515D8B /* CASettingsStorage.h in Headers */, + 8BB49A162BBB61E100515D8B /* CAXException.h in Headers */, + 8BB49A332BBB61E100515D8B /* CATink.h in Headers */, + 8BB49A602BBB61E100515D8B /* AUInputFormatConverter.h in Headers */, + 8BB49A3B2BBB61E100515D8B /* CAVectorUnit.h in Headers */, + 8BB499F72BBB61E100515D8B /* CAProcess.h in Headers */, + 8BB499FD2BBB61E100515D8B /* CAAudioValueRange.h in Headers */, + 8BB49A122BBB61E100515D8B /* CABitOperations.h in Headers */, + 8BB49A082BBB61E100515D8B /* CAAudioFileFormats.h in Headers */, + 8BB49A012BBB61E100515D8B /* CACFNumber.h in Headers */, + 8BB49A192BBB61E100515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB49A2A2BBB61E100515D8B /* CADebugMacros.h in Headers */, + 8BB49A632BBB61E100515D8B /* AUMIDIDefs.h in Headers */, + 8BB49A232BBB61E100515D8B /* CACFData.h in Headers */, + 8BB499EC2BBB61E100515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB49A522BBB61E100515D8B /* AUPlugInDispatch.h in Headers */, + 8BB499EE2BBB61E100515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB49A2E2BBB61E100515D8B /* CACFPlugIn.h in Headers */, + 8BB499F12BBB61E100515D8B /* CAAudioBufferList.h in Headers */, + 8BB49A092BBB61E100515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB49A5C2BBB61E100515D8B /* AUEffectBase.h in Headers */, + 8BB499F82BBB61E100515D8B /* CACFDictionary.h in Headers */, + 8BB49A592BBB61E100515D8B /* AUScopeElement.h in Headers */, + 8BB49A292BBB61E100515D8B /* CAComponentDescription.h in Headers */, + 8BB49A5F2BBB61E100515D8B /* AUSilentTimeout.h in Headers */, + 8BB49A212BBB61E100515D8B /* CABufferList.h in Headers */, + 8BB49A532BBB61E100515D8B /* AUDispatch.h in Headers */, + 8BB49A572BBB61E100515D8B /* AUOutputElement.h in Headers */, + 8BB49A1D2BBB61E100515D8B /* CALogMacros.h in Headers */, + 8BB49A112BBB61E100515D8B /* AUParamInfo.h in Headers */, + 8BB49A302BBB61E100515D8B /* CAMixMap.h in Headers */, + 8BB49A3D2BBB61E100515D8B /* CACFArray.h in Headers */, + 8BB499E52BBB61E100515D8B /* CACFMachPort.h in Headers */, + 8BB49A102BBB61E100515D8B /* CAAUMIDIMap.h in Headers */, + 8BB499E82BBB61E100515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Console9Channel" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + Base, + ja, + de, + fr, ); mainGroup = 089C166AFE841209C02AAC07 /* Console9Channel */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* Console9Channel.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49A202BBB61E100515D8B /* AUOutputBL.cpp in Sources */, + 8BB49A452BBB61E100515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB49A372BBB61E100515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB49A0F2BBB61E100515D8B /* CAXException.cpp in Sources */, + 8BB49A392BBB61E100515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB499FC2BBB61E100515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB499FA2BBB61E100515D8B /* CAAUParameter.cpp in Sources */, + 8BB49A1C2BBB61E100515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB49A492BBB61E100515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB49A582BBB61E100515D8B /* AUDispatch.cpp in Sources */, + 8BB49A132BBB61E100515D8B /* CACFPreferences.cpp in Sources */, + 8BB49A562BBB61E100515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB499F52BBB61E100515D8B /* CAAUProcessor.cpp in Sources */, + 8BB49A0A2BBB61E100515D8B /* CACFDictionary.cpp in Sources */, + 8BB49A5E2BBB61E100515D8B /* AUBaseHelper.cpp in Sources */, + 8BB49A432BBB61E100515D8B /* CADebugger.cpp in Sources */, + 8BB49A172BBB61E100515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB49A1A2BBB61E100515D8B /* AUParamInfo.cpp in Sources */, + 8BB49A382BBB61E100515D8B /* CAPersistence.cpp in Sources */, + 8BB49A2C2BBB61E100515D8B /* CADebugPrintf.cpp in Sources */, + 8BB49A612BBB61E100515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB49A342BBB61E100515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB49A042BBB61E100515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB49A2F2BBB61E100515D8B /* CASettingsStorage.cpp in Sources */, + 8BB49A542BBB61E100515D8B /* AUOutputElement.cpp in Sources */, + 8BB49A002BBB61E100515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* Console9Channel.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB49A422BBB61E100515D8B /* CAMutex.cpp in Sources */, + 8BB49A5B2BBB61E100515D8B /* AUEffectBase.cpp in Sources */, + 8BB49A402BBB61E100515D8B /* CACFMachPort.cpp in Sources */, + 8BB49A4F2BBB61E100515D8B /* AUBase.cpp in Sources */, + 8BB49A1B2BBB61E100515D8B /* CASharedLibrary.cpp in Sources */, + 8BB49A022BBB61E100515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB49A052BBB61E100515D8B /* CAComponentDescription.cpp in Sources */, + 8BB49A0C2BBB61E100515D8B /* CACFString.cpp in Sources */, + 8BB49A4C2BBB61E100515D8B /* ComponentBase.cpp in Sources */, + 8BB49A2D2BBB61E100515D8B /* CARingBuffer.cpp in Sources */, + 8BB49A4D2BBB61E100515D8B /* AUScopeElement.cpp in Sources */, + 8BB49A4A2BBB61E100515D8B /* CAAudioUnit.cpp in Sources */, + 8BB49A472BBB61E100515D8B /* CACFArray.cpp in Sources */, + 8BB49A442BBB61E100515D8B /* CABundleLocker.cpp in Sources */, + 8BB49A362BBB61E100515D8B /* CAProcess.cpp in Sources */, + 8BB49A242BBB61E100515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB49A252BBB61E100515D8B /* CAPThread.cpp in Sources */, + 8BB499E72BBB61E100515D8B /* CAComponent.cpp in Sources */, + 8BB499FF2BBB61E100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB49A3A2BBB61E100515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB49A412BBB61E100515D8B /* CABufferList.cpp in Sources */, + 8BB49A1E2BBB61E100515D8B /* CACFMessagePort.cpp in Sources */, + 8BB49A282BBB61E100515D8B /* CAVectorUnit.cpp in Sources */, + 8BB49A5A2BBB61E100515D8B /* AUInputElement.cpp in Sources */, + 8BB49A622BBB61E100515D8B /* AUBuffer.cpp in Sources */, + 8BB49A072BBB61E100515D8B /* CADebugMacros.cpp in Sources */, + 8BB499E92BBB61E100515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB49A662BBB625600515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console9Channel.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console9Channel; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console9Channel.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = Console9Channel; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..910e90e70 Binary files /dev/null and b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/xcshareddata/xcschemes/Console9Channel.xcscheme b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/xcshareddata/xcschemes/Console9Channel.xcscheme new file mode 100644 index 000000000..7afdf155e --- /dev/null +++ b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/xcshareddata/xcschemes/Console9Channel.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..8d8141aa6 --- /dev/null +++ b/plugins/MacSignedAU/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Console9Channel.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Console9Channel/Info.plist b/plugins/MacSignedAU/Console9Channel/Info.plist index 12f0517b5..6cd3152c2 100755 --- a/plugins/MacSignedAU/Console9Channel/Info.plist +++ b/plugins/MacSignedAU/Console9Channel/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cn9c + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/Console9Channel/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/Console9Channel/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/Console9Channel/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/Console9Channel/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.cpp b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.cpp index a93bf114d..419caa65d 100755 --- a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.cpp +++ b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(ConsoleXBuss) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, ConsoleXBuss) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.exp b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.exp index bf0277042..ff417eb61 100755 --- a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.exp +++ b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.exp @@ -1 +1,2 @@ _ConsoleXBussEntry +_ConsoleXBussFactory diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj index 7999f8d22..61471794d 100755 --- a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* ConsoleXBuss.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* ConsoleXBuss.r */; }; 8BA05A6B0720730100365D66 /* ConsoleXBuss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* ConsoleXBuss.cpp */; }; 8BA05A6E0720730100365D66 /* ConsoleXBussVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* ConsoleXBussVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB49BFE2BBB633100515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B762BBB633100515D8B /* CAExtAudioFile.h */; }; + 8BB49BFF2BBB633100515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B772BBB633100515D8B /* CACFMachPort.h */; }; + 8BB49C002BBB633100515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B782BBB633100515D8B /* CABool.h */; }; + 8BB49C012BBB633100515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B792BBB633100515D8B /* CAComponent.cpp */; }; + 8BB49C022BBB633100515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B7A2BBB633100515D8B /* CADebugger.h */; }; + 8BB49C032BBB633100515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B7B2BBB633100515D8B /* CACFNumber.cpp */; }; + 8BB49C042BBB633100515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B7C2BBB633100515D8B /* CAGuard.h */; }; + 8BB49C052BBB633100515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B7D2BBB633100515D8B /* CAAtomic.h */; }; + 8BB49C062BBB633100515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B7E2BBB633100515D8B /* CAStreamBasicDescription.h */; }; + 8BB49C072BBB633100515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B7F2BBB633100515D8B /* CACFObject.h */; }; + 8BB49C082BBB633100515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B802BBB633100515D8B /* CAStreamRangedDescription.h */; }; + 8BB49C092BBB633100515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B812BBB633100515D8B /* CATokenMap.h */; }; + 8BB49C0A2BBB633100515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B822BBB633100515D8B /* CAComponent.h */; }; + 8BB49C0B2BBB633100515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B832BBB633100515D8B /* CAAudioBufferList.h */; }; + 8BB49C0C2BBB633100515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B842BBB633100515D8B /* CAAudioUnit.h */; }; + 8BB49C0D2BBB633100515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B852BBB633100515D8B /* CAAUParameter.h */; }; + 8BB49C0E2BBB633100515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B862BBB633100515D8B /* CAException.h */; }; + 8BB49C0F2BBB633100515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B872BBB633100515D8B /* CAAUProcessor.cpp */; }; + 8BB49C102BBB633100515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B882BBB633100515D8B /* CAAUProcessor.h */; }; + 8BB49C112BBB633100515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B892BBB633100515D8B /* CAProcess.h */; }; + 8BB49C122BBB633100515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B8A2BBB633100515D8B /* CACFDictionary.h */; }; + 8BB49C132BBB633100515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B8B2BBB633100515D8B /* CAPThread.h */; }; + 8BB49C142BBB633100515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B8C2BBB633100515D8B /* CAAUParameter.cpp */; }; + 8BB49C152BBB633100515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B8D2BBB633100515D8B /* CAAudioTimeStamp.h */; }; + 8BB49C162BBB633100515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B8E2BBB633100515D8B /* CAFilePathUtils.cpp */; }; + 8BB49C172BBB633100515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B8F2BBB633100515D8B /* CAAudioValueRange.h */; }; + 8BB49C182BBB633100515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B902BBB633100515D8B /* CAVectorUnitTypes.h */; }; + 8BB49C192BBB633100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B912BBB633100515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB49C1A2BBB633100515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B922BBB633100515D8B /* CAGuard.cpp */; }; + 8BB49C1B2BBB633100515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B932BBB633100515D8B /* CACFNumber.h */; }; + 8BB49C1C2BBB633100515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B942BBB633100515D8B /* CACFDistributedNotification.cpp */; }; + 8BB49C1D2BBB633100515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B952BBB633100515D8B /* CACFString.h */; }; + 8BB49C1E2BBB633100515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B962BBB633100515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB49C1F2BBB633100515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B972BBB633100515D8B /* CAComponentDescription.cpp */; }; + 8BB49C202BBB633100515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B982BBB633100515D8B /* CAHostTimeBase.h */; }; + 8BB49C212BBB633100515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B992BBB633100515D8B /* CADebugMacros.cpp */; }; + 8BB49C222BBB633100515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B9A2BBB633100515D8B /* CAAudioFileFormats.h */; }; + 8BB49C232BBB633100515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B9B2BBB633100515D8B /* CAAUMIDIMapManager.h */; }; + 8BB49C242BBB633100515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B9C2BBB633100515D8B /* CACFDictionary.cpp */; }; + 8BB49C252BBB633100515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B9D2BBB633100515D8B /* CAMutex.h */; }; + 8BB49C262BBB633100515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49B9E2BBB633100515D8B /* CACFString.cpp */; }; + 8BB49C272BBB633100515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49B9F2BBB633100515D8B /* CASettingsStorage.h */; }; + 8BB49C282BBB633100515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BA02BBB633100515D8B /* CADebugPrintf.h */; }; + 8BB49C292BBB633100515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BA12BBB633100515D8B /* CAXException.cpp */; }; + 8BB49C2A2BBB633100515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BA22BBB633100515D8B /* CAAUMIDIMap.h */; }; + 8BB49C2B2BBB633100515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BA32BBB633100515D8B /* AUParamInfo.h */; }; + 8BB49C2C2BBB633100515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BA42BBB633100515D8B /* CABitOperations.h */; }; + 8BB49C2D2BBB633100515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BA52BBB633100515D8B /* CACFPreferences.cpp */; }; + 8BB49C2E2BBB633100515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BA62BBB633100515D8B /* CABundleLocker.h */; }; + 8BB49C2F2BBB633100515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BA72BBB633100515D8B /* CAPropertyAddress.h */; }; + 8BB49C302BBB633100515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BA82BBB633100515D8B /* CAXException.h */; }; + 8BB49C312BBB633100515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BA92BBB633100515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB49C322BBB633100515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BAA2BBB633100515D8B /* CAThreadSafeList.h */; }; + 8BB49C332BBB633100515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BAB2BBB633100515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB49C342BBB633100515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BAC2BBB633100515D8B /* AUParamInfo.cpp */; }; + 8BB49C352BBB633100515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BAD2BBB633100515D8B /* CASharedLibrary.cpp */; }; + 8BB49C362BBB633100515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BAE2BBB633100515D8B /* CAAUMIDIMap.cpp */; }; + 8BB49C372BBB633100515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BAF2BBB633100515D8B /* CALogMacros.h */; }; + 8BB49C382BBB633100515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BB02BBB633100515D8B /* CACFMessagePort.cpp */; }; + 8BB49C392BBB633100515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BB12BBB633100515D8B /* CARingBuffer.h */; }; + 8BB49C3A2BBB633100515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BB22BBB633100515D8B /* AUOutputBL.cpp */; }; + 8BB49C3B2BBB633100515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BB32BBB633100515D8B /* CABufferList.h */; }; + 8BB49C3C2BBB633100515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BB42BBB633100515D8B /* CASharedLibrary.h */; }; + 8BB49C3D2BBB633100515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BB52BBB633100515D8B /* CACFData.h */; }; + 8BB49C3E2BBB633100515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BB62BBB633100515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB49C3F2BBB633100515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BB72BBB633100515D8B /* CAPThread.cpp */; }; + 8BB49C402BBB633100515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BB82BBB633100515D8B /* CAAutoDisposer.h */; }; + 8BB49C412BBB633100515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BB92BBB633100515D8B /* CACFPreferences.h */; }; + 8BB49C422BBB633100515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BBA2BBB633100515D8B /* CAVectorUnit.cpp */; }; + 8BB49C432BBB633100515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BBB2BBB633100515D8B /* CAComponentDescription.h */; }; + 8BB49C442BBB633100515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BBC2BBB633100515D8B /* CADebugMacros.h */; }; + 8BB49C452BBB633100515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BBD2BBB633100515D8B /* AUOutputBL.h */; }; + 8BB49C462BBB633100515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BBE2BBB633100515D8B /* CADebugPrintf.cpp */; }; + 8BB49C472BBB633100515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BBF2BBB633100515D8B /* CARingBuffer.cpp */; }; + 8BB49C482BBB633100515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BC02BBB633100515D8B /* CACFPlugIn.h */; }; + 8BB49C492BBB633100515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BC12BBB633100515D8B /* CASettingsStorage.cpp */; }; + 8BB49C4A2BBB633100515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BC22BBB633100515D8B /* CAMixMap.h */; }; + 8BB49C4B2BBB633100515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BC32BBB633100515D8B /* CACFDistributedNotification.h */; }; + 8BB49C4C2BBB633100515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BC42BBB633100515D8B /* CAFilePathUtils.h */; }; + 8BB49C4D2BBB633100515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BC52BBB633100515D8B /* CATink.h */; }; + 8BB49C4E2BBB633100515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BC62BBB633100515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB49C4F2BBB633100515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BC72BBB633100515D8B /* CAAudioChannelLayout.h */; }; + 8BB49C502BBB633100515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BC82BBB633100515D8B /* CAProcess.cpp */; }; + 8BB49C512BBB633100515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BC92BBB633100515D8B /* CAHostTimeBase.cpp */; }; + 8BB49C522BBB633100515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BCA2BBB633100515D8B /* CAPersistence.cpp */; }; + 8BB49C532BBB633100515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BCB2BBB633100515D8B /* CAAudioBufferList.cpp */; }; + 8BB49C542BBB633100515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BCC2BBB633100515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB49C552BBB633100515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BCD2BBB633100515D8B /* CAVectorUnit.h */; }; + 8BB49C562BBB633100515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BCE2BBB633100515D8B /* CAByteOrder.h */; }; + 8BB49C572BBB633100515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BCF2BBB633100515D8B /* CACFArray.h */; }; + 8BB49C582BBB633100515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BD02BBB633100515D8B /* CAAtomicStack.h */; }; + 8BB49C592BBB633100515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BD12BBB633100515D8B /* CAReferenceCounted.h */; }; + 8BB49C5A2BBB633100515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BD22BBB633100515D8B /* CACFMachPort.cpp */; }; + 8BB49C5B2BBB633100515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BD32BBB633100515D8B /* CABufferList.cpp */; }; + 8BB49C5C2BBB633100515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BD42BBB633100515D8B /* CAMutex.cpp */; }; + 8BB49C5D2BBB633100515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BD52BBB633100515D8B /* CADebugger.cpp */; }; + 8BB49C5E2BBB633100515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BD62BBB633100515D8B /* CABundleLocker.cpp */; }; + 8BB49C5F2BBB633100515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BD72BBB633100515D8B /* CAAudioFileFormats.cpp */; }; + 8BB49C602BBB633100515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BD82BBB633100515D8B /* CAMath.h */; }; + 8BB49C612BBB633100515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BD92BBB633100515D8B /* CACFArray.cpp */; }; + 8BB49C622BBB633100515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BDA2BBB633100515D8B /* CACFMessagePort.h */; }; + 8BB49C632BBB633100515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BDB2BBB633100515D8B /* CAAudioValueRange.cpp */; }; + 8BB49C642BBB633100515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BDC2BBB633100515D8B /* CAAudioUnit.cpp */; }; + 8BB49C652BBB633100515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BE02BBB633100515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB49C662BBB633100515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BE22BBB633100515D8B /* ComponentBase.cpp */; }; + 8BB49C672BBB633100515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BE32BBB633100515D8B /* AUScopeElement.cpp */; }; + 8BB49C682BBB633100515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BE42BBB633100515D8B /* ComponentBase.h */; }; + 8BB49C692BBB633100515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BE52BBB633100515D8B /* AUBase.cpp */; }; + 8BB49C6A2BBB633100515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BE62BBB633100515D8B /* AUInputElement.h */; }; + 8BB49C6B2BBB633100515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BE72BBB633100515D8B /* AUBase.h */; }; + 8BB49C6C2BBB633100515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BE82BBB633100515D8B /* AUPlugInDispatch.h */; }; + 8BB49C6D2BBB633100515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BE92BBB633100515D8B /* AUDispatch.h */; }; + 8BB49C6E2BBB633100515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BEA2BBB633100515D8B /* AUOutputElement.cpp */; }; + 8BB49C702BBB633100515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BEC2BBB633100515D8B /* AUPlugInDispatch.cpp */; }; + 8BB49C712BBB633100515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BED2BBB633100515D8B /* AUOutputElement.h */; }; + 8BB49C722BBB633100515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BEE2BBB633100515D8B /* AUDispatch.cpp */; }; + 8BB49C732BBB633100515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BEF2BBB633100515D8B /* AUScopeElement.h */; }; + 8BB49C742BBB633100515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BF02BBB633100515D8B /* AUInputElement.cpp */; }; + 8BB49C752BBB633100515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BF22BBB633100515D8B /* AUEffectBase.cpp */; }; + 8BB49C762BBB633100515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BF32BBB633100515D8B /* AUEffectBase.h */; }; + 8BB49C772BBB633100515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BF52BBB633100515D8B /* AUTimestampGenerator.h */; }; + 8BB49C782BBB633100515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BF62BBB633100515D8B /* AUBaseHelper.cpp */; }; + 8BB49C792BBB633100515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BF72BBB633100515D8B /* AUSilentTimeout.h */; }; + 8BB49C7A2BBB633100515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BF82BBB633100515D8B /* AUInputFormatConverter.h */; }; + 8BB49C7B2BBB633100515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BF92BBB633100515D8B /* AUTimestampGenerator.cpp */; }; + 8BB49C7C2BBB633100515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49BFA2BBB633100515D8B /* AUBuffer.cpp */; }; + 8BB49C7D2BBB633100515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BFB2BBB633100515D8B /* AUMIDIDefs.h */; }; + 8BB49C7E2BBB633100515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BFC2BBB633100515D8B /* AUBuffer.h */; }; + 8BB49C7F2BBB633100515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49BFD2BBB633100515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* ConsoleXBuss.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* ConsoleXBuss.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* ConsoleXBuss.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleXBuss.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* ConsoleXBuss.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = ConsoleXBuss.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* ConsoleXBuss.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = ConsoleXBuss.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* ConsoleXBussVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXBussVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB49B762BBB633100515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB49B772BBB633100515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB49B782BBB633100515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB49B792BBB633100515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB49B7A2BBB633100515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB49B7B2BBB633100515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB49B7C2BBB633100515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB49B7D2BBB633100515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB49B7E2BBB633100515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB49B7F2BBB633100515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB49B802BBB633100515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB49B812BBB633100515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB49B822BBB633100515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB49B832BBB633100515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB49B842BBB633100515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB49B852BBB633100515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB49B862BBB633100515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB49B872BBB633100515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB49B882BBB633100515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB49B892BBB633100515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB49B8A2BBB633100515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB49B8B2BBB633100515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB49B8C2BBB633100515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB49B8D2BBB633100515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB49B8E2BBB633100515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB49B8F2BBB633100515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB49B902BBB633100515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB49B912BBB633100515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB49B922BBB633100515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB49B932BBB633100515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB49B942BBB633100515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB49B952BBB633100515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB49B962BBB633100515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB49B972BBB633100515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB49B982BBB633100515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB49B992BBB633100515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB49B9A2BBB633100515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB49B9B2BBB633100515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB49B9C2BBB633100515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB49B9D2BBB633100515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB49B9E2BBB633100515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB49B9F2BBB633100515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB49BA02BBB633100515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB49BA12BBB633100515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB49BA22BBB633100515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB49BA32BBB633100515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB49BA42BBB633100515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB49BA52BBB633100515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB49BA62BBB633100515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB49BA72BBB633100515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB49BA82BBB633100515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB49BA92BBB633100515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB49BAA2BBB633100515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB49BAB2BBB633100515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB49BAC2BBB633100515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB49BAD2BBB633100515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB49BAE2BBB633100515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB49BAF2BBB633100515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB49BB02BBB633100515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB49BB12BBB633100515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB49BB22BBB633100515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB49BB32BBB633100515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB49BB42BBB633100515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB49BB52BBB633100515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB49BB62BBB633100515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB49BB72BBB633100515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB49BB82BBB633100515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB49BB92BBB633100515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB49BBA2BBB633100515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB49BBB2BBB633100515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB49BBC2BBB633100515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB49BBD2BBB633100515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB49BBE2BBB633100515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB49BBF2BBB633100515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB49BC02BBB633100515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB49BC12BBB633100515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB49BC22BBB633100515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB49BC32BBB633100515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB49BC42BBB633100515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB49BC52BBB633100515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB49BC62BBB633100515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB49BC72BBB633100515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB49BC82BBB633100515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB49BC92BBB633100515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB49BCA2BBB633100515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB49BCB2BBB633100515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB49BCC2BBB633100515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB49BCD2BBB633100515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB49BCE2BBB633100515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB49BCF2BBB633100515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB49BD02BBB633100515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB49BD12BBB633100515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB49BD22BBB633100515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB49BD32BBB633100515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB49BD42BBB633100515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB49BD52BBB633100515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB49BD62BBB633100515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB49BD72BBB633100515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB49BD82BBB633100515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB49BD92BBB633100515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB49BDA2BBB633100515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB49BDB2BBB633100515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB49BDC2BBB633100515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB49BE02BBB633100515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB49BE22BBB633100515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB49BE32BBB633100515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB49BE42BBB633100515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB49BE52BBB633100515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB49BE62BBB633100515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB49BE72BBB633100515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB49BE82BBB633100515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB49BE92BBB633100515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB49BEA2BBB633100515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB49BEB2BBB633100515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB49BEC2BBB633100515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB49BED2BBB633100515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB49BEE2BBB633100515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB49BEF2BBB633100515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB49BF02BBB633100515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB49BF22BBB633100515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB49BF32BBB633100515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB49BF52BBB633100515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB49BF62BBB633100515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB49BF72BBB633100515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB49BF82BBB633100515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB49BF92BBB633100515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB49BFA2BBB633100515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB49BFB2BBB633100515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB49BFC2BBB633100515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB49BFD2BBB633100515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB49C802BBB639900515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* ConsoleXBuss.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXBuss.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* ConsoleXBuss.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXBuss.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB49B742BBB633100515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB49B742BBB633100515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB49B752BBB633100515D8B /* PublicUtility */, + 8BB49BDD2BBB633100515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB49B752BBB633100515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB49B762BBB633100515D8B /* CAExtAudioFile.h */, + 8BB49B772BBB633100515D8B /* CACFMachPort.h */, + 8BB49B782BBB633100515D8B /* CABool.h */, + 8BB49B792BBB633100515D8B /* CAComponent.cpp */, + 8BB49B7A2BBB633100515D8B /* CADebugger.h */, + 8BB49B7B2BBB633100515D8B /* CACFNumber.cpp */, + 8BB49B7C2BBB633100515D8B /* CAGuard.h */, + 8BB49B7D2BBB633100515D8B /* CAAtomic.h */, + 8BB49B7E2BBB633100515D8B /* CAStreamBasicDescription.h */, + 8BB49B7F2BBB633100515D8B /* CACFObject.h */, + 8BB49B802BBB633100515D8B /* CAStreamRangedDescription.h */, + 8BB49B812BBB633100515D8B /* CATokenMap.h */, + 8BB49B822BBB633100515D8B /* CAComponent.h */, + 8BB49B832BBB633100515D8B /* CAAudioBufferList.h */, + 8BB49B842BBB633100515D8B /* CAAudioUnit.h */, + 8BB49B852BBB633100515D8B /* CAAUParameter.h */, + 8BB49B862BBB633100515D8B /* CAException.h */, + 8BB49B872BBB633100515D8B /* CAAUProcessor.cpp */, + 8BB49B882BBB633100515D8B /* CAAUProcessor.h */, + 8BB49B892BBB633100515D8B /* CAProcess.h */, + 8BB49B8A2BBB633100515D8B /* CACFDictionary.h */, + 8BB49B8B2BBB633100515D8B /* CAPThread.h */, + 8BB49B8C2BBB633100515D8B /* CAAUParameter.cpp */, + 8BB49B8D2BBB633100515D8B /* CAAudioTimeStamp.h */, + 8BB49B8E2BBB633100515D8B /* CAFilePathUtils.cpp */, + 8BB49B8F2BBB633100515D8B /* CAAudioValueRange.h */, + 8BB49B902BBB633100515D8B /* CAVectorUnitTypes.h */, + 8BB49B912BBB633100515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB49B922BBB633100515D8B /* CAGuard.cpp */, + 8BB49B932BBB633100515D8B /* CACFNumber.h */, + 8BB49B942BBB633100515D8B /* CACFDistributedNotification.cpp */, + 8BB49B952BBB633100515D8B /* CACFString.h */, + 8BB49B962BBB633100515D8B /* CAAUMIDIMapManager.cpp */, + 8BB49B972BBB633100515D8B /* CAComponentDescription.cpp */, + 8BB49B982BBB633100515D8B /* CAHostTimeBase.h */, + 8BB49B992BBB633100515D8B /* CADebugMacros.cpp */, + 8BB49B9A2BBB633100515D8B /* CAAudioFileFormats.h */, + 8BB49B9B2BBB633100515D8B /* CAAUMIDIMapManager.h */, + 8BB49B9C2BBB633100515D8B /* CACFDictionary.cpp */, + 8BB49B9D2BBB633100515D8B /* CAMutex.h */, + 8BB49B9E2BBB633100515D8B /* CACFString.cpp */, + 8BB49B9F2BBB633100515D8B /* CASettingsStorage.h */, + 8BB49BA02BBB633100515D8B /* CADebugPrintf.h */, + 8BB49BA12BBB633100515D8B /* CAXException.cpp */, + 8BB49BA22BBB633100515D8B /* CAAUMIDIMap.h */, + 8BB49BA32BBB633100515D8B /* AUParamInfo.h */, + 8BB49BA42BBB633100515D8B /* CABitOperations.h */, + 8BB49BA52BBB633100515D8B /* CACFPreferences.cpp */, + 8BB49BA62BBB633100515D8B /* CABundleLocker.h */, + 8BB49BA72BBB633100515D8B /* CAPropertyAddress.h */, + 8BB49BA82BBB633100515D8B /* CAXException.h */, + 8BB49BA92BBB633100515D8B /* CAAudioChannelLayout.cpp */, + 8BB49BAA2BBB633100515D8B /* CAThreadSafeList.h */, + 8BB49BAB2BBB633100515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB49BAC2BBB633100515D8B /* AUParamInfo.cpp */, + 8BB49BAD2BBB633100515D8B /* CASharedLibrary.cpp */, + 8BB49BAE2BBB633100515D8B /* CAAUMIDIMap.cpp */, + 8BB49BAF2BBB633100515D8B /* CALogMacros.h */, + 8BB49BB02BBB633100515D8B /* CACFMessagePort.cpp */, + 8BB49BB12BBB633100515D8B /* CARingBuffer.h */, + 8BB49BB22BBB633100515D8B /* AUOutputBL.cpp */, + 8BB49BB32BBB633100515D8B /* CABufferList.h */, + 8BB49BB42BBB633100515D8B /* CASharedLibrary.h */, + 8BB49BB52BBB633100515D8B /* CACFData.h */, + 8BB49BB62BBB633100515D8B /* CAStreamRangedDescription.cpp */, + 8BB49BB72BBB633100515D8B /* CAPThread.cpp */, + 8BB49BB82BBB633100515D8B /* CAAutoDisposer.h */, + 8BB49BB92BBB633100515D8B /* CACFPreferences.h */, + 8BB49BBA2BBB633100515D8B /* CAVectorUnit.cpp */, + 8BB49BBB2BBB633100515D8B /* CAComponentDescription.h */, + 8BB49BBC2BBB633100515D8B /* CADebugMacros.h */, + 8BB49BBD2BBB633100515D8B /* AUOutputBL.h */, + 8BB49BBE2BBB633100515D8B /* CADebugPrintf.cpp */, + 8BB49BBF2BBB633100515D8B /* CARingBuffer.cpp */, + 8BB49BC02BBB633100515D8B /* CACFPlugIn.h */, + 8BB49BC12BBB633100515D8B /* CASettingsStorage.cpp */, + 8BB49BC22BBB633100515D8B /* CAMixMap.h */, + 8BB49BC32BBB633100515D8B /* CACFDistributedNotification.h */, + 8BB49BC42BBB633100515D8B /* CAFilePathUtils.h */, + 8BB49BC52BBB633100515D8B /* CATink.h */, + 8BB49BC62BBB633100515D8B /* CAStreamBasicDescription.cpp */, + 8BB49BC72BBB633100515D8B /* CAAudioChannelLayout.h */, + 8BB49BC82BBB633100515D8B /* CAProcess.cpp */, + 8BB49BC92BBB633100515D8B /* CAHostTimeBase.cpp */, + 8BB49BCA2BBB633100515D8B /* CAPersistence.cpp */, + 8BB49BCB2BBB633100515D8B /* CAAudioBufferList.cpp */, + 8BB49BCC2BBB633100515D8B /* CAAudioTimeStamp.cpp */, + 8BB49BCD2BBB633100515D8B /* CAVectorUnit.h */, + 8BB49BCE2BBB633100515D8B /* CAByteOrder.h */, + 8BB49BCF2BBB633100515D8B /* CACFArray.h */, + 8BB49BD02BBB633100515D8B /* CAAtomicStack.h */, + 8BB49BD12BBB633100515D8B /* CAReferenceCounted.h */, + 8BB49BD22BBB633100515D8B /* CACFMachPort.cpp */, + 8BB49BD32BBB633100515D8B /* CABufferList.cpp */, + 8BB49BD42BBB633100515D8B /* CAMutex.cpp */, + 8BB49BD52BBB633100515D8B /* CADebugger.cpp */, + 8BB49BD62BBB633100515D8B /* CABundleLocker.cpp */, + 8BB49BD72BBB633100515D8B /* CAAudioFileFormats.cpp */, + 8BB49BD82BBB633100515D8B /* CAMath.h */, + 8BB49BD92BBB633100515D8B /* CACFArray.cpp */, + 8BB49BDA2BBB633100515D8B /* CACFMessagePort.h */, + 8BB49BDB2BBB633100515D8B /* CAAudioValueRange.cpp */, + 8BB49BDC2BBB633100515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB49BDD2BBB633100515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB49BDE2BBB633100515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB49BDE2BBB633100515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB49BDF2BBB633100515D8B /* AUViewBase */, + 8BB49BE12BBB633100515D8B /* AUBase */, + 8BB49BF12BBB633100515D8B /* OtherBases */, + 8BB49BF42BBB633100515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB49BDF2BBB633100515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB49BE02BBB633100515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB49BE12BBB633100515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB49BE22BBB633100515D8B /* ComponentBase.cpp */, + 8BB49BE32BBB633100515D8B /* AUScopeElement.cpp */, + 8BB49BE42BBB633100515D8B /* ComponentBase.h */, + 8BB49BE52BBB633100515D8B /* AUBase.cpp */, + 8BB49BE62BBB633100515D8B /* AUInputElement.h */, + 8BB49BE72BBB633100515D8B /* AUBase.h */, + 8BB49BE82BBB633100515D8B /* AUPlugInDispatch.h */, + 8BB49BE92BBB633100515D8B /* AUDispatch.h */, + 8BB49BEA2BBB633100515D8B /* AUOutputElement.cpp */, + 8BB49BEB2BBB633100515D8B /* AUResources.r */, + 8BB49BEC2BBB633100515D8B /* AUPlugInDispatch.cpp */, + 8BB49BED2BBB633100515D8B /* AUOutputElement.h */, + 8BB49BEE2BBB633100515D8B /* AUDispatch.cpp */, + 8BB49BEF2BBB633100515D8B /* AUScopeElement.h */, + 8BB49BF02BBB633100515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB49BF12BBB633100515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB49BF22BBB633100515D8B /* AUEffectBase.cpp */, + 8BB49BF32BBB633100515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB49BF42BBB633100515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB49BF52BBB633100515D8B /* AUTimestampGenerator.h */, + 8BB49BF62BBB633100515D8B /* AUBaseHelper.cpp */, + 8BB49BF72BBB633100515D8B /* AUSilentTimeout.h */, + 8BB49BF82BBB633100515D8B /* AUInputFormatConverter.h */, + 8BB49BF92BBB633100515D8B /* AUTimestampGenerator.cpp */, + 8BB49BFA2BBB633100515D8B /* AUBuffer.cpp */, + 8BB49BFB2BBB633100515D8B /* AUMIDIDefs.h */, + 8BB49BFC2BBB633100515D8B /* AUBuffer.h */, + 8BB49BFD2BBB633100515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49C2E2BBB633100515D8B /* CABundleLocker.h in Headers */, + 8BB49C4F2BBB633100515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB49C452BBB633100515D8B /* AUOutputBL.h in Headers */, + 8BB49C202BBB633100515D8B /* CAHostTimeBase.h in Headers */, + 8BB49C682BBB633100515D8B /* ComponentBase.h in Headers */, + 8BB49C582BBB633100515D8B /* CAAtomicStack.h in Headers */, + 8BB49C152BBB633100515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB49C322BBB633100515D8B /* CAThreadSafeList.h in Headers */, + 8BB49C0D2BBB633100515D8B /* CAAUParameter.h in Headers */, + 8BB49C7F2BBB633100515D8B /* AUBaseHelper.h in Headers */, + 8BB49C772BBB633100515D8B /* AUTimestampGenerator.h in Headers */, + 8BB49C282BBB633100515D8B /* CADebugPrintf.h in Headers */, + 8BB49C622BBB633100515D8B /* CACFMessagePort.h in Headers */, + 8BB49C102BBB633100515D8B /* CAAUProcessor.h in Headers */, + 8BB49C0C2BBB633100515D8B /* CAAudioUnit.h in Headers */, + 8BB49C652BBB633100515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB49C4B2BBB633100515D8B /* CACFDistributedNotification.h in Headers */, + 8BB49C0A2BBB633100515D8B /* CAComponent.h in Headers */, + 8BB49C182BBB633100515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* ConsoleXBussVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB49C4C2BBB633100515D8B /* CAFilePathUtils.h in Headers */, + 8BB49C0E2BBB633100515D8B /* CAException.h in Headers */, + 8BB49C052BBB633100515D8B /* CAAtomic.h in Headers */, + 8BB49C042BBB633100515D8B /* CAGuard.h in Headers */, + 8BB49C6A2BBB633100515D8B /* AUInputElement.h in Headers */, + 8BB49C412BBB633100515D8B /* CACFPreferences.h in Headers */, + 8BB49C562BBB633100515D8B /* CAByteOrder.h in Headers */, + 8BB49C392BBB633100515D8B /* CARingBuffer.h in Headers */, + 8BB49C002BBB633100515D8B /* CABool.h in Headers */, + 8BB49C252BBB633100515D8B /* CAMutex.h in Headers */, + 8BB49C6B2BBB633100515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* ConsoleXBuss.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB49C1D2BBB633100515D8B /* CACFString.h in Headers */, + 8BB49C3C2BBB633100515D8B /* CASharedLibrary.h in Headers */, + 8BB49C092BBB633100515D8B /* CATokenMap.h in Headers */, + 8BB49BFE2BBB633100515D8B /* CAExtAudioFile.h in Headers */, + 8BB49C132BBB633100515D8B /* CAPThread.h in Headers */, + 8BB49C2F2BBB633100515D8B /* CAPropertyAddress.h in Headers */, + 8BB49C592BBB633100515D8B /* CAReferenceCounted.h in Headers */, + 8BB49C7E2BBB633100515D8B /* AUBuffer.h in Headers */, + 8BB49C602BBB633100515D8B /* CAMath.h in Headers */, + 8BB49C402BBB633100515D8B /* CAAutoDisposer.h in Headers */, + 8BB49C072BBB633100515D8B /* CACFObject.h in Headers */, + 8BB49C272BBB633100515D8B /* CASettingsStorage.h in Headers */, + 8BB49C302BBB633100515D8B /* CAXException.h in Headers */, + 8BB49C4D2BBB633100515D8B /* CATink.h in Headers */, + 8BB49C7A2BBB633100515D8B /* AUInputFormatConverter.h in Headers */, + 8BB49C552BBB633100515D8B /* CAVectorUnit.h in Headers */, + 8BB49C112BBB633100515D8B /* CAProcess.h in Headers */, + 8BB49C172BBB633100515D8B /* CAAudioValueRange.h in Headers */, + 8BB49C2C2BBB633100515D8B /* CABitOperations.h in Headers */, + 8BB49C222BBB633100515D8B /* CAAudioFileFormats.h in Headers */, + 8BB49C1B2BBB633100515D8B /* CACFNumber.h in Headers */, + 8BB49C332BBB633100515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB49C442BBB633100515D8B /* CADebugMacros.h in Headers */, + 8BB49C7D2BBB633100515D8B /* AUMIDIDefs.h in Headers */, + 8BB49C3D2BBB633100515D8B /* CACFData.h in Headers */, + 8BB49C062BBB633100515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB49C6C2BBB633100515D8B /* AUPlugInDispatch.h in Headers */, + 8BB49C082BBB633100515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB49C482BBB633100515D8B /* CACFPlugIn.h in Headers */, + 8BB49C0B2BBB633100515D8B /* CAAudioBufferList.h in Headers */, + 8BB49C232BBB633100515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB49C762BBB633100515D8B /* AUEffectBase.h in Headers */, + 8BB49C122BBB633100515D8B /* CACFDictionary.h in Headers */, + 8BB49C732BBB633100515D8B /* AUScopeElement.h in Headers */, + 8BB49C432BBB633100515D8B /* CAComponentDescription.h in Headers */, + 8BB49C792BBB633100515D8B /* AUSilentTimeout.h in Headers */, + 8BB49C3B2BBB633100515D8B /* CABufferList.h in Headers */, + 8BB49C6D2BBB633100515D8B /* AUDispatch.h in Headers */, + 8BB49C712BBB633100515D8B /* AUOutputElement.h in Headers */, + 8BB49C372BBB633100515D8B /* CALogMacros.h in Headers */, + 8BB49C2B2BBB633100515D8B /* AUParamInfo.h in Headers */, + 8BB49C4A2BBB633100515D8B /* CAMixMap.h in Headers */, + 8BB49C572BBB633100515D8B /* CACFArray.h in Headers */, + 8BB49BFF2BBB633100515D8B /* CACFMachPort.h in Headers */, + 8BB49C2A2BBB633100515D8B /* CAAUMIDIMap.h in Headers */, + 8BB49C022BBB633100515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "ConsoleXBuss" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + Base, + fr, + ja, + de, ); mainGroup = 089C166AFE841209C02AAC07 /* ConsoleXBuss */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* ConsoleXBuss.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49C3A2BBB633100515D8B /* AUOutputBL.cpp in Sources */, + 8BB49C5F2BBB633100515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB49C512BBB633100515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB49C292BBB633100515D8B /* CAXException.cpp in Sources */, + 8BB49C532BBB633100515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB49C162BBB633100515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB49C142BBB633100515D8B /* CAAUParameter.cpp in Sources */, + 8BB49C362BBB633100515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB49C632BBB633100515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB49C722BBB633100515D8B /* AUDispatch.cpp in Sources */, + 8BB49C2D2BBB633100515D8B /* CACFPreferences.cpp in Sources */, + 8BB49C702BBB633100515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB49C0F2BBB633100515D8B /* CAAUProcessor.cpp in Sources */, + 8BB49C242BBB633100515D8B /* CACFDictionary.cpp in Sources */, + 8BB49C782BBB633100515D8B /* AUBaseHelper.cpp in Sources */, + 8BB49C5D2BBB633100515D8B /* CADebugger.cpp in Sources */, + 8BB49C312BBB633100515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB49C342BBB633100515D8B /* AUParamInfo.cpp in Sources */, + 8BB49C522BBB633100515D8B /* CAPersistence.cpp in Sources */, + 8BB49C462BBB633100515D8B /* CADebugPrintf.cpp in Sources */, + 8BB49C7B2BBB633100515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB49C4E2BBB633100515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB49C1E2BBB633100515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB49C492BBB633100515D8B /* CASettingsStorage.cpp in Sources */, + 8BB49C6E2BBB633100515D8B /* AUOutputElement.cpp in Sources */, + 8BB49C1A2BBB633100515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* ConsoleXBuss.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB49C5C2BBB633100515D8B /* CAMutex.cpp in Sources */, + 8BB49C752BBB633100515D8B /* AUEffectBase.cpp in Sources */, + 8BB49C5A2BBB633100515D8B /* CACFMachPort.cpp in Sources */, + 8BB49C692BBB633100515D8B /* AUBase.cpp in Sources */, + 8BB49C352BBB633100515D8B /* CASharedLibrary.cpp in Sources */, + 8BB49C1C2BBB633100515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB49C1F2BBB633100515D8B /* CAComponentDescription.cpp in Sources */, + 8BB49C262BBB633100515D8B /* CACFString.cpp in Sources */, + 8BB49C662BBB633100515D8B /* ComponentBase.cpp in Sources */, + 8BB49C472BBB633100515D8B /* CARingBuffer.cpp in Sources */, + 8BB49C672BBB633100515D8B /* AUScopeElement.cpp in Sources */, + 8BB49C642BBB633100515D8B /* CAAudioUnit.cpp in Sources */, + 8BB49C612BBB633100515D8B /* CACFArray.cpp in Sources */, + 8BB49C5E2BBB633100515D8B /* CABundleLocker.cpp in Sources */, + 8BB49C502BBB633100515D8B /* CAProcess.cpp in Sources */, + 8BB49C3E2BBB633100515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB49C3F2BBB633100515D8B /* CAPThread.cpp in Sources */, + 8BB49C012BBB633100515D8B /* CAComponent.cpp in Sources */, + 8BB49C192BBB633100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB49C542BBB633100515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB49C5B2BBB633100515D8B /* CABufferList.cpp in Sources */, + 8BB49C382BBB633100515D8B /* CACFMessagePort.cpp in Sources */, + 8BB49C422BBB633100515D8B /* CAVectorUnit.cpp in Sources */, + 8BB49C742BBB633100515D8B /* AUInputElement.cpp in Sources */, + 8BB49C7C2BBB633100515D8B /* AUBuffer.cpp in Sources */, + 8BB49C212BBB633100515D8B /* CADebugMacros.cpp in Sources */, + 8BB49C032BBB633100515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB49C802BBB639900515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXBuss.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXBuss; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXBuss.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXBuss; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..668b5f1e1 Binary files /dev/null and b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcshareddata/xcschemes/ConsoleXBuss.xcscheme b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcshareddata/xcschemes/ConsoleXBuss.xcscheme new file mode 100644 index 000000000..2e00b4297 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcshareddata/xcschemes/ConsoleXBuss.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..8e0c51ccd --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + ConsoleXBuss.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/ConsoleXBuss/Info.plist b/plugins/MacSignedAU/ConsoleXBuss/Info.plist index 12f0517b5..ccae12eb5 100755 --- a/plugins/MacSignedAU/ConsoleXBuss/Info.plist +++ b/plugins/MacSignedAU/ConsoleXBuss/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cnxb + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/ConsoleXBuss/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/ConsoleXBuss/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/ConsoleXBuss/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/ConsoleXBuss/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.cpp b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.cpp index 8f0e884bc..f7ec93801 100755 --- a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.cpp +++ b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(ConsoleXChannel) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, ConsoleXChannel) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.exp b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.exp index 7a42f2857..64930fda5 100755 --- a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.exp +++ b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.exp @@ -1 +1,2 @@ _ConsoleXChannelEntry +_ConsoleXChannelFactory diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj index d3da39e5a..fabd50085 100755 --- a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* ConsoleXChannel.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* ConsoleXChannel.r */; }; 8BA05A6B0720730100365D66 /* ConsoleXChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* ConsoleXChannel.cpp */; }; 8BA05A6E0720730100365D66 /* ConsoleXChannelVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* ConsoleXChannelVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB494A42BBB5EB300515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4941C2BBB5EB300515D8B /* CAExtAudioFile.h */; }; + 8BB494A52BBB5EB300515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4941D2BBB5EB300515D8B /* CACFMachPort.h */; }; + 8BB494A62BBB5EB300515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4941E2BBB5EB300515D8B /* CABool.h */; }; + 8BB494A72BBB5EB300515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4941F2BBB5EB300515D8B /* CAComponent.cpp */; }; + 8BB494A82BBB5EB300515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494202BBB5EB300515D8B /* CADebugger.h */; }; + 8BB494A92BBB5EB300515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494212BBB5EB300515D8B /* CACFNumber.cpp */; }; + 8BB494AA2BBB5EB300515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494222BBB5EB300515D8B /* CAGuard.h */; }; + 8BB494AB2BBB5EB300515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494232BBB5EB300515D8B /* CAAtomic.h */; }; + 8BB494AC2BBB5EB300515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494242BBB5EB300515D8B /* CAStreamBasicDescription.h */; }; + 8BB494AD2BBB5EB300515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494252BBB5EB300515D8B /* CACFObject.h */; }; + 8BB494AE2BBB5EB300515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494262BBB5EB300515D8B /* CAStreamRangedDescription.h */; }; + 8BB494AF2BBB5EB300515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494272BBB5EB300515D8B /* CATokenMap.h */; }; + 8BB494B02BBB5EB300515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494282BBB5EB300515D8B /* CAComponent.h */; }; + 8BB494B12BBB5EB300515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494292BBB5EB300515D8B /* CAAudioBufferList.h */; }; + 8BB494B22BBB5EB300515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4942A2BBB5EB300515D8B /* CAAudioUnit.h */; }; + 8BB494B32BBB5EB300515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4942B2BBB5EB300515D8B /* CAAUParameter.h */; }; + 8BB494B42BBB5EB300515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4942C2BBB5EB300515D8B /* CAException.h */; }; + 8BB494B52BBB5EB300515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4942D2BBB5EB300515D8B /* CAAUProcessor.cpp */; }; + 8BB494B62BBB5EB300515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4942E2BBB5EB300515D8B /* CAAUProcessor.h */; }; + 8BB494B72BBB5EB300515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4942F2BBB5EB300515D8B /* CAProcess.h */; }; + 8BB494B82BBB5EB300515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494302BBB5EB300515D8B /* CACFDictionary.h */; }; + 8BB494B92BBB5EB300515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494312BBB5EB300515D8B /* CAPThread.h */; }; + 8BB494BA2BBB5EB300515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494322BBB5EB300515D8B /* CAAUParameter.cpp */; }; + 8BB494BB2BBB5EB300515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494332BBB5EB300515D8B /* CAAudioTimeStamp.h */; }; + 8BB494BC2BBB5EB300515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494342BBB5EB300515D8B /* CAFilePathUtils.cpp */; }; + 8BB494BD2BBB5EB300515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494352BBB5EB300515D8B /* CAAudioValueRange.h */; }; + 8BB494BE2BBB5EB300515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494362BBB5EB300515D8B /* CAVectorUnitTypes.h */; }; + 8BB494BF2BBB5EB300515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494372BBB5EB300515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB494C02BBB5EB300515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494382BBB5EB300515D8B /* CAGuard.cpp */; }; + 8BB494C12BBB5EB300515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494392BBB5EB300515D8B /* CACFNumber.h */; }; + 8BB494C22BBB5EB300515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4943A2BBB5EB300515D8B /* CACFDistributedNotification.cpp */; }; + 8BB494C32BBB5EB300515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4943B2BBB5EB300515D8B /* CACFString.h */; }; + 8BB494C42BBB5EB300515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4943C2BBB5EB300515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB494C52BBB5EB300515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4943D2BBB5EB300515D8B /* CAComponentDescription.cpp */; }; + 8BB494C62BBB5EB300515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4943E2BBB5EB300515D8B /* CAHostTimeBase.h */; }; + 8BB494C72BBB5EB300515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4943F2BBB5EB300515D8B /* CADebugMacros.cpp */; }; + 8BB494C82BBB5EB300515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494402BBB5EB300515D8B /* CAAudioFileFormats.h */; }; + 8BB494C92BBB5EB300515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494412BBB5EB300515D8B /* CAAUMIDIMapManager.h */; }; + 8BB494CA2BBB5EB300515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494422BBB5EB300515D8B /* CACFDictionary.cpp */; }; + 8BB494CB2BBB5EB300515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494432BBB5EB300515D8B /* CAMutex.h */; }; + 8BB494CC2BBB5EB300515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494442BBB5EB300515D8B /* CACFString.cpp */; }; + 8BB494CD2BBB5EB300515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494452BBB5EB300515D8B /* CASettingsStorage.h */; }; + 8BB494CE2BBB5EB300515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494462BBB5EB300515D8B /* CADebugPrintf.h */; }; + 8BB494CF2BBB5EB300515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494472BBB5EB300515D8B /* CAXException.cpp */; }; + 8BB494D02BBB5EB300515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494482BBB5EB300515D8B /* CAAUMIDIMap.h */; }; + 8BB494D12BBB5EB300515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494492BBB5EB300515D8B /* AUParamInfo.h */; }; + 8BB494D22BBB5EB300515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4944A2BBB5EB300515D8B /* CABitOperations.h */; }; + 8BB494D32BBB5EB300515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4944B2BBB5EB300515D8B /* CACFPreferences.cpp */; }; + 8BB494D42BBB5EB300515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4944C2BBB5EB300515D8B /* CABundleLocker.h */; }; + 8BB494D52BBB5EB300515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4944D2BBB5EB300515D8B /* CAPropertyAddress.h */; }; + 8BB494D62BBB5EB300515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4944E2BBB5EB300515D8B /* CAXException.h */; }; + 8BB494D72BBB5EB300515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4944F2BBB5EB300515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB494D82BBB5EB300515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494502BBB5EB300515D8B /* CAThreadSafeList.h */; }; + 8BB494D92BBB5EB300515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494512BBB5EB300515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB494DA2BBB5EB300515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494522BBB5EB300515D8B /* AUParamInfo.cpp */; }; + 8BB494DB2BBB5EB300515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494532BBB5EB300515D8B /* CASharedLibrary.cpp */; }; + 8BB494DC2BBB5EB300515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494542BBB5EB300515D8B /* CAAUMIDIMap.cpp */; }; + 8BB494DD2BBB5EB300515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494552BBB5EB300515D8B /* CALogMacros.h */; }; + 8BB494DE2BBB5EB300515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494562BBB5EB300515D8B /* CACFMessagePort.cpp */; }; + 8BB494DF2BBB5EB300515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494572BBB5EB300515D8B /* CARingBuffer.h */; }; + 8BB494E02BBB5EB300515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494582BBB5EB300515D8B /* AUOutputBL.cpp */; }; + 8BB494E12BBB5EB300515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494592BBB5EB300515D8B /* CABufferList.h */; }; + 8BB494E22BBB5EB300515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4945A2BBB5EB300515D8B /* CASharedLibrary.h */; }; + 8BB494E32BBB5EB300515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4945B2BBB5EB300515D8B /* CACFData.h */; }; + 8BB494E42BBB5EB300515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4945C2BBB5EB300515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB494E52BBB5EB300515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4945D2BBB5EB300515D8B /* CAPThread.cpp */; }; + 8BB494E62BBB5EB300515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4945E2BBB5EB300515D8B /* CAAutoDisposer.h */; }; + 8BB494E72BBB5EB300515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4945F2BBB5EB300515D8B /* CACFPreferences.h */; }; + 8BB494E82BBB5EB300515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494602BBB5EB300515D8B /* CAVectorUnit.cpp */; }; + 8BB494E92BBB5EB300515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494612BBB5EB300515D8B /* CAComponentDescription.h */; }; + 8BB494EA2BBB5EB300515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494622BBB5EB300515D8B /* CADebugMacros.h */; }; + 8BB494EB2BBB5EB300515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494632BBB5EB300515D8B /* AUOutputBL.h */; }; + 8BB494EC2BBB5EB300515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494642BBB5EB300515D8B /* CADebugPrintf.cpp */; }; + 8BB494ED2BBB5EB300515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494652BBB5EB300515D8B /* CARingBuffer.cpp */; }; + 8BB494EE2BBB5EB300515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494662BBB5EB300515D8B /* CACFPlugIn.h */; }; + 8BB494EF2BBB5EB300515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494672BBB5EB300515D8B /* CASettingsStorage.cpp */; }; + 8BB494F02BBB5EB300515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494682BBB5EB300515D8B /* CAMixMap.h */; }; + 8BB494F12BBB5EB300515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494692BBB5EB300515D8B /* CACFDistributedNotification.h */; }; + 8BB494F22BBB5EB300515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4946A2BBB5EB300515D8B /* CAFilePathUtils.h */; }; + 8BB494F32BBB5EB300515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4946B2BBB5EB300515D8B /* CATink.h */; }; + 8BB494F42BBB5EB300515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4946C2BBB5EB300515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB494F52BBB5EB300515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4946D2BBB5EB300515D8B /* CAAudioChannelLayout.h */; }; + 8BB494F62BBB5EB300515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4946E2BBB5EB300515D8B /* CAProcess.cpp */; }; + 8BB494F72BBB5EB300515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4946F2BBB5EB300515D8B /* CAHostTimeBase.cpp */; }; + 8BB494F82BBB5EB300515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494702BBB5EB300515D8B /* CAPersistence.cpp */; }; + 8BB494F92BBB5EB300515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494712BBB5EB300515D8B /* CAAudioBufferList.cpp */; }; + 8BB494FA2BBB5EB300515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494722BBB5EB300515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB494FB2BBB5EB300515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494732BBB5EB300515D8B /* CAVectorUnit.h */; }; + 8BB494FC2BBB5EB300515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494742BBB5EB300515D8B /* CAByteOrder.h */; }; + 8BB494FD2BBB5EB300515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494752BBB5EB300515D8B /* CACFArray.h */; }; + 8BB494FE2BBB5EB300515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494762BBB5EB300515D8B /* CAAtomicStack.h */; }; + 8BB494FF2BBB5EB300515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494772BBB5EB300515D8B /* CAReferenceCounted.h */; }; + 8BB495002BBB5EB300515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494782BBB5EB300515D8B /* CACFMachPort.cpp */; }; + 8BB495012BBB5EB300515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494792BBB5EB300515D8B /* CABufferList.cpp */; }; + 8BB495022BBB5EB300515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4947A2BBB5EB300515D8B /* CAMutex.cpp */; }; + 8BB495032BBB5EB300515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4947B2BBB5EB300515D8B /* CADebugger.cpp */; }; + 8BB495042BBB5EB300515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4947C2BBB5EB300515D8B /* CABundleLocker.cpp */; }; + 8BB495052BBB5EB300515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4947D2BBB5EB300515D8B /* CAAudioFileFormats.cpp */; }; + 8BB495062BBB5EB300515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4947E2BBB5EB300515D8B /* CAMath.h */; }; + 8BB495072BBB5EB300515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4947F2BBB5EB300515D8B /* CACFArray.cpp */; }; + 8BB495082BBB5EB300515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494802BBB5EB300515D8B /* CACFMessagePort.h */; }; + 8BB495092BBB5EB300515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494812BBB5EB300515D8B /* CAAudioValueRange.cpp */; }; + 8BB4950A2BBB5EB300515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494822BBB5EB300515D8B /* CAAudioUnit.cpp */; }; + 8BB4950B2BBB5EB300515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494862BBB5EB300515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB4950C2BBB5EB300515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494882BBB5EB300515D8B /* ComponentBase.cpp */; }; + 8BB4950D2BBB5EB300515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494892BBB5EB300515D8B /* AUScopeElement.cpp */; }; + 8BB4950E2BBB5EB300515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4948A2BBB5EB300515D8B /* ComponentBase.h */; }; + 8BB4950F2BBB5EB300515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4948B2BBB5EB300515D8B /* AUBase.cpp */; }; + 8BB495102BBB5EB300515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4948C2BBB5EB300515D8B /* AUInputElement.h */; }; + 8BB495112BBB5EB300515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4948D2BBB5EB300515D8B /* AUBase.h */; }; + 8BB495122BBB5EB300515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4948E2BBB5EB300515D8B /* AUPlugInDispatch.h */; }; + 8BB495132BBB5EB300515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4948F2BBB5EB300515D8B /* AUDispatch.h */; }; + 8BB495142BBB5EB300515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494902BBB5EB300515D8B /* AUOutputElement.cpp */; }; + 8BB495152BBB5EB300515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494922BBB5EB300515D8B /* AUPlugInDispatch.cpp */; }; + 8BB495162BBB5EB300515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494932BBB5EB300515D8B /* AUOutputElement.h */; }; + 8BB495172BBB5EB300515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494942BBB5EB300515D8B /* AUDispatch.cpp */; }; + 8BB495182BBB5EB300515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494952BBB5EB300515D8B /* AUScopeElement.h */; }; + 8BB495192BBB5EB300515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494962BBB5EB300515D8B /* AUInputElement.cpp */; }; + 8BB4951A2BBB5EB300515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494982BBB5EB300515D8B /* AUEffectBase.cpp */; }; + 8BB4951B2BBB5EB300515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494992BBB5EB300515D8B /* AUEffectBase.h */; }; + 8BB4951C2BBB5EB300515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4949B2BBB5EB300515D8B /* AUTimestampGenerator.h */; }; + 8BB4951D2BBB5EB300515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4949C2BBB5EB300515D8B /* AUBaseHelper.cpp */; }; + 8BB4951E2BBB5EB300515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4949D2BBB5EB300515D8B /* AUSilentTimeout.h */; }; + 8BB4951F2BBB5EB300515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4949E2BBB5EB300515D8B /* AUInputFormatConverter.h */; }; + 8BB495202BBB5EB300515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4949F2BBB5EB300515D8B /* AUTimestampGenerator.cpp */; }; + 8BB495212BBB5EB300515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB494A02BBB5EB300515D8B /* AUBuffer.cpp */; }; + 8BB495222BBB5EB300515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494A12BBB5EB300515D8B /* AUMIDIDefs.h */; }; + 8BB495232BBB5EB300515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494A22BBB5EB300515D8B /* AUBuffer.h */; }; + 8BB495242BBB5EB300515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB494A32BBB5EB300515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* ConsoleXChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* ConsoleXChannel.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* ConsoleXChannel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleXChannel.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* ConsoleXChannel.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = ConsoleXChannel.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* ConsoleXChannel.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = ConsoleXChannel.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* ConsoleXChannelVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXChannelVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4941C2BBB5EB300515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB4941D2BBB5EB300515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB4941E2BBB5EB300515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB4941F2BBB5EB300515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB494202BBB5EB300515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB494212BBB5EB300515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB494222BBB5EB300515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB494232BBB5EB300515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB494242BBB5EB300515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB494252BBB5EB300515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB494262BBB5EB300515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB494272BBB5EB300515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB494282BBB5EB300515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB494292BBB5EB300515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB4942A2BBB5EB300515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB4942B2BBB5EB300515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4942C2BBB5EB300515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB4942D2BBB5EB300515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB4942E2BBB5EB300515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB4942F2BBB5EB300515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB494302BBB5EB300515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB494312BBB5EB300515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB494322BBB5EB300515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB494332BBB5EB300515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB494342BBB5EB300515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB494352BBB5EB300515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB494362BBB5EB300515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB494372BBB5EB300515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB494382BBB5EB300515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB494392BBB5EB300515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB4943A2BBB5EB300515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB4943B2BBB5EB300515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB4943C2BBB5EB300515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB4943D2BBB5EB300515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB4943E2BBB5EB300515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB4943F2BBB5EB300515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB494402BBB5EB300515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB494412BBB5EB300515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB494422BBB5EB300515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB494432BBB5EB300515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB494442BBB5EB300515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB494452BBB5EB300515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB494462BBB5EB300515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB494472BBB5EB300515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB494482BBB5EB300515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB494492BBB5EB300515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB4944A2BBB5EB300515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB4944B2BBB5EB300515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB4944C2BBB5EB300515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB4944D2BBB5EB300515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB4944E2BBB5EB300515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB4944F2BBB5EB300515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB494502BBB5EB300515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB494512BBB5EB300515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB494522BBB5EB300515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB494532BBB5EB300515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB494542BBB5EB300515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB494552BBB5EB300515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB494562BBB5EB300515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB494572BBB5EB300515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB494582BBB5EB300515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB494592BBB5EB300515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB4945A2BBB5EB300515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB4945B2BBB5EB300515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB4945C2BBB5EB300515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB4945D2BBB5EB300515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB4945E2BBB5EB300515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB4945F2BBB5EB300515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB494602BBB5EB300515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB494612BBB5EB300515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB494622BBB5EB300515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB494632BBB5EB300515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB494642BBB5EB300515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB494652BBB5EB300515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB494662BBB5EB300515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB494672BBB5EB300515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB494682BBB5EB300515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB494692BBB5EB300515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB4946A2BBB5EB300515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB4946B2BBB5EB300515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB4946C2BBB5EB300515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB4946D2BBB5EB300515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB4946E2BBB5EB300515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB4946F2BBB5EB300515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB494702BBB5EB300515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB494712BBB5EB300515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB494722BBB5EB300515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB494732BBB5EB300515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB494742BBB5EB300515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB494752BBB5EB300515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB494762BBB5EB300515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB494772BBB5EB300515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB494782BBB5EB300515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB494792BBB5EB300515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB4947A2BBB5EB300515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB4947B2BBB5EB300515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB4947C2BBB5EB300515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB4947D2BBB5EB300515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB4947E2BBB5EB300515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB4947F2BBB5EB300515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB494802BBB5EB300515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB494812BBB5EB300515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB494822BBB5EB300515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB494862BBB5EB300515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB494882BBB5EB300515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB494892BBB5EB300515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB4948A2BBB5EB300515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB4948B2BBB5EB300515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB4948C2BBB5EB300515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB4948D2BBB5EB300515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB4948E2BBB5EB300515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB4948F2BBB5EB300515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB494902BBB5EB300515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB494912BBB5EB300515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB494922BBB5EB300515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB494932BBB5EB300515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB494942BBB5EB300515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB494952BBB5EB300515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB494962BBB5EB300515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB494982BBB5EB300515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB494992BBB5EB300515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB4949B2BBB5EB300515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB4949C2BBB5EB300515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB4949D2BBB5EB300515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB4949E2BBB5EB300515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB4949F2BBB5EB300515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB494A02BBB5EB300515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB494A12BBB5EB300515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB494A22BBB5EB300515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB494A32BBB5EB300515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB495252BBB5EE300515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* ConsoleXChannel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXChannel.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* ConsoleXChannel.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXChannel.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB4941A2BBB5EB300515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB4941A2BBB5EB300515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB4941B2BBB5EB300515D8B /* PublicUtility */, + 8BB494832BBB5EB300515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB4941B2BBB5EB300515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB4941C2BBB5EB300515D8B /* CAExtAudioFile.h */, + 8BB4941D2BBB5EB300515D8B /* CACFMachPort.h */, + 8BB4941E2BBB5EB300515D8B /* CABool.h */, + 8BB4941F2BBB5EB300515D8B /* CAComponent.cpp */, + 8BB494202BBB5EB300515D8B /* CADebugger.h */, + 8BB494212BBB5EB300515D8B /* CACFNumber.cpp */, + 8BB494222BBB5EB300515D8B /* CAGuard.h */, + 8BB494232BBB5EB300515D8B /* CAAtomic.h */, + 8BB494242BBB5EB300515D8B /* CAStreamBasicDescription.h */, + 8BB494252BBB5EB300515D8B /* CACFObject.h */, + 8BB494262BBB5EB300515D8B /* CAStreamRangedDescription.h */, + 8BB494272BBB5EB300515D8B /* CATokenMap.h */, + 8BB494282BBB5EB300515D8B /* CAComponent.h */, + 8BB494292BBB5EB300515D8B /* CAAudioBufferList.h */, + 8BB4942A2BBB5EB300515D8B /* CAAudioUnit.h */, + 8BB4942B2BBB5EB300515D8B /* CAAUParameter.h */, + 8BB4942C2BBB5EB300515D8B /* CAException.h */, + 8BB4942D2BBB5EB300515D8B /* CAAUProcessor.cpp */, + 8BB4942E2BBB5EB300515D8B /* CAAUProcessor.h */, + 8BB4942F2BBB5EB300515D8B /* CAProcess.h */, + 8BB494302BBB5EB300515D8B /* CACFDictionary.h */, + 8BB494312BBB5EB300515D8B /* CAPThread.h */, + 8BB494322BBB5EB300515D8B /* CAAUParameter.cpp */, + 8BB494332BBB5EB300515D8B /* CAAudioTimeStamp.h */, + 8BB494342BBB5EB300515D8B /* CAFilePathUtils.cpp */, + 8BB494352BBB5EB300515D8B /* CAAudioValueRange.h */, + 8BB494362BBB5EB300515D8B /* CAVectorUnitTypes.h */, + 8BB494372BBB5EB300515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB494382BBB5EB300515D8B /* CAGuard.cpp */, + 8BB494392BBB5EB300515D8B /* CACFNumber.h */, + 8BB4943A2BBB5EB300515D8B /* CACFDistributedNotification.cpp */, + 8BB4943B2BBB5EB300515D8B /* CACFString.h */, + 8BB4943C2BBB5EB300515D8B /* CAAUMIDIMapManager.cpp */, + 8BB4943D2BBB5EB300515D8B /* CAComponentDescription.cpp */, + 8BB4943E2BBB5EB300515D8B /* CAHostTimeBase.h */, + 8BB4943F2BBB5EB300515D8B /* CADebugMacros.cpp */, + 8BB494402BBB5EB300515D8B /* CAAudioFileFormats.h */, + 8BB494412BBB5EB300515D8B /* CAAUMIDIMapManager.h */, + 8BB494422BBB5EB300515D8B /* CACFDictionary.cpp */, + 8BB494432BBB5EB300515D8B /* CAMutex.h */, + 8BB494442BBB5EB300515D8B /* CACFString.cpp */, + 8BB494452BBB5EB300515D8B /* CASettingsStorage.h */, + 8BB494462BBB5EB300515D8B /* CADebugPrintf.h */, + 8BB494472BBB5EB300515D8B /* CAXException.cpp */, + 8BB494482BBB5EB300515D8B /* CAAUMIDIMap.h */, + 8BB494492BBB5EB300515D8B /* AUParamInfo.h */, + 8BB4944A2BBB5EB300515D8B /* CABitOperations.h */, + 8BB4944B2BBB5EB300515D8B /* CACFPreferences.cpp */, + 8BB4944C2BBB5EB300515D8B /* CABundleLocker.h */, + 8BB4944D2BBB5EB300515D8B /* CAPropertyAddress.h */, + 8BB4944E2BBB5EB300515D8B /* CAXException.h */, + 8BB4944F2BBB5EB300515D8B /* CAAudioChannelLayout.cpp */, + 8BB494502BBB5EB300515D8B /* CAThreadSafeList.h */, + 8BB494512BBB5EB300515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB494522BBB5EB300515D8B /* AUParamInfo.cpp */, + 8BB494532BBB5EB300515D8B /* CASharedLibrary.cpp */, + 8BB494542BBB5EB300515D8B /* CAAUMIDIMap.cpp */, + 8BB494552BBB5EB300515D8B /* CALogMacros.h */, + 8BB494562BBB5EB300515D8B /* CACFMessagePort.cpp */, + 8BB494572BBB5EB300515D8B /* CARingBuffer.h */, + 8BB494582BBB5EB300515D8B /* AUOutputBL.cpp */, + 8BB494592BBB5EB300515D8B /* CABufferList.h */, + 8BB4945A2BBB5EB300515D8B /* CASharedLibrary.h */, + 8BB4945B2BBB5EB300515D8B /* CACFData.h */, + 8BB4945C2BBB5EB300515D8B /* CAStreamRangedDescription.cpp */, + 8BB4945D2BBB5EB300515D8B /* CAPThread.cpp */, + 8BB4945E2BBB5EB300515D8B /* CAAutoDisposer.h */, + 8BB4945F2BBB5EB300515D8B /* CACFPreferences.h */, + 8BB494602BBB5EB300515D8B /* CAVectorUnit.cpp */, + 8BB494612BBB5EB300515D8B /* CAComponentDescription.h */, + 8BB494622BBB5EB300515D8B /* CADebugMacros.h */, + 8BB494632BBB5EB300515D8B /* AUOutputBL.h */, + 8BB494642BBB5EB300515D8B /* CADebugPrintf.cpp */, + 8BB494652BBB5EB300515D8B /* CARingBuffer.cpp */, + 8BB494662BBB5EB300515D8B /* CACFPlugIn.h */, + 8BB494672BBB5EB300515D8B /* CASettingsStorage.cpp */, + 8BB494682BBB5EB300515D8B /* CAMixMap.h */, + 8BB494692BBB5EB300515D8B /* CACFDistributedNotification.h */, + 8BB4946A2BBB5EB300515D8B /* CAFilePathUtils.h */, + 8BB4946B2BBB5EB300515D8B /* CATink.h */, + 8BB4946C2BBB5EB300515D8B /* CAStreamBasicDescription.cpp */, + 8BB4946D2BBB5EB300515D8B /* CAAudioChannelLayout.h */, + 8BB4946E2BBB5EB300515D8B /* CAProcess.cpp */, + 8BB4946F2BBB5EB300515D8B /* CAHostTimeBase.cpp */, + 8BB494702BBB5EB300515D8B /* CAPersistence.cpp */, + 8BB494712BBB5EB300515D8B /* CAAudioBufferList.cpp */, + 8BB494722BBB5EB300515D8B /* CAAudioTimeStamp.cpp */, + 8BB494732BBB5EB300515D8B /* CAVectorUnit.h */, + 8BB494742BBB5EB300515D8B /* CAByteOrder.h */, + 8BB494752BBB5EB300515D8B /* CACFArray.h */, + 8BB494762BBB5EB300515D8B /* CAAtomicStack.h */, + 8BB494772BBB5EB300515D8B /* CAReferenceCounted.h */, + 8BB494782BBB5EB300515D8B /* CACFMachPort.cpp */, + 8BB494792BBB5EB300515D8B /* CABufferList.cpp */, + 8BB4947A2BBB5EB300515D8B /* CAMutex.cpp */, + 8BB4947B2BBB5EB300515D8B /* CADebugger.cpp */, + 8BB4947C2BBB5EB300515D8B /* CABundleLocker.cpp */, + 8BB4947D2BBB5EB300515D8B /* CAAudioFileFormats.cpp */, + 8BB4947E2BBB5EB300515D8B /* CAMath.h */, + 8BB4947F2BBB5EB300515D8B /* CACFArray.cpp */, + 8BB494802BBB5EB300515D8B /* CACFMessagePort.h */, + 8BB494812BBB5EB300515D8B /* CAAudioValueRange.cpp */, + 8BB494822BBB5EB300515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB494832BBB5EB300515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB494842BBB5EB300515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB494842BBB5EB300515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB494852BBB5EB300515D8B /* AUViewBase */, + 8BB494872BBB5EB300515D8B /* AUBase */, + 8BB494972BBB5EB300515D8B /* OtherBases */, + 8BB4949A2BBB5EB300515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB494852BBB5EB300515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB494862BBB5EB300515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB494872BBB5EB300515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB494882BBB5EB300515D8B /* ComponentBase.cpp */, + 8BB494892BBB5EB300515D8B /* AUScopeElement.cpp */, + 8BB4948A2BBB5EB300515D8B /* ComponentBase.h */, + 8BB4948B2BBB5EB300515D8B /* AUBase.cpp */, + 8BB4948C2BBB5EB300515D8B /* AUInputElement.h */, + 8BB4948D2BBB5EB300515D8B /* AUBase.h */, + 8BB4948E2BBB5EB300515D8B /* AUPlugInDispatch.h */, + 8BB4948F2BBB5EB300515D8B /* AUDispatch.h */, + 8BB494902BBB5EB300515D8B /* AUOutputElement.cpp */, + 8BB494912BBB5EB300515D8B /* AUResources.r */, + 8BB494922BBB5EB300515D8B /* AUPlugInDispatch.cpp */, + 8BB494932BBB5EB300515D8B /* AUOutputElement.h */, + 8BB494942BBB5EB300515D8B /* AUDispatch.cpp */, + 8BB494952BBB5EB300515D8B /* AUScopeElement.h */, + 8BB494962BBB5EB300515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB494972BBB5EB300515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB494982BBB5EB300515D8B /* AUEffectBase.cpp */, + 8BB494992BBB5EB300515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB4949A2BBB5EB300515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB4949B2BBB5EB300515D8B /* AUTimestampGenerator.h */, + 8BB4949C2BBB5EB300515D8B /* AUBaseHelper.cpp */, + 8BB4949D2BBB5EB300515D8B /* AUSilentTimeout.h */, + 8BB4949E2BBB5EB300515D8B /* AUInputFormatConverter.h */, + 8BB4949F2BBB5EB300515D8B /* AUTimestampGenerator.cpp */, + 8BB494A02BBB5EB300515D8B /* AUBuffer.cpp */, + 8BB494A12BBB5EB300515D8B /* AUMIDIDefs.h */, + 8BB494A22BBB5EB300515D8B /* AUBuffer.h */, + 8BB494A32BBB5EB300515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB494D42BBB5EB300515D8B /* CABundleLocker.h in Headers */, + 8BB494F52BBB5EB300515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB494EB2BBB5EB300515D8B /* AUOutputBL.h in Headers */, + 8BB494C62BBB5EB300515D8B /* CAHostTimeBase.h in Headers */, + 8BB4950E2BBB5EB300515D8B /* ComponentBase.h in Headers */, + 8BB494FE2BBB5EB300515D8B /* CAAtomicStack.h in Headers */, + 8BB494BB2BBB5EB300515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB494D82BBB5EB300515D8B /* CAThreadSafeList.h in Headers */, + 8BB494B32BBB5EB300515D8B /* CAAUParameter.h in Headers */, + 8BB495242BBB5EB300515D8B /* AUBaseHelper.h in Headers */, + 8BB4951C2BBB5EB300515D8B /* AUTimestampGenerator.h in Headers */, + 8BB494CE2BBB5EB300515D8B /* CADebugPrintf.h in Headers */, + 8BB495082BBB5EB300515D8B /* CACFMessagePort.h in Headers */, + 8BB494B62BBB5EB300515D8B /* CAAUProcessor.h in Headers */, + 8BB494B22BBB5EB300515D8B /* CAAudioUnit.h in Headers */, + 8BB4950B2BBB5EB300515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB494F12BBB5EB300515D8B /* CACFDistributedNotification.h in Headers */, + 8BB494B02BBB5EB300515D8B /* CAComponent.h in Headers */, + 8BB494BE2BBB5EB300515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* ConsoleXChannelVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB494F22BBB5EB300515D8B /* CAFilePathUtils.h in Headers */, + 8BB494B42BBB5EB300515D8B /* CAException.h in Headers */, + 8BB494AB2BBB5EB300515D8B /* CAAtomic.h in Headers */, + 8BB494AA2BBB5EB300515D8B /* CAGuard.h in Headers */, + 8BB495102BBB5EB300515D8B /* AUInputElement.h in Headers */, + 8BB494E72BBB5EB300515D8B /* CACFPreferences.h in Headers */, + 8BB494FC2BBB5EB300515D8B /* CAByteOrder.h in Headers */, + 8BB494DF2BBB5EB300515D8B /* CARingBuffer.h in Headers */, + 8BB494A62BBB5EB300515D8B /* CABool.h in Headers */, + 8BB494CB2BBB5EB300515D8B /* CAMutex.h in Headers */, + 8BB495112BBB5EB300515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* ConsoleXChannel.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB494C32BBB5EB300515D8B /* CACFString.h in Headers */, + 8BB494E22BBB5EB300515D8B /* CASharedLibrary.h in Headers */, + 8BB494AF2BBB5EB300515D8B /* CATokenMap.h in Headers */, + 8BB494A42BBB5EB300515D8B /* CAExtAudioFile.h in Headers */, + 8BB494B92BBB5EB300515D8B /* CAPThread.h in Headers */, + 8BB494D52BBB5EB300515D8B /* CAPropertyAddress.h in Headers */, + 8BB494FF2BBB5EB300515D8B /* CAReferenceCounted.h in Headers */, + 8BB495232BBB5EB300515D8B /* AUBuffer.h in Headers */, + 8BB495062BBB5EB300515D8B /* CAMath.h in Headers */, + 8BB494E62BBB5EB300515D8B /* CAAutoDisposer.h in Headers */, + 8BB494AD2BBB5EB300515D8B /* CACFObject.h in Headers */, + 8BB494CD2BBB5EB300515D8B /* CASettingsStorage.h in Headers */, + 8BB494D62BBB5EB300515D8B /* CAXException.h in Headers */, + 8BB494F32BBB5EB300515D8B /* CATink.h in Headers */, + 8BB4951F2BBB5EB300515D8B /* AUInputFormatConverter.h in Headers */, + 8BB494FB2BBB5EB300515D8B /* CAVectorUnit.h in Headers */, + 8BB494B72BBB5EB300515D8B /* CAProcess.h in Headers */, + 8BB494BD2BBB5EB300515D8B /* CAAudioValueRange.h in Headers */, + 8BB494D22BBB5EB300515D8B /* CABitOperations.h in Headers */, + 8BB494C82BBB5EB300515D8B /* CAAudioFileFormats.h in Headers */, + 8BB494C12BBB5EB300515D8B /* CACFNumber.h in Headers */, + 8BB494D92BBB5EB300515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB494EA2BBB5EB300515D8B /* CADebugMacros.h in Headers */, + 8BB495222BBB5EB300515D8B /* AUMIDIDefs.h in Headers */, + 8BB494E32BBB5EB300515D8B /* CACFData.h in Headers */, + 8BB494AC2BBB5EB300515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB495122BBB5EB300515D8B /* AUPlugInDispatch.h in Headers */, + 8BB494AE2BBB5EB300515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB494EE2BBB5EB300515D8B /* CACFPlugIn.h in Headers */, + 8BB494B12BBB5EB300515D8B /* CAAudioBufferList.h in Headers */, + 8BB494C92BBB5EB300515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB4951B2BBB5EB300515D8B /* AUEffectBase.h in Headers */, + 8BB494B82BBB5EB300515D8B /* CACFDictionary.h in Headers */, + 8BB495182BBB5EB300515D8B /* AUScopeElement.h in Headers */, + 8BB494E92BBB5EB300515D8B /* CAComponentDescription.h in Headers */, + 8BB4951E2BBB5EB300515D8B /* AUSilentTimeout.h in Headers */, + 8BB494E12BBB5EB300515D8B /* CABufferList.h in Headers */, + 8BB495132BBB5EB300515D8B /* AUDispatch.h in Headers */, + 8BB495162BBB5EB300515D8B /* AUOutputElement.h in Headers */, + 8BB494DD2BBB5EB300515D8B /* CALogMacros.h in Headers */, + 8BB494D12BBB5EB300515D8B /* AUParamInfo.h in Headers */, + 8BB494F02BBB5EB300515D8B /* CAMixMap.h in Headers */, + 8BB494FD2BBB5EB300515D8B /* CACFArray.h in Headers */, + 8BB494A52BBB5EB300515D8B /* CACFMachPort.h in Headers */, + 8BB494D02BBB5EB300515D8B /* CAAUMIDIMap.h in Headers */, + 8BB494A82BBB5EB300515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "ConsoleXChannel" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + de, + fr, + Base, + en, + ja, ); mainGroup = 089C166AFE841209C02AAC07 /* ConsoleXChannel */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* ConsoleXChannel.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB494E02BBB5EB300515D8B /* AUOutputBL.cpp in Sources */, + 8BB495052BBB5EB300515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB494F72BBB5EB300515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB494CF2BBB5EB300515D8B /* CAXException.cpp in Sources */, + 8BB494F92BBB5EB300515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB494BC2BBB5EB300515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB494BA2BBB5EB300515D8B /* CAAUParameter.cpp in Sources */, + 8BB494DC2BBB5EB300515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB495092BBB5EB300515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB495172BBB5EB300515D8B /* AUDispatch.cpp in Sources */, + 8BB494D32BBB5EB300515D8B /* CACFPreferences.cpp in Sources */, + 8BB495152BBB5EB300515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB494B52BBB5EB300515D8B /* CAAUProcessor.cpp in Sources */, + 8BB494CA2BBB5EB300515D8B /* CACFDictionary.cpp in Sources */, + 8BB4951D2BBB5EB300515D8B /* AUBaseHelper.cpp in Sources */, + 8BB495032BBB5EB300515D8B /* CADebugger.cpp in Sources */, + 8BB494D72BBB5EB300515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB494DA2BBB5EB300515D8B /* AUParamInfo.cpp in Sources */, + 8BB494F82BBB5EB300515D8B /* CAPersistence.cpp in Sources */, + 8BB494EC2BBB5EB300515D8B /* CADebugPrintf.cpp in Sources */, + 8BB495202BBB5EB300515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB494F42BBB5EB300515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB494C42BBB5EB300515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB494EF2BBB5EB300515D8B /* CASettingsStorage.cpp in Sources */, + 8BB495142BBB5EB300515D8B /* AUOutputElement.cpp in Sources */, + 8BB494C02BBB5EB300515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* ConsoleXChannel.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB495022BBB5EB300515D8B /* CAMutex.cpp in Sources */, + 8BB4951A2BBB5EB300515D8B /* AUEffectBase.cpp in Sources */, + 8BB495002BBB5EB300515D8B /* CACFMachPort.cpp in Sources */, + 8BB4950F2BBB5EB300515D8B /* AUBase.cpp in Sources */, + 8BB494DB2BBB5EB300515D8B /* CASharedLibrary.cpp in Sources */, + 8BB494C22BBB5EB300515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB494C52BBB5EB300515D8B /* CAComponentDescription.cpp in Sources */, + 8BB494CC2BBB5EB300515D8B /* CACFString.cpp in Sources */, + 8BB4950C2BBB5EB300515D8B /* ComponentBase.cpp in Sources */, + 8BB494ED2BBB5EB300515D8B /* CARingBuffer.cpp in Sources */, + 8BB4950D2BBB5EB300515D8B /* AUScopeElement.cpp in Sources */, + 8BB4950A2BBB5EB300515D8B /* CAAudioUnit.cpp in Sources */, + 8BB495072BBB5EB300515D8B /* CACFArray.cpp in Sources */, + 8BB495042BBB5EB300515D8B /* CABundleLocker.cpp in Sources */, + 8BB494F62BBB5EB300515D8B /* CAProcess.cpp in Sources */, + 8BB494E42BBB5EB300515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB494E52BBB5EB300515D8B /* CAPThread.cpp in Sources */, + 8BB494A72BBB5EB300515D8B /* CAComponent.cpp in Sources */, + 8BB494BF2BBB5EB300515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB494FA2BBB5EB300515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB495012BBB5EB300515D8B /* CABufferList.cpp in Sources */, + 8BB494DE2BBB5EB300515D8B /* CACFMessagePort.cpp in Sources */, + 8BB494E82BBB5EB300515D8B /* CAVectorUnit.cpp in Sources */, + 8BB495192BBB5EB300515D8B /* AUInputElement.cpp in Sources */, + 8BB495212BBB5EB300515D8B /* AUBuffer.cpp in Sources */, + 8BB494C72BBB5EB300515D8B /* CADebugMacros.cpp in Sources */, + 8BB494A92BBB5EB300515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB495252BBB5EE300515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXChannel.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXChannel; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXChannel.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXChannel; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..81fc39321 Binary files /dev/null and b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcshareddata/xcschemes/ConsoleXChannel.xcscheme b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcshareddata/xcschemes/ConsoleXChannel.xcscheme new file mode 100644 index 000000000..15da113fe --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcshareddata/xcschemes/ConsoleXChannel.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..c89f4700c --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + ConsoleXChannel.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/ConsoleXChannel/Info.plist b/plugins/MacSignedAU/ConsoleXChannel/Info.plist index 12f0517b5..889bdc96f 100755 --- a/plugins/MacSignedAU/ConsoleXChannel/Info.plist +++ b/plugins/MacSignedAU/ConsoleXChannel/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cnxc + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/ConsoleXChannel/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/ConsoleXChannel/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/ConsoleXChannel/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/ConsoleXChannel/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.cpp b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.cpp index 7d06bf79a..cd7ed45b1 100755 --- a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.cpp +++ b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(ConsoleXSubIn) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, ConsoleXSubIn) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.exp b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.exp index c080c47c9..5392d7d3c 100755 --- a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.exp +++ b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.exp @@ -1 +1,2 @@ _ConsoleXSubInEntry +_ConsoleXSubInFactory diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj index 2fb1815cf..e3d60b9bd 100755 --- a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* ConsoleXSubIn.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* ConsoleXSubIn.r */; }; 8BA05A6B0720730100365D66 /* ConsoleXSubIn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* ConsoleXSubIn.cpp */; }; 8BA05A6E0720730100365D66 /* ConsoleXSubInVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* ConsoleXSubInVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB49D0B2BBB63C900515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C832BBB63C900515D8B /* CAExtAudioFile.h */; }; + 8BB49D0C2BBB63C900515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C842BBB63C900515D8B /* CACFMachPort.h */; }; + 8BB49D0D2BBB63C900515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C852BBB63C900515D8B /* CABool.h */; }; + 8BB49D0E2BBB63C900515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49C862BBB63C900515D8B /* CAComponent.cpp */; }; + 8BB49D0F2BBB63C900515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C872BBB63C900515D8B /* CADebugger.h */; }; + 8BB49D102BBB63C900515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49C882BBB63C900515D8B /* CACFNumber.cpp */; }; + 8BB49D112BBB63C900515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C892BBB63C900515D8B /* CAGuard.h */; }; + 8BB49D122BBB63C900515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C8A2BBB63C900515D8B /* CAAtomic.h */; }; + 8BB49D132BBB63C900515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C8B2BBB63C900515D8B /* CAStreamBasicDescription.h */; }; + 8BB49D142BBB63C900515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C8C2BBB63C900515D8B /* CACFObject.h */; }; + 8BB49D152BBB63C900515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C8D2BBB63C900515D8B /* CAStreamRangedDescription.h */; }; + 8BB49D162BBB63C900515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C8E2BBB63C900515D8B /* CATokenMap.h */; }; + 8BB49D172BBB63C900515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C8F2BBB63C900515D8B /* CAComponent.h */; }; + 8BB49D182BBB63C900515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C902BBB63C900515D8B /* CAAudioBufferList.h */; }; + 8BB49D192BBB63C900515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C912BBB63C900515D8B /* CAAudioUnit.h */; }; + 8BB49D1A2BBB63C900515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C922BBB63C900515D8B /* CAAUParameter.h */; }; + 8BB49D1B2BBB63C900515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C932BBB63C900515D8B /* CAException.h */; }; + 8BB49D1C2BBB63C900515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49C942BBB63C900515D8B /* CAAUProcessor.cpp */; }; + 8BB49D1D2BBB63C900515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C952BBB63C900515D8B /* CAAUProcessor.h */; }; + 8BB49D1E2BBB63C900515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C962BBB63C900515D8B /* CAProcess.h */; }; + 8BB49D1F2BBB63C900515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C972BBB63C900515D8B /* CACFDictionary.h */; }; + 8BB49D202BBB63C900515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C982BBB63C900515D8B /* CAPThread.h */; }; + 8BB49D212BBB63C900515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49C992BBB63C900515D8B /* CAAUParameter.cpp */; }; + 8BB49D222BBB63C900515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C9A2BBB63C900515D8B /* CAAudioTimeStamp.h */; }; + 8BB49D232BBB63C900515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49C9B2BBB63C900515D8B /* CAFilePathUtils.cpp */; }; + 8BB49D242BBB63C900515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C9C2BBB63C900515D8B /* CAAudioValueRange.h */; }; + 8BB49D252BBB63C900515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49C9D2BBB63C900515D8B /* CAVectorUnitTypes.h */; }; + 8BB49D262BBB63C900515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49C9E2BBB63C900515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB49D272BBB63C900515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49C9F2BBB63C900515D8B /* CAGuard.cpp */; }; + 8BB49D282BBB63C900515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CA02BBB63C900515D8B /* CACFNumber.h */; }; + 8BB49D292BBB63C900515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CA12BBB63C900515D8B /* CACFDistributedNotification.cpp */; }; + 8BB49D2A2BBB63C900515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CA22BBB63C900515D8B /* CACFString.h */; }; + 8BB49D2B2BBB63C900515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CA32BBB63C900515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB49D2C2BBB63C900515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CA42BBB63C900515D8B /* CAComponentDescription.cpp */; }; + 8BB49D2D2BBB63C900515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CA52BBB63C900515D8B /* CAHostTimeBase.h */; }; + 8BB49D2E2BBB63C900515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CA62BBB63C900515D8B /* CADebugMacros.cpp */; }; + 8BB49D2F2BBB63C900515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CA72BBB63C900515D8B /* CAAudioFileFormats.h */; }; + 8BB49D302BBB63C900515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CA82BBB63C900515D8B /* CAAUMIDIMapManager.h */; }; + 8BB49D312BBB63C900515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CA92BBB63C900515D8B /* CACFDictionary.cpp */; }; + 8BB49D322BBB63C900515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CAA2BBB63C900515D8B /* CAMutex.h */; }; + 8BB49D332BBB63C900515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CAB2BBB63C900515D8B /* CACFString.cpp */; }; + 8BB49D342BBB63C900515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CAC2BBB63C900515D8B /* CASettingsStorage.h */; }; + 8BB49D352BBB63C900515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CAD2BBB63C900515D8B /* CADebugPrintf.h */; }; + 8BB49D362BBB63C900515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CAE2BBB63C900515D8B /* CAXException.cpp */; }; + 8BB49D372BBB63C900515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CAF2BBB63C900515D8B /* CAAUMIDIMap.h */; }; + 8BB49D382BBB63C900515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CB02BBB63C900515D8B /* AUParamInfo.h */; }; + 8BB49D392BBB63C900515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CB12BBB63C900515D8B /* CABitOperations.h */; }; + 8BB49D3A2BBB63C900515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CB22BBB63C900515D8B /* CACFPreferences.cpp */; }; + 8BB49D3B2BBB63C900515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CB32BBB63C900515D8B /* CABundleLocker.h */; }; + 8BB49D3C2BBB63C900515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CB42BBB63C900515D8B /* CAPropertyAddress.h */; }; + 8BB49D3D2BBB63C900515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CB52BBB63C900515D8B /* CAXException.h */; }; + 8BB49D3E2BBB63C900515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CB62BBB63C900515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB49D3F2BBB63C900515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CB72BBB63C900515D8B /* CAThreadSafeList.h */; }; + 8BB49D402BBB63C900515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CB82BBB63C900515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB49D412BBB63C900515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CB92BBB63C900515D8B /* AUParamInfo.cpp */; }; + 8BB49D422BBB63C900515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CBA2BBB63C900515D8B /* CASharedLibrary.cpp */; }; + 8BB49D432BBB63C900515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CBB2BBB63C900515D8B /* CAAUMIDIMap.cpp */; }; + 8BB49D442BBB63C900515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CBC2BBB63C900515D8B /* CALogMacros.h */; }; + 8BB49D452BBB63C900515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CBD2BBB63C900515D8B /* CACFMessagePort.cpp */; }; + 8BB49D462BBB63C900515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CBE2BBB63C900515D8B /* CARingBuffer.h */; }; + 8BB49D472BBB63C900515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CBF2BBB63C900515D8B /* AUOutputBL.cpp */; }; + 8BB49D482BBB63C900515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CC02BBB63C900515D8B /* CABufferList.h */; }; + 8BB49D492BBB63C900515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CC12BBB63C900515D8B /* CASharedLibrary.h */; }; + 8BB49D4A2BBB63C900515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CC22BBB63C900515D8B /* CACFData.h */; }; + 8BB49D4B2BBB63C900515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CC32BBB63C900515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB49D4C2BBB63C900515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CC42BBB63C900515D8B /* CAPThread.cpp */; }; + 8BB49D4D2BBB63C900515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CC52BBB63C900515D8B /* CAAutoDisposer.h */; }; + 8BB49D4E2BBB63C900515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CC62BBB63C900515D8B /* CACFPreferences.h */; }; + 8BB49D4F2BBB63C900515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CC72BBB63C900515D8B /* CAVectorUnit.cpp */; }; + 8BB49D502BBB63C900515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CC82BBB63C900515D8B /* CAComponentDescription.h */; }; + 8BB49D512BBB63C900515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CC92BBB63C900515D8B /* CADebugMacros.h */; }; + 8BB49D522BBB63C900515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CCA2BBB63C900515D8B /* AUOutputBL.h */; }; + 8BB49D532BBB63C900515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CCB2BBB63C900515D8B /* CADebugPrintf.cpp */; }; + 8BB49D542BBB63C900515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CCC2BBB63C900515D8B /* CARingBuffer.cpp */; }; + 8BB49D552BBB63C900515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CCD2BBB63C900515D8B /* CACFPlugIn.h */; }; + 8BB49D562BBB63C900515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CCE2BBB63C900515D8B /* CASettingsStorage.cpp */; }; + 8BB49D572BBB63C900515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CCF2BBB63C900515D8B /* CAMixMap.h */; }; + 8BB49D582BBB63C900515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CD02BBB63C900515D8B /* CACFDistributedNotification.h */; }; + 8BB49D592BBB63C900515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CD12BBB63C900515D8B /* CAFilePathUtils.h */; }; + 8BB49D5A2BBB63C900515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CD22BBB63C900515D8B /* CATink.h */; }; + 8BB49D5B2BBB63C900515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CD32BBB63C900515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB49D5C2BBB63C900515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CD42BBB63C900515D8B /* CAAudioChannelLayout.h */; }; + 8BB49D5D2BBB63C900515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CD52BBB63C900515D8B /* CAProcess.cpp */; }; + 8BB49D5E2BBB63C900515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CD62BBB63C900515D8B /* CAHostTimeBase.cpp */; }; + 8BB49D5F2BBB63C900515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CD72BBB63C900515D8B /* CAPersistence.cpp */; }; + 8BB49D602BBB63C900515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CD82BBB63C900515D8B /* CAAudioBufferList.cpp */; }; + 8BB49D612BBB63C900515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CD92BBB63C900515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB49D622BBB63C900515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CDA2BBB63C900515D8B /* CAVectorUnit.h */; }; + 8BB49D632BBB63C900515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CDB2BBB63C900515D8B /* CAByteOrder.h */; }; + 8BB49D642BBB63C900515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CDC2BBB63C900515D8B /* CACFArray.h */; }; + 8BB49D652BBB63C900515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CDD2BBB63C900515D8B /* CAAtomicStack.h */; }; + 8BB49D662BBB63C900515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CDE2BBB63C900515D8B /* CAReferenceCounted.h */; }; + 8BB49D672BBB63C900515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CDF2BBB63C900515D8B /* CACFMachPort.cpp */; }; + 8BB49D682BBB63C900515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE02BBB63C900515D8B /* CABufferList.cpp */; }; + 8BB49D692BBB63C900515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE12BBB63C900515D8B /* CAMutex.cpp */; }; + 8BB49D6A2BBB63C900515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE22BBB63C900515D8B /* CADebugger.cpp */; }; + 8BB49D6B2BBB63C900515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE32BBB63C900515D8B /* CABundleLocker.cpp */; }; + 8BB49D6C2BBB63C900515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE42BBB63C900515D8B /* CAAudioFileFormats.cpp */; }; + 8BB49D6D2BBB63C900515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CE52BBB63C900515D8B /* CAMath.h */; }; + 8BB49D6E2BBB63C900515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE62BBB63C900515D8B /* CACFArray.cpp */; }; + 8BB49D6F2BBB63C900515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CE72BBB63C900515D8B /* CACFMessagePort.h */; }; + 8BB49D702BBB63C900515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE82BBB63C900515D8B /* CAAudioValueRange.cpp */; }; + 8BB49D712BBB63C900515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CE92BBB63C900515D8B /* CAAudioUnit.cpp */; }; + 8BB49D722BBB63C900515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CED2BBB63C900515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB49D732BBB63C900515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CEF2BBB63C900515D8B /* ComponentBase.cpp */; }; + 8BB49D742BBB63C900515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CF02BBB63C900515D8B /* AUScopeElement.cpp */; }; + 8BB49D752BBB63C900515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CF12BBB63C900515D8B /* ComponentBase.h */; }; + 8BB49D762BBB63C900515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CF22BBB63C900515D8B /* AUBase.cpp */; }; + 8BB49D772BBB63C900515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CF32BBB63C900515D8B /* AUInputElement.h */; }; + 8BB49D782BBB63C900515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CF42BBB63C900515D8B /* AUBase.h */; }; + 8BB49D792BBB63C900515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CF52BBB63C900515D8B /* AUPlugInDispatch.h */; }; + 8BB49D7A2BBB63C900515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CF62BBB63C900515D8B /* AUDispatch.h */; }; + 8BB49D7B2BBB63C900515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CF72BBB63C900515D8B /* AUOutputElement.cpp */; }; + 8BB49D7D2BBB63C900515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CF92BBB63C900515D8B /* AUPlugInDispatch.cpp */; }; + 8BB49D7E2BBB63C900515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CFA2BBB63C900515D8B /* AUOutputElement.h */; }; + 8BB49D7F2BBB63C900515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CFB2BBB63C900515D8B /* AUDispatch.cpp */; }; + 8BB49D802BBB63C900515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49CFC2BBB63C900515D8B /* AUScopeElement.h */; }; + 8BB49D812BBB63C900515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CFD2BBB63C900515D8B /* AUInputElement.cpp */; }; + 8BB49D822BBB63C900515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49CFF2BBB63C900515D8B /* AUEffectBase.cpp */; }; + 8BB49D832BBB63C900515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49D002BBB63C900515D8B /* AUEffectBase.h */; }; + 8BB49D842BBB63C900515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49D022BBB63C900515D8B /* AUTimestampGenerator.h */; }; + 8BB49D852BBB63C900515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49D032BBB63C900515D8B /* AUBaseHelper.cpp */; }; + 8BB49D862BBB63C900515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49D042BBB63C900515D8B /* AUSilentTimeout.h */; }; + 8BB49D872BBB63C900515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49D052BBB63C900515D8B /* AUInputFormatConverter.h */; }; + 8BB49D882BBB63C900515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49D062BBB63C900515D8B /* AUTimestampGenerator.cpp */; }; + 8BB49D892BBB63C900515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49D072BBB63C900515D8B /* AUBuffer.cpp */; }; + 8BB49D8A2BBB63C900515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49D082BBB63C900515D8B /* AUMIDIDefs.h */; }; + 8BB49D8B2BBB63C900515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49D092BBB63C900515D8B /* AUBuffer.h */; }; + 8BB49D8C2BBB63C900515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49D0A2BBB63C900515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* ConsoleXSubIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* ConsoleXSubIn.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* ConsoleXSubIn.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleXSubIn.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* ConsoleXSubIn.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = ConsoleXSubIn.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* ConsoleXSubIn.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = ConsoleXSubIn.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* ConsoleXSubInVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXSubInVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB49C832BBB63C900515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB49C842BBB63C900515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB49C852BBB63C900515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB49C862BBB63C900515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB49C872BBB63C900515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB49C882BBB63C900515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB49C892BBB63C900515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB49C8A2BBB63C900515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB49C8B2BBB63C900515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB49C8C2BBB63C900515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB49C8D2BBB63C900515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB49C8E2BBB63C900515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB49C8F2BBB63C900515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB49C902BBB63C900515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB49C912BBB63C900515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB49C922BBB63C900515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB49C932BBB63C900515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB49C942BBB63C900515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB49C952BBB63C900515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB49C962BBB63C900515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB49C972BBB63C900515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB49C982BBB63C900515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB49C992BBB63C900515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB49C9A2BBB63C900515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB49C9B2BBB63C900515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB49C9C2BBB63C900515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB49C9D2BBB63C900515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB49C9E2BBB63C900515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB49C9F2BBB63C900515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB49CA02BBB63C900515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB49CA12BBB63C900515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB49CA22BBB63C900515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB49CA32BBB63C900515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB49CA42BBB63C900515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB49CA52BBB63C900515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB49CA62BBB63C900515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB49CA72BBB63C900515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB49CA82BBB63C900515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB49CA92BBB63C900515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB49CAA2BBB63C900515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB49CAB2BBB63C900515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB49CAC2BBB63C900515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB49CAD2BBB63C900515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB49CAE2BBB63C900515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB49CAF2BBB63C900515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB49CB02BBB63C900515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB49CB12BBB63C900515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB49CB22BBB63C900515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB49CB32BBB63C900515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB49CB42BBB63C900515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB49CB52BBB63C900515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB49CB62BBB63C900515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB49CB72BBB63C900515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB49CB82BBB63C900515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB49CB92BBB63C900515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB49CBA2BBB63C900515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB49CBB2BBB63C900515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB49CBC2BBB63C900515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB49CBD2BBB63C900515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB49CBE2BBB63C900515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB49CBF2BBB63C900515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB49CC02BBB63C900515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB49CC12BBB63C900515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB49CC22BBB63C900515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB49CC32BBB63C900515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB49CC42BBB63C900515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB49CC52BBB63C900515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB49CC62BBB63C900515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB49CC72BBB63C900515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB49CC82BBB63C900515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB49CC92BBB63C900515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB49CCA2BBB63C900515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB49CCB2BBB63C900515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB49CCC2BBB63C900515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB49CCD2BBB63C900515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB49CCE2BBB63C900515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB49CCF2BBB63C900515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB49CD02BBB63C900515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB49CD12BBB63C900515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB49CD22BBB63C900515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB49CD32BBB63C900515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB49CD42BBB63C900515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB49CD52BBB63C900515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB49CD62BBB63C900515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB49CD72BBB63C900515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB49CD82BBB63C900515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB49CD92BBB63C900515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB49CDA2BBB63C900515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB49CDB2BBB63C900515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB49CDC2BBB63C900515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB49CDD2BBB63C900515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB49CDE2BBB63C900515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB49CDF2BBB63C900515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB49CE02BBB63C900515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB49CE12BBB63C900515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB49CE22BBB63C900515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB49CE32BBB63C900515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB49CE42BBB63C900515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB49CE52BBB63C900515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB49CE62BBB63C900515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB49CE72BBB63C900515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB49CE82BBB63C900515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB49CE92BBB63C900515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB49CED2BBB63C900515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB49CEF2BBB63C900515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB49CF02BBB63C900515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB49CF12BBB63C900515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB49CF22BBB63C900515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB49CF32BBB63C900515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB49CF42BBB63C900515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB49CF52BBB63C900515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB49CF62BBB63C900515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB49CF72BBB63C900515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB49CF82BBB63C900515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB49CF92BBB63C900515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB49CFA2BBB63C900515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB49CFB2BBB63C900515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB49CFC2BBB63C900515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB49CFD2BBB63C900515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB49CFF2BBB63C900515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB49D002BBB63C900515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB49D022BBB63C900515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB49D032BBB63C900515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB49D042BBB63C900515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB49D052BBB63C900515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB49D062BBB63C900515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB49D072BBB63C900515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB49D082BBB63C900515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB49D092BBB63C900515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB49D0A2BBB63C900515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB49D8D2BBB644200515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* ConsoleXSubIn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXSubIn.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* ConsoleXSubIn.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXSubIn.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB49C812BBB63C900515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB49C812BBB63C900515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB49C822BBB63C900515D8B /* PublicUtility */, + 8BB49CEA2BBB63C900515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB49C822BBB63C900515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB49C832BBB63C900515D8B /* CAExtAudioFile.h */, + 8BB49C842BBB63C900515D8B /* CACFMachPort.h */, + 8BB49C852BBB63C900515D8B /* CABool.h */, + 8BB49C862BBB63C900515D8B /* CAComponent.cpp */, + 8BB49C872BBB63C900515D8B /* CADebugger.h */, + 8BB49C882BBB63C900515D8B /* CACFNumber.cpp */, + 8BB49C892BBB63C900515D8B /* CAGuard.h */, + 8BB49C8A2BBB63C900515D8B /* CAAtomic.h */, + 8BB49C8B2BBB63C900515D8B /* CAStreamBasicDescription.h */, + 8BB49C8C2BBB63C900515D8B /* CACFObject.h */, + 8BB49C8D2BBB63C900515D8B /* CAStreamRangedDescription.h */, + 8BB49C8E2BBB63C900515D8B /* CATokenMap.h */, + 8BB49C8F2BBB63C900515D8B /* CAComponent.h */, + 8BB49C902BBB63C900515D8B /* CAAudioBufferList.h */, + 8BB49C912BBB63C900515D8B /* CAAudioUnit.h */, + 8BB49C922BBB63C900515D8B /* CAAUParameter.h */, + 8BB49C932BBB63C900515D8B /* CAException.h */, + 8BB49C942BBB63C900515D8B /* CAAUProcessor.cpp */, + 8BB49C952BBB63C900515D8B /* CAAUProcessor.h */, + 8BB49C962BBB63C900515D8B /* CAProcess.h */, + 8BB49C972BBB63C900515D8B /* CACFDictionary.h */, + 8BB49C982BBB63C900515D8B /* CAPThread.h */, + 8BB49C992BBB63C900515D8B /* CAAUParameter.cpp */, + 8BB49C9A2BBB63C900515D8B /* CAAudioTimeStamp.h */, + 8BB49C9B2BBB63C900515D8B /* CAFilePathUtils.cpp */, + 8BB49C9C2BBB63C900515D8B /* CAAudioValueRange.h */, + 8BB49C9D2BBB63C900515D8B /* CAVectorUnitTypes.h */, + 8BB49C9E2BBB63C900515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB49C9F2BBB63C900515D8B /* CAGuard.cpp */, + 8BB49CA02BBB63C900515D8B /* CACFNumber.h */, + 8BB49CA12BBB63C900515D8B /* CACFDistributedNotification.cpp */, + 8BB49CA22BBB63C900515D8B /* CACFString.h */, + 8BB49CA32BBB63C900515D8B /* CAAUMIDIMapManager.cpp */, + 8BB49CA42BBB63C900515D8B /* CAComponentDescription.cpp */, + 8BB49CA52BBB63C900515D8B /* CAHostTimeBase.h */, + 8BB49CA62BBB63C900515D8B /* CADebugMacros.cpp */, + 8BB49CA72BBB63C900515D8B /* CAAudioFileFormats.h */, + 8BB49CA82BBB63C900515D8B /* CAAUMIDIMapManager.h */, + 8BB49CA92BBB63C900515D8B /* CACFDictionary.cpp */, + 8BB49CAA2BBB63C900515D8B /* CAMutex.h */, + 8BB49CAB2BBB63C900515D8B /* CACFString.cpp */, + 8BB49CAC2BBB63C900515D8B /* CASettingsStorage.h */, + 8BB49CAD2BBB63C900515D8B /* CADebugPrintf.h */, + 8BB49CAE2BBB63C900515D8B /* CAXException.cpp */, + 8BB49CAF2BBB63C900515D8B /* CAAUMIDIMap.h */, + 8BB49CB02BBB63C900515D8B /* AUParamInfo.h */, + 8BB49CB12BBB63C900515D8B /* CABitOperations.h */, + 8BB49CB22BBB63C900515D8B /* CACFPreferences.cpp */, + 8BB49CB32BBB63C900515D8B /* CABundleLocker.h */, + 8BB49CB42BBB63C900515D8B /* CAPropertyAddress.h */, + 8BB49CB52BBB63C900515D8B /* CAXException.h */, + 8BB49CB62BBB63C900515D8B /* CAAudioChannelLayout.cpp */, + 8BB49CB72BBB63C900515D8B /* CAThreadSafeList.h */, + 8BB49CB82BBB63C900515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB49CB92BBB63C900515D8B /* AUParamInfo.cpp */, + 8BB49CBA2BBB63C900515D8B /* CASharedLibrary.cpp */, + 8BB49CBB2BBB63C900515D8B /* CAAUMIDIMap.cpp */, + 8BB49CBC2BBB63C900515D8B /* CALogMacros.h */, + 8BB49CBD2BBB63C900515D8B /* CACFMessagePort.cpp */, + 8BB49CBE2BBB63C900515D8B /* CARingBuffer.h */, + 8BB49CBF2BBB63C900515D8B /* AUOutputBL.cpp */, + 8BB49CC02BBB63C900515D8B /* CABufferList.h */, + 8BB49CC12BBB63C900515D8B /* CASharedLibrary.h */, + 8BB49CC22BBB63C900515D8B /* CACFData.h */, + 8BB49CC32BBB63C900515D8B /* CAStreamRangedDescription.cpp */, + 8BB49CC42BBB63C900515D8B /* CAPThread.cpp */, + 8BB49CC52BBB63C900515D8B /* CAAutoDisposer.h */, + 8BB49CC62BBB63C900515D8B /* CACFPreferences.h */, + 8BB49CC72BBB63C900515D8B /* CAVectorUnit.cpp */, + 8BB49CC82BBB63C900515D8B /* CAComponentDescription.h */, + 8BB49CC92BBB63C900515D8B /* CADebugMacros.h */, + 8BB49CCA2BBB63C900515D8B /* AUOutputBL.h */, + 8BB49CCB2BBB63C900515D8B /* CADebugPrintf.cpp */, + 8BB49CCC2BBB63C900515D8B /* CARingBuffer.cpp */, + 8BB49CCD2BBB63C900515D8B /* CACFPlugIn.h */, + 8BB49CCE2BBB63C900515D8B /* CASettingsStorage.cpp */, + 8BB49CCF2BBB63C900515D8B /* CAMixMap.h */, + 8BB49CD02BBB63C900515D8B /* CACFDistributedNotification.h */, + 8BB49CD12BBB63C900515D8B /* CAFilePathUtils.h */, + 8BB49CD22BBB63C900515D8B /* CATink.h */, + 8BB49CD32BBB63C900515D8B /* CAStreamBasicDescription.cpp */, + 8BB49CD42BBB63C900515D8B /* CAAudioChannelLayout.h */, + 8BB49CD52BBB63C900515D8B /* CAProcess.cpp */, + 8BB49CD62BBB63C900515D8B /* CAHostTimeBase.cpp */, + 8BB49CD72BBB63C900515D8B /* CAPersistence.cpp */, + 8BB49CD82BBB63C900515D8B /* CAAudioBufferList.cpp */, + 8BB49CD92BBB63C900515D8B /* CAAudioTimeStamp.cpp */, + 8BB49CDA2BBB63C900515D8B /* CAVectorUnit.h */, + 8BB49CDB2BBB63C900515D8B /* CAByteOrder.h */, + 8BB49CDC2BBB63C900515D8B /* CACFArray.h */, + 8BB49CDD2BBB63C900515D8B /* CAAtomicStack.h */, + 8BB49CDE2BBB63C900515D8B /* CAReferenceCounted.h */, + 8BB49CDF2BBB63C900515D8B /* CACFMachPort.cpp */, + 8BB49CE02BBB63C900515D8B /* CABufferList.cpp */, + 8BB49CE12BBB63C900515D8B /* CAMutex.cpp */, + 8BB49CE22BBB63C900515D8B /* CADebugger.cpp */, + 8BB49CE32BBB63C900515D8B /* CABundleLocker.cpp */, + 8BB49CE42BBB63C900515D8B /* CAAudioFileFormats.cpp */, + 8BB49CE52BBB63C900515D8B /* CAMath.h */, + 8BB49CE62BBB63C900515D8B /* CACFArray.cpp */, + 8BB49CE72BBB63C900515D8B /* CACFMessagePort.h */, + 8BB49CE82BBB63C900515D8B /* CAAudioValueRange.cpp */, + 8BB49CE92BBB63C900515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB49CEA2BBB63C900515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB49CEB2BBB63C900515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB49CEB2BBB63C900515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB49CEC2BBB63C900515D8B /* AUViewBase */, + 8BB49CEE2BBB63C900515D8B /* AUBase */, + 8BB49CFE2BBB63C900515D8B /* OtherBases */, + 8BB49D012BBB63C900515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB49CEC2BBB63C900515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB49CED2BBB63C900515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB49CEE2BBB63C900515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB49CEF2BBB63C900515D8B /* ComponentBase.cpp */, + 8BB49CF02BBB63C900515D8B /* AUScopeElement.cpp */, + 8BB49CF12BBB63C900515D8B /* ComponentBase.h */, + 8BB49CF22BBB63C900515D8B /* AUBase.cpp */, + 8BB49CF32BBB63C900515D8B /* AUInputElement.h */, + 8BB49CF42BBB63C900515D8B /* AUBase.h */, + 8BB49CF52BBB63C900515D8B /* AUPlugInDispatch.h */, + 8BB49CF62BBB63C900515D8B /* AUDispatch.h */, + 8BB49CF72BBB63C900515D8B /* AUOutputElement.cpp */, + 8BB49CF82BBB63C900515D8B /* AUResources.r */, + 8BB49CF92BBB63C900515D8B /* AUPlugInDispatch.cpp */, + 8BB49CFA2BBB63C900515D8B /* AUOutputElement.h */, + 8BB49CFB2BBB63C900515D8B /* AUDispatch.cpp */, + 8BB49CFC2BBB63C900515D8B /* AUScopeElement.h */, + 8BB49CFD2BBB63C900515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB49CFE2BBB63C900515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB49CFF2BBB63C900515D8B /* AUEffectBase.cpp */, + 8BB49D002BBB63C900515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB49D012BBB63C900515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB49D022BBB63C900515D8B /* AUTimestampGenerator.h */, + 8BB49D032BBB63C900515D8B /* AUBaseHelper.cpp */, + 8BB49D042BBB63C900515D8B /* AUSilentTimeout.h */, + 8BB49D052BBB63C900515D8B /* AUInputFormatConverter.h */, + 8BB49D062BBB63C900515D8B /* AUTimestampGenerator.cpp */, + 8BB49D072BBB63C900515D8B /* AUBuffer.cpp */, + 8BB49D082BBB63C900515D8B /* AUMIDIDefs.h */, + 8BB49D092BBB63C900515D8B /* AUBuffer.h */, + 8BB49D0A2BBB63C900515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49D3B2BBB63C900515D8B /* CABundleLocker.h in Headers */, + 8BB49D5C2BBB63C900515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB49D522BBB63C900515D8B /* AUOutputBL.h in Headers */, + 8BB49D2D2BBB63C900515D8B /* CAHostTimeBase.h in Headers */, + 8BB49D752BBB63C900515D8B /* ComponentBase.h in Headers */, + 8BB49D652BBB63C900515D8B /* CAAtomicStack.h in Headers */, + 8BB49D222BBB63C900515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB49D3F2BBB63C900515D8B /* CAThreadSafeList.h in Headers */, + 8BB49D1A2BBB63C900515D8B /* CAAUParameter.h in Headers */, + 8BB49D8C2BBB63C900515D8B /* AUBaseHelper.h in Headers */, + 8BB49D842BBB63C900515D8B /* AUTimestampGenerator.h in Headers */, + 8BB49D352BBB63C900515D8B /* CADebugPrintf.h in Headers */, + 8BB49D6F2BBB63C900515D8B /* CACFMessagePort.h in Headers */, + 8BB49D1D2BBB63C900515D8B /* CAAUProcessor.h in Headers */, + 8BB49D192BBB63C900515D8B /* CAAudioUnit.h in Headers */, + 8BB49D722BBB63C900515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB49D582BBB63C900515D8B /* CACFDistributedNotification.h in Headers */, + 8BB49D172BBB63C900515D8B /* CAComponent.h in Headers */, + 8BB49D252BBB63C900515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* ConsoleXSubInVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB49D592BBB63C900515D8B /* CAFilePathUtils.h in Headers */, + 8BB49D1B2BBB63C900515D8B /* CAException.h in Headers */, + 8BB49D122BBB63C900515D8B /* CAAtomic.h in Headers */, + 8BB49D112BBB63C900515D8B /* CAGuard.h in Headers */, + 8BB49D772BBB63C900515D8B /* AUInputElement.h in Headers */, + 8BB49D4E2BBB63C900515D8B /* CACFPreferences.h in Headers */, + 8BB49D632BBB63C900515D8B /* CAByteOrder.h in Headers */, + 8BB49D462BBB63C900515D8B /* CARingBuffer.h in Headers */, + 8BB49D0D2BBB63C900515D8B /* CABool.h in Headers */, + 8BB49D322BBB63C900515D8B /* CAMutex.h in Headers */, + 8BB49D782BBB63C900515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* ConsoleXSubIn.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB49D2A2BBB63C900515D8B /* CACFString.h in Headers */, + 8BB49D492BBB63C900515D8B /* CASharedLibrary.h in Headers */, + 8BB49D162BBB63C900515D8B /* CATokenMap.h in Headers */, + 8BB49D0B2BBB63C900515D8B /* CAExtAudioFile.h in Headers */, + 8BB49D202BBB63C900515D8B /* CAPThread.h in Headers */, + 8BB49D3C2BBB63C900515D8B /* CAPropertyAddress.h in Headers */, + 8BB49D662BBB63C900515D8B /* CAReferenceCounted.h in Headers */, + 8BB49D8B2BBB63C900515D8B /* AUBuffer.h in Headers */, + 8BB49D6D2BBB63C900515D8B /* CAMath.h in Headers */, + 8BB49D4D2BBB63C900515D8B /* CAAutoDisposer.h in Headers */, + 8BB49D142BBB63C900515D8B /* CACFObject.h in Headers */, + 8BB49D342BBB63C900515D8B /* CASettingsStorage.h in Headers */, + 8BB49D3D2BBB63C900515D8B /* CAXException.h in Headers */, + 8BB49D5A2BBB63C900515D8B /* CATink.h in Headers */, + 8BB49D872BBB63C900515D8B /* AUInputFormatConverter.h in Headers */, + 8BB49D622BBB63C900515D8B /* CAVectorUnit.h in Headers */, + 8BB49D1E2BBB63C900515D8B /* CAProcess.h in Headers */, + 8BB49D242BBB63C900515D8B /* CAAudioValueRange.h in Headers */, + 8BB49D392BBB63C900515D8B /* CABitOperations.h in Headers */, + 8BB49D2F2BBB63C900515D8B /* CAAudioFileFormats.h in Headers */, + 8BB49D282BBB63C900515D8B /* CACFNumber.h in Headers */, + 8BB49D402BBB63C900515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB49D512BBB63C900515D8B /* CADebugMacros.h in Headers */, + 8BB49D8A2BBB63C900515D8B /* AUMIDIDefs.h in Headers */, + 8BB49D4A2BBB63C900515D8B /* CACFData.h in Headers */, + 8BB49D132BBB63C900515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB49D792BBB63C900515D8B /* AUPlugInDispatch.h in Headers */, + 8BB49D152BBB63C900515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB49D552BBB63C900515D8B /* CACFPlugIn.h in Headers */, + 8BB49D182BBB63C900515D8B /* CAAudioBufferList.h in Headers */, + 8BB49D302BBB63C900515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB49D832BBB63C900515D8B /* AUEffectBase.h in Headers */, + 8BB49D1F2BBB63C900515D8B /* CACFDictionary.h in Headers */, + 8BB49D802BBB63C900515D8B /* AUScopeElement.h in Headers */, + 8BB49D502BBB63C900515D8B /* CAComponentDescription.h in Headers */, + 8BB49D862BBB63C900515D8B /* AUSilentTimeout.h in Headers */, + 8BB49D482BBB63C900515D8B /* CABufferList.h in Headers */, + 8BB49D7A2BBB63C900515D8B /* AUDispatch.h in Headers */, + 8BB49D7E2BBB63C900515D8B /* AUOutputElement.h in Headers */, + 8BB49D442BBB63C900515D8B /* CALogMacros.h in Headers */, + 8BB49D382BBB63C900515D8B /* AUParamInfo.h in Headers */, + 8BB49D572BBB63C900515D8B /* CAMixMap.h in Headers */, + 8BB49D642BBB63C900515D8B /* CACFArray.h in Headers */, + 8BB49D0C2BBB63C900515D8B /* CACFMachPort.h in Headers */, + 8BB49D372BBB63C900515D8B /* CAAUMIDIMap.h in Headers */, + 8BB49D0F2BBB63C900515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "ConsoleXSubIn" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + fr, + de, + Base, + ja, ); mainGroup = 089C166AFE841209C02AAC07 /* ConsoleXSubIn */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* ConsoleXSubIn.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49D472BBB63C900515D8B /* AUOutputBL.cpp in Sources */, + 8BB49D6C2BBB63C900515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB49D5E2BBB63C900515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB49D362BBB63C900515D8B /* CAXException.cpp in Sources */, + 8BB49D602BBB63C900515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB49D232BBB63C900515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB49D212BBB63C900515D8B /* CAAUParameter.cpp in Sources */, + 8BB49D432BBB63C900515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB49D702BBB63C900515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB49D7F2BBB63C900515D8B /* AUDispatch.cpp in Sources */, + 8BB49D3A2BBB63C900515D8B /* CACFPreferences.cpp in Sources */, + 8BB49D7D2BBB63C900515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB49D1C2BBB63C900515D8B /* CAAUProcessor.cpp in Sources */, + 8BB49D312BBB63C900515D8B /* CACFDictionary.cpp in Sources */, + 8BB49D852BBB63C900515D8B /* AUBaseHelper.cpp in Sources */, + 8BB49D6A2BBB63C900515D8B /* CADebugger.cpp in Sources */, + 8BB49D3E2BBB63C900515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB49D412BBB63C900515D8B /* AUParamInfo.cpp in Sources */, + 8BB49D5F2BBB63C900515D8B /* CAPersistence.cpp in Sources */, + 8BB49D532BBB63C900515D8B /* CADebugPrintf.cpp in Sources */, + 8BB49D882BBB63C900515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB49D5B2BBB63C900515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB49D2B2BBB63C900515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB49D562BBB63C900515D8B /* CASettingsStorage.cpp in Sources */, + 8BB49D7B2BBB63C900515D8B /* AUOutputElement.cpp in Sources */, + 8BB49D272BBB63C900515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* ConsoleXSubIn.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB49D692BBB63C900515D8B /* CAMutex.cpp in Sources */, + 8BB49D822BBB63C900515D8B /* AUEffectBase.cpp in Sources */, + 8BB49D672BBB63C900515D8B /* CACFMachPort.cpp in Sources */, + 8BB49D762BBB63C900515D8B /* AUBase.cpp in Sources */, + 8BB49D422BBB63C900515D8B /* CASharedLibrary.cpp in Sources */, + 8BB49D292BBB63C900515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB49D2C2BBB63C900515D8B /* CAComponentDescription.cpp in Sources */, + 8BB49D332BBB63C900515D8B /* CACFString.cpp in Sources */, + 8BB49D732BBB63C900515D8B /* ComponentBase.cpp in Sources */, + 8BB49D542BBB63C900515D8B /* CARingBuffer.cpp in Sources */, + 8BB49D742BBB63C900515D8B /* AUScopeElement.cpp in Sources */, + 8BB49D712BBB63C900515D8B /* CAAudioUnit.cpp in Sources */, + 8BB49D6E2BBB63C900515D8B /* CACFArray.cpp in Sources */, + 8BB49D6B2BBB63C900515D8B /* CABundleLocker.cpp in Sources */, + 8BB49D5D2BBB63C900515D8B /* CAProcess.cpp in Sources */, + 8BB49D4B2BBB63C900515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB49D4C2BBB63C900515D8B /* CAPThread.cpp in Sources */, + 8BB49D0E2BBB63C900515D8B /* CAComponent.cpp in Sources */, + 8BB49D262BBB63C900515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB49D612BBB63C900515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB49D682BBB63C900515D8B /* CABufferList.cpp in Sources */, + 8BB49D452BBB63C900515D8B /* CACFMessagePort.cpp in Sources */, + 8BB49D4F2BBB63C900515D8B /* CAVectorUnit.cpp in Sources */, + 8BB49D812BBB63C900515D8B /* AUInputElement.cpp in Sources */, + 8BB49D892BBB63C900515D8B /* AUBuffer.cpp in Sources */, + 8BB49D2E2BBB63C900515D8B /* CADebugMacros.cpp in Sources */, + 8BB49D102BBB63C900515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB49D8D2BBB644200515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXSubIn.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXSubIn; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXSubIn.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXSubIn; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..0bc5bfef4 Binary files /dev/null and b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcshareddata/xcschemes/ConsoleXSubIn.xcscheme b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcshareddata/xcschemes/ConsoleXSubIn.xcscheme new file mode 100644 index 000000000..db23e4689 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcshareddata/xcschemes/ConsoleXSubIn.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..59585b47d --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + ConsoleXSubIn.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/ConsoleXSubIn/Info.plist b/plugins/MacSignedAU/ConsoleXSubIn/Info.plist index 12f0517b5..fab86508b 100755 --- a/plugins/MacSignedAU/ConsoleXSubIn/Info.plist +++ b/plugins/MacSignedAU/ConsoleXSubIn/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cnxi + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/ConsoleXSubIn/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/ConsoleXSubIn/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/ConsoleXSubIn/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/ConsoleXSubIn/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.cpp b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.cpp index 9f8f1a15b..ce0b3d2a9 100755 --- a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.cpp +++ b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(ConsoleXSubOut) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, ConsoleXSubOut) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.exp b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.exp index 4987c6e31..9cc4dbd61 100755 --- a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.exp +++ b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.exp @@ -1 +1,2 @@ _ConsoleXSubOutEntry +_ConsoleXSubOutFactory diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj index fe93aa8f0..d35fbe512 100755 --- a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* ConsoleXSubOut.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* ConsoleXSubOut.r */; }; 8BA05A6B0720730100365D66 /* ConsoleXSubOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* ConsoleXSubOut.cpp */; }; 8BA05A6E0720730100365D66 /* ConsoleXSubOutVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* ConsoleXSubOutVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB493972BBB5D2C00515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4930F2BBB5D2C00515D8B /* CAExtAudioFile.h */; }; + 8BB493982BBB5D2C00515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493102BBB5D2C00515D8B /* CACFMachPort.h */; }; + 8BB493992BBB5D2C00515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493112BBB5D2C00515D8B /* CABool.h */; }; + 8BB4939A2BBB5D2C00515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493122BBB5D2C00515D8B /* CAComponent.cpp */; }; + 8BB4939B2BBB5D2C00515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493132BBB5D2C00515D8B /* CADebugger.h */; }; + 8BB4939C2BBB5D2C00515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493142BBB5D2C00515D8B /* CACFNumber.cpp */; }; + 8BB4939D2BBB5D2C00515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493152BBB5D2C00515D8B /* CAGuard.h */; }; + 8BB4939E2BBB5D2C00515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493162BBB5D2C00515D8B /* CAAtomic.h */; }; + 8BB4939F2BBB5D2C00515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493172BBB5D2C00515D8B /* CAStreamBasicDescription.h */; }; + 8BB493A02BBB5D2C00515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493182BBB5D2C00515D8B /* CACFObject.h */; }; + 8BB493A12BBB5D2C00515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493192BBB5D2C00515D8B /* CAStreamRangedDescription.h */; }; + 8BB493A22BBB5D2C00515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4931A2BBB5D2C00515D8B /* CATokenMap.h */; }; + 8BB493A32BBB5D2C00515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4931B2BBB5D2C00515D8B /* CAComponent.h */; }; + 8BB493A42BBB5D2C00515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4931C2BBB5D2C00515D8B /* CAAudioBufferList.h */; }; + 8BB493A52BBB5D2C00515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4931D2BBB5D2C00515D8B /* CAAudioUnit.h */; }; + 8BB493A62BBB5D2C00515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4931E2BBB5D2C00515D8B /* CAAUParameter.h */; }; + 8BB493A72BBB5D2C00515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4931F2BBB5D2C00515D8B /* CAException.h */; }; + 8BB493A82BBB5D2C00515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493202BBB5D2C00515D8B /* CAAUProcessor.cpp */; }; + 8BB493A92BBB5D2C00515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493212BBB5D2C00515D8B /* CAAUProcessor.h */; }; + 8BB493AA2BBB5D2C00515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493222BBB5D2C00515D8B /* CAProcess.h */; }; + 8BB493AB2BBB5D2C00515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493232BBB5D2C00515D8B /* CACFDictionary.h */; }; + 8BB493AC2BBB5D2C00515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493242BBB5D2C00515D8B /* CAPThread.h */; }; + 8BB493AD2BBB5D2C00515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493252BBB5D2C00515D8B /* CAAUParameter.cpp */; }; + 8BB493AE2BBB5D2C00515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493262BBB5D2C00515D8B /* CAAudioTimeStamp.h */; }; + 8BB493AF2BBB5D2C00515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493272BBB5D2C00515D8B /* CAFilePathUtils.cpp */; }; + 8BB493B02BBB5D2C00515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493282BBB5D2C00515D8B /* CAAudioValueRange.h */; }; + 8BB493B12BBB5D2C00515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493292BBB5D2C00515D8B /* CAVectorUnitTypes.h */; }; + 8BB493B22BBB5D2C00515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4932A2BBB5D2C00515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB493B32BBB5D2C00515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4932B2BBB5D2C00515D8B /* CAGuard.cpp */; }; + 8BB493B42BBB5D2C00515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4932C2BBB5D2C00515D8B /* CACFNumber.h */; }; + 8BB493B52BBB5D2C00515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4932D2BBB5D2C00515D8B /* CACFDistributedNotification.cpp */; }; + 8BB493B62BBB5D2C00515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4932E2BBB5D2C00515D8B /* CACFString.h */; }; + 8BB493B72BBB5D2C00515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4932F2BBB5D2C00515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB493B82BBB5D2C00515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493302BBB5D2C00515D8B /* CAComponentDescription.cpp */; }; + 8BB493B92BBB5D2C00515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493312BBB5D2C00515D8B /* CAHostTimeBase.h */; }; + 8BB493BA2BBB5D2C00515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493322BBB5D2C00515D8B /* CADebugMacros.cpp */; }; + 8BB493BB2BBB5D2C00515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493332BBB5D2C00515D8B /* CAAudioFileFormats.h */; }; + 8BB493BC2BBB5D2C00515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493342BBB5D2C00515D8B /* CAAUMIDIMapManager.h */; }; + 8BB493BD2BBB5D2C00515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493352BBB5D2C00515D8B /* CACFDictionary.cpp */; }; + 8BB493BE2BBB5D2C00515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493362BBB5D2C00515D8B /* CAMutex.h */; }; + 8BB493BF2BBB5D2C00515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493372BBB5D2C00515D8B /* CACFString.cpp */; }; + 8BB493C02BBB5D2C00515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493382BBB5D2C00515D8B /* CASettingsStorage.h */; }; + 8BB493C12BBB5D2C00515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493392BBB5D2C00515D8B /* CADebugPrintf.h */; }; + 8BB493C22BBB5D2C00515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4933A2BBB5D2C00515D8B /* CAXException.cpp */; }; + 8BB493C32BBB5D2C00515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4933B2BBB5D2C00515D8B /* CAAUMIDIMap.h */; }; + 8BB493C42BBB5D2C00515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4933C2BBB5D2C00515D8B /* AUParamInfo.h */; }; + 8BB493C52BBB5D2C00515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4933D2BBB5D2C00515D8B /* CABitOperations.h */; }; + 8BB493C62BBB5D2C00515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4933E2BBB5D2C00515D8B /* CACFPreferences.cpp */; }; + 8BB493C72BBB5D2C00515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4933F2BBB5D2C00515D8B /* CABundleLocker.h */; }; + 8BB493C82BBB5D2C00515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493402BBB5D2C00515D8B /* CAPropertyAddress.h */; }; + 8BB493C92BBB5D2C00515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493412BBB5D2C00515D8B /* CAXException.h */; }; + 8BB493CA2BBB5D2C00515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493422BBB5D2C00515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB493CB2BBB5D2C00515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493432BBB5D2C00515D8B /* CAThreadSafeList.h */; }; + 8BB493CC2BBB5D2C00515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493442BBB5D2C00515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB493CD2BBB5D2C00515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493452BBB5D2C00515D8B /* AUParamInfo.cpp */; }; + 8BB493CE2BBB5D2C00515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493462BBB5D2C00515D8B /* CASharedLibrary.cpp */; }; + 8BB493CF2BBB5D2C00515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493472BBB5D2C00515D8B /* CAAUMIDIMap.cpp */; }; + 8BB493D02BBB5D2C00515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493482BBB5D2C00515D8B /* CALogMacros.h */; }; + 8BB493D12BBB5D2C00515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493492BBB5D2C00515D8B /* CACFMessagePort.cpp */; }; + 8BB493D22BBB5D2C00515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4934A2BBB5D2C00515D8B /* CARingBuffer.h */; }; + 8BB493D32BBB5D2C00515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4934B2BBB5D2C00515D8B /* AUOutputBL.cpp */; }; + 8BB493D42BBB5D2C00515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4934C2BBB5D2C00515D8B /* CABufferList.h */; }; + 8BB493D52BBB5D2C00515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4934D2BBB5D2C00515D8B /* CASharedLibrary.h */; }; + 8BB493D62BBB5D2C00515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4934E2BBB5D2C00515D8B /* CACFData.h */; }; + 8BB493D72BBB5D2C00515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4934F2BBB5D2C00515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB493D82BBB5D2C00515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493502BBB5D2C00515D8B /* CAPThread.cpp */; }; + 8BB493D92BBB5D2C00515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493512BBB5D2C00515D8B /* CAAutoDisposer.h */; }; + 8BB493DA2BBB5D2C00515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493522BBB5D2C00515D8B /* CACFPreferences.h */; }; + 8BB493DB2BBB5D2C00515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493532BBB5D2C00515D8B /* CAVectorUnit.cpp */; }; + 8BB493DC2BBB5D2C00515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493542BBB5D2C00515D8B /* CAComponentDescription.h */; }; + 8BB493DD2BBB5D2C00515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493552BBB5D2C00515D8B /* CADebugMacros.h */; }; + 8BB493DE2BBB5D2C00515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493562BBB5D2C00515D8B /* AUOutputBL.h */; }; + 8BB493DF2BBB5D2C00515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493572BBB5D2C00515D8B /* CADebugPrintf.cpp */; }; + 8BB493E02BBB5D2C00515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493582BBB5D2C00515D8B /* CARingBuffer.cpp */; }; + 8BB493E12BBB5D2C00515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493592BBB5D2C00515D8B /* CACFPlugIn.h */; }; + 8BB493E22BBB5D2C00515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4935A2BBB5D2C00515D8B /* CASettingsStorage.cpp */; }; + 8BB493E32BBB5D2C00515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4935B2BBB5D2C00515D8B /* CAMixMap.h */; }; + 8BB493E42BBB5D2C00515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4935C2BBB5D2C00515D8B /* CACFDistributedNotification.h */; }; + 8BB493E52BBB5D2C00515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4935D2BBB5D2C00515D8B /* CAFilePathUtils.h */; }; + 8BB493E62BBB5D2C00515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4935E2BBB5D2C00515D8B /* CATink.h */; }; + 8BB493E72BBB5D2C00515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4935F2BBB5D2C00515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB493E82BBB5D2C00515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493602BBB5D2C00515D8B /* CAAudioChannelLayout.h */; }; + 8BB493E92BBB5D2C00515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493612BBB5D2C00515D8B /* CAProcess.cpp */; }; + 8BB493EA2BBB5D2C00515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493622BBB5D2C00515D8B /* CAHostTimeBase.cpp */; }; + 8BB493EB2BBB5D2C00515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493632BBB5D2C00515D8B /* CAPersistence.cpp */; }; + 8BB493EC2BBB5D2C00515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493642BBB5D2C00515D8B /* CAAudioBufferList.cpp */; }; + 8BB493ED2BBB5D2C00515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493652BBB5D2C00515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB493EE2BBB5D2C00515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493662BBB5D2C00515D8B /* CAVectorUnit.h */; }; + 8BB493EF2BBB5D2C00515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493672BBB5D2C00515D8B /* CAByteOrder.h */; }; + 8BB493F02BBB5D2C00515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493682BBB5D2C00515D8B /* CACFArray.h */; }; + 8BB493F12BBB5D2C00515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493692BBB5D2C00515D8B /* CAAtomicStack.h */; }; + 8BB493F22BBB5D2C00515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4936A2BBB5D2C00515D8B /* CAReferenceCounted.h */; }; + 8BB493F32BBB5D2C00515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4936B2BBB5D2C00515D8B /* CACFMachPort.cpp */; }; + 8BB493F42BBB5D2C00515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4936C2BBB5D2C00515D8B /* CABufferList.cpp */; }; + 8BB493F52BBB5D2C00515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4936D2BBB5D2C00515D8B /* CAMutex.cpp */; }; + 8BB493F62BBB5D2C00515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4936E2BBB5D2C00515D8B /* CADebugger.cpp */; }; + 8BB493F72BBB5D2C00515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4936F2BBB5D2C00515D8B /* CABundleLocker.cpp */; }; + 8BB493F82BBB5D2C00515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493702BBB5D2C00515D8B /* CAAudioFileFormats.cpp */; }; + 8BB493F92BBB5D2C00515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493712BBB5D2C00515D8B /* CAMath.h */; }; + 8BB493FA2BBB5D2C00515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493722BBB5D2C00515D8B /* CACFArray.cpp */; }; + 8BB493FB2BBB5D2C00515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493732BBB5D2C00515D8B /* CACFMessagePort.h */; }; + 8BB493FC2BBB5D2C00515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493742BBB5D2C00515D8B /* CAAudioValueRange.cpp */; }; + 8BB493FD2BBB5D2C00515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493752BBB5D2C00515D8B /* CAAudioUnit.cpp */; }; + 8BB493FE2BBB5D2C00515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493792BBB5D2C00515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB493FF2BBB5D2C00515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4937B2BBB5D2C00515D8B /* ComponentBase.cpp */; }; + 8BB494002BBB5D2C00515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4937C2BBB5D2C00515D8B /* AUScopeElement.cpp */; }; + 8BB494012BBB5D2C00515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4937D2BBB5D2C00515D8B /* ComponentBase.h */; }; + 8BB494022BBB5D2C00515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4937E2BBB5D2C00515D8B /* AUBase.cpp */; }; + 8BB494032BBB5D2C00515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4937F2BBB5D2C00515D8B /* AUInputElement.h */; }; + 8BB494042BBB5D2C00515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493802BBB5D2C00515D8B /* AUBase.h */; }; + 8BB494052BBB5D2C00515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493812BBB5D2C00515D8B /* AUPlugInDispatch.h */; }; + 8BB494062BBB5D2C00515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493822BBB5D2C00515D8B /* AUDispatch.h */; }; + 8BB494072BBB5D2C00515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493832BBB5D2C00515D8B /* AUOutputElement.cpp */; }; + 8BB494092BBB5D2C00515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493852BBB5D2C00515D8B /* AUPlugInDispatch.cpp */; }; + 8BB4940A2BBB5D2C00515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493862BBB5D2C00515D8B /* AUOutputElement.h */; }; + 8BB4940B2BBB5D2C00515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493872BBB5D2C00515D8B /* AUDispatch.cpp */; }; + 8BB4940C2BBB5D2C00515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493882BBB5D2C00515D8B /* AUScopeElement.h */; }; + 8BB4940D2BBB5D2C00515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493892BBB5D2C00515D8B /* AUInputElement.cpp */; }; + 8BB4940E2BBB5D2C00515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4938B2BBB5D2C00515D8B /* AUEffectBase.cpp */; }; + 8BB4940F2BBB5D2C00515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4938C2BBB5D2C00515D8B /* AUEffectBase.h */; }; + 8BB494102BBB5D2C00515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4938E2BBB5D2C00515D8B /* AUTimestampGenerator.h */; }; + 8BB494112BBB5D2C00515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4938F2BBB5D2C00515D8B /* AUBaseHelper.cpp */; }; + 8BB494122BBB5D2C00515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493902BBB5D2C00515D8B /* AUSilentTimeout.h */; }; + 8BB494132BBB5D2C00515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493912BBB5D2C00515D8B /* AUInputFormatConverter.h */; }; + 8BB494142BBB5D2C00515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493922BBB5D2C00515D8B /* AUTimestampGenerator.cpp */; }; + 8BB494152BBB5D2C00515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB493932BBB5D2C00515D8B /* AUBuffer.cpp */; }; + 8BB494162BBB5D2C00515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493942BBB5D2C00515D8B /* AUMIDIDefs.h */; }; + 8BB494172BBB5D2C00515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493952BBB5D2C00515D8B /* AUBuffer.h */; }; + 8BB494182BBB5D2C00515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB493962BBB5D2C00515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* ConsoleXSubOut.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* ConsoleXSubOut.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* ConsoleXSubOut.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleXSubOut.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* ConsoleXSubOut.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = ConsoleXSubOut.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* ConsoleXSubOut.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = ConsoleXSubOut.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* ConsoleXSubOutVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXSubOutVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4930F2BBB5D2C00515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB493102BBB5D2C00515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB493112BBB5D2C00515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB493122BBB5D2C00515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB493132BBB5D2C00515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB493142BBB5D2C00515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB493152BBB5D2C00515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB493162BBB5D2C00515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB493172BBB5D2C00515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB493182BBB5D2C00515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB493192BBB5D2C00515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB4931A2BBB5D2C00515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB4931B2BBB5D2C00515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB4931C2BBB5D2C00515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB4931D2BBB5D2C00515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB4931E2BBB5D2C00515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB4931F2BBB5D2C00515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB493202BBB5D2C00515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB493212BBB5D2C00515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB493222BBB5D2C00515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB493232BBB5D2C00515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB493242BBB5D2C00515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB493252BBB5D2C00515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB493262BBB5D2C00515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB493272BBB5D2C00515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB493282BBB5D2C00515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB493292BBB5D2C00515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB4932A2BBB5D2C00515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB4932B2BBB5D2C00515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB4932C2BBB5D2C00515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB4932D2BBB5D2C00515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB4932E2BBB5D2C00515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB4932F2BBB5D2C00515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB493302BBB5D2C00515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB493312BBB5D2C00515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB493322BBB5D2C00515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB493332BBB5D2C00515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB493342BBB5D2C00515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB493352BBB5D2C00515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB493362BBB5D2C00515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB493372BBB5D2C00515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB493382BBB5D2C00515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB493392BBB5D2C00515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB4933A2BBB5D2C00515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB4933B2BBB5D2C00515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB4933C2BBB5D2C00515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB4933D2BBB5D2C00515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB4933E2BBB5D2C00515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB4933F2BBB5D2C00515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB493402BBB5D2C00515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB493412BBB5D2C00515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB493422BBB5D2C00515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB493432BBB5D2C00515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB493442BBB5D2C00515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB493452BBB5D2C00515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB493462BBB5D2C00515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB493472BBB5D2C00515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB493482BBB5D2C00515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB493492BBB5D2C00515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB4934A2BBB5D2C00515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB4934B2BBB5D2C00515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB4934C2BBB5D2C00515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB4934D2BBB5D2C00515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB4934E2BBB5D2C00515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB4934F2BBB5D2C00515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB493502BBB5D2C00515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB493512BBB5D2C00515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB493522BBB5D2C00515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB493532BBB5D2C00515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB493542BBB5D2C00515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB493552BBB5D2C00515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB493562BBB5D2C00515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB493572BBB5D2C00515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB493582BBB5D2C00515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB493592BBB5D2C00515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB4935A2BBB5D2C00515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB4935B2BBB5D2C00515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB4935C2BBB5D2C00515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB4935D2BBB5D2C00515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB4935E2BBB5D2C00515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB4935F2BBB5D2C00515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB493602BBB5D2C00515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB493612BBB5D2C00515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB493622BBB5D2C00515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB493632BBB5D2C00515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB493642BBB5D2C00515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB493652BBB5D2C00515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB493662BBB5D2C00515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB493672BBB5D2C00515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB493682BBB5D2C00515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB493692BBB5D2C00515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB4936A2BBB5D2C00515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB4936B2BBB5D2C00515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB4936C2BBB5D2C00515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB4936D2BBB5D2C00515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB4936E2BBB5D2C00515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB4936F2BBB5D2C00515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB493702BBB5D2C00515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB493712BBB5D2C00515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB493722BBB5D2C00515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB493732BBB5D2C00515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB493742BBB5D2C00515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB493752BBB5D2C00515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB493792BBB5D2C00515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB4937B2BBB5D2C00515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB4937C2BBB5D2C00515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB4937D2BBB5D2C00515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB4937E2BBB5D2C00515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB4937F2BBB5D2C00515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB493802BBB5D2C00515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB493812BBB5D2C00515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB493822BBB5D2C00515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB493832BBB5D2C00515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB493842BBB5D2C00515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB493852BBB5D2C00515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB493862BBB5D2C00515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB493872BBB5D2C00515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB493882BBB5D2C00515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB493892BBB5D2C00515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB4938B2BBB5D2C00515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB4938C2BBB5D2C00515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB4938E2BBB5D2C00515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB4938F2BBB5D2C00515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB493902BBB5D2C00515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB493912BBB5D2C00515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB493922BBB5D2C00515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB493932BBB5D2C00515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB493942BBB5D2C00515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB493952BBB5D2C00515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB493962BBB5D2C00515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB494192BBB5E0700515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* ConsoleXSubOut.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConsoleXSubOut.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* ConsoleXSubOut.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXSubOut.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB4930D2BBB5D2C00515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB4930D2BBB5D2C00515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB4930E2BBB5D2C00515D8B /* PublicUtility */, + 8BB493762BBB5D2C00515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB4930E2BBB5D2C00515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB4930F2BBB5D2C00515D8B /* CAExtAudioFile.h */, + 8BB493102BBB5D2C00515D8B /* CACFMachPort.h */, + 8BB493112BBB5D2C00515D8B /* CABool.h */, + 8BB493122BBB5D2C00515D8B /* CAComponent.cpp */, + 8BB493132BBB5D2C00515D8B /* CADebugger.h */, + 8BB493142BBB5D2C00515D8B /* CACFNumber.cpp */, + 8BB493152BBB5D2C00515D8B /* CAGuard.h */, + 8BB493162BBB5D2C00515D8B /* CAAtomic.h */, + 8BB493172BBB5D2C00515D8B /* CAStreamBasicDescription.h */, + 8BB493182BBB5D2C00515D8B /* CACFObject.h */, + 8BB493192BBB5D2C00515D8B /* CAStreamRangedDescription.h */, + 8BB4931A2BBB5D2C00515D8B /* CATokenMap.h */, + 8BB4931B2BBB5D2C00515D8B /* CAComponent.h */, + 8BB4931C2BBB5D2C00515D8B /* CAAudioBufferList.h */, + 8BB4931D2BBB5D2C00515D8B /* CAAudioUnit.h */, + 8BB4931E2BBB5D2C00515D8B /* CAAUParameter.h */, + 8BB4931F2BBB5D2C00515D8B /* CAException.h */, + 8BB493202BBB5D2C00515D8B /* CAAUProcessor.cpp */, + 8BB493212BBB5D2C00515D8B /* CAAUProcessor.h */, + 8BB493222BBB5D2C00515D8B /* CAProcess.h */, + 8BB493232BBB5D2C00515D8B /* CACFDictionary.h */, + 8BB493242BBB5D2C00515D8B /* CAPThread.h */, + 8BB493252BBB5D2C00515D8B /* CAAUParameter.cpp */, + 8BB493262BBB5D2C00515D8B /* CAAudioTimeStamp.h */, + 8BB493272BBB5D2C00515D8B /* CAFilePathUtils.cpp */, + 8BB493282BBB5D2C00515D8B /* CAAudioValueRange.h */, + 8BB493292BBB5D2C00515D8B /* CAVectorUnitTypes.h */, + 8BB4932A2BBB5D2C00515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB4932B2BBB5D2C00515D8B /* CAGuard.cpp */, + 8BB4932C2BBB5D2C00515D8B /* CACFNumber.h */, + 8BB4932D2BBB5D2C00515D8B /* CACFDistributedNotification.cpp */, + 8BB4932E2BBB5D2C00515D8B /* CACFString.h */, + 8BB4932F2BBB5D2C00515D8B /* CAAUMIDIMapManager.cpp */, + 8BB493302BBB5D2C00515D8B /* CAComponentDescription.cpp */, + 8BB493312BBB5D2C00515D8B /* CAHostTimeBase.h */, + 8BB493322BBB5D2C00515D8B /* CADebugMacros.cpp */, + 8BB493332BBB5D2C00515D8B /* CAAudioFileFormats.h */, + 8BB493342BBB5D2C00515D8B /* CAAUMIDIMapManager.h */, + 8BB493352BBB5D2C00515D8B /* CACFDictionary.cpp */, + 8BB493362BBB5D2C00515D8B /* CAMutex.h */, + 8BB493372BBB5D2C00515D8B /* CACFString.cpp */, + 8BB493382BBB5D2C00515D8B /* CASettingsStorage.h */, + 8BB493392BBB5D2C00515D8B /* CADebugPrintf.h */, + 8BB4933A2BBB5D2C00515D8B /* CAXException.cpp */, + 8BB4933B2BBB5D2C00515D8B /* CAAUMIDIMap.h */, + 8BB4933C2BBB5D2C00515D8B /* AUParamInfo.h */, + 8BB4933D2BBB5D2C00515D8B /* CABitOperations.h */, + 8BB4933E2BBB5D2C00515D8B /* CACFPreferences.cpp */, + 8BB4933F2BBB5D2C00515D8B /* CABundleLocker.h */, + 8BB493402BBB5D2C00515D8B /* CAPropertyAddress.h */, + 8BB493412BBB5D2C00515D8B /* CAXException.h */, + 8BB493422BBB5D2C00515D8B /* CAAudioChannelLayout.cpp */, + 8BB493432BBB5D2C00515D8B /* CAThreadSafeList.h */, + 8BB493442BBB5D2C00515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB493452BBB5D2C00515D8B /* AUParamInfo.cpp */, + 8BB493462BBB5D2C00515D8B /* CASharedLibrary.cpp */, + 8BB493472BBB5D2C00515D8B /* CAAUMIDIMap.cpp */, + 8BB493482BBB5D2C00515D8B /* CALogMacros.h */, + 8BB493492BBB5D2C00515D8B /* CACFMessagePort.cpp */, + 8BB4934A2BBB5D2C00515D8B /* CARingBuffer.h */, + 8BB4934B2BBB5D2C00515D8B /* AUOutputBL.cpp */, + 8BB4934C2BBB5D2C00515D8B /* CABufferList.h */, + 8BB4934D2BBB5D2C00515D8B /* CASharedLibrary.h */, + 8BB4934E2BBB5D2C00515D8B /* CACFData.h */, + 8BB4934F2BBB5D2C00515D8B /* CAStreamRangedDescription.cpp */, + 8BB493502BBB5D2C00515D8B /* CAPThread.cpp */, + 8BB493512BBB5D2C00515D8B /* CAAutoDisposer.h */, + 8BB493522BBB5D2C00515D8B /* CACFPreferences.h */, + 8BB493532BBB5D2C00515D8B /* CAVectorUnit.cpp */, + 8BB493542BBB5D2C00515D8B /* CAComponentDescription.h */, + 8BB493552BBB5D2C00515D8B /* CADebugMacros.h */, + 8BB493562BBB5D2C00515D8B /* AUOutputBL.h */, + 8BB493572BBB5D2C00515D8B /* CADebugPrintf.cpp */, + 8BB493582BBB5D2C00515D8B /* CARingBuffer.cpp */, + 8BB493592BBB5D2C00515D8B /* CACFPlugIn.h */, + 8BB4935A2BBB5D2C00515D8B /* CASettingsStorage.cpp */, + 8BB4935B2BBB5D2C00515D8B /* CAMixMap.h */, + 8BB4935C2BBB5D2C00515D8B /* CACFDistributedNotification.h */, + 8BB4935D2BBB5D2C00515D8B /* CAFilePathUtils.h */, + 8BB4935E2BBB5D2C00515D8B /* CATink.h */, + 8BB4935F2BBB5D2C00515D8B /* CAStreamBasicDescription.cpp */, + 8BB493602BBB5D2C00515D8B /* CAAudioChannelLayout.h */, + 8BB493612BBB5D2C00515D8B /* CAProcess.cpp */, + 8BB493622BBB5D2C00515D8B /* CAHostTimeBase.cpp */, + 8BB493632BBB5D2C00515D8B /* CAPersistence.cpp */, + 8BB493642BBB5D2C00515D8B /* CAAudioBufferList.cpp */, + 8BB493652BBB5D2C00515D8B /* CAAudioTimeStamp.cpp */, + 8BB493662BBB5D2C00515D8B /* CAVectorUnit.h */, + 8BB493672BBB5D2C00515D8B /* CAByteOrder.h */, + 8BB493682BBB5D2C00515D8B /* CACFArray.h */, + 8BB493692BBB5D2C00515D8B /* CAAtomicStack.h */, + 8BB4936A2BBB5D2C00515D8B /* CAReferenceCounted.h */, + 8BB4936B2BBB5D2C00515D8B /* CACFMachPort.cpp */, + 8BB4936C2BBB5D2C00515D8B /* CABufferList.cpp */, + 8BB4936D2BBB5D2C00515D8B /* CAMutex.cpp */, + 8BB4936E2BBB5D2C00515D8B /* CADebugger.cpp */, + 8BB4936F2BBB5D2C00515D8B /* CABundleLocker.cpp */, + 8BB493702BBB5D2C00515D8B /* CAAudioFileFormats.cpp */, + 8BB493712BBB5D2C00515D8B /* CAMath.h */, + 8BB493722BBB5D2C00515D8B /* CACFArray.cpp */, + 8BB493732BBB5D2C00515D8B /* CACFMessagePort.h */, + 8BB493742BBB5D2C00515D8B /* CAAudioValueRange.cpp */, + 8BB493752BBB5D2C00515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB493762BBB5D2C00515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB493772BBB5D2C00515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB493772BBB5D2C00515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB493782BBB5D2C00515D8B /* AUViewBase */, + 8BB4937A2BBB5D2C00515D8B /* AUBase */, + 8BB4938A2BBB5D2C00515D8B /* OtherBases */, + 8BB4938D2BBB5D2C00515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB493782BBB5D2C00515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB493792BBB5D2C00515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB4937A2BBB5D2C00515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB4937B2BBB5D2C00515D8B /* ComponentBase.cpp */, + 8BB4937C2BBB5D2C00515D8B /* AUScopeElement.cpp */, + 8BB4937D2BBB5D2C00515D8B /* ComponentBase.h */, + 8BB4937E2BBB5D2C00515D8B /* AUBase.cpp */, + 8BB4937F2BBB5D2C00515D8B /* AUInputElement.h */, + 8BB493802BBB5D2C00515D8B /* AUBase.h */, + 8BB493812BBB5D2C00515D8B /* AUPlugInDispatch.h */, + 8BB493822BBB5D2C00515D8B /* AUDispatch.h */, + 8BB493832BBB5D2C00515D8B /* AUOutputElement.cpp */, + 8BB493842BBB5D2C00515D8B /* AUResources.r */, + 8BB493852BBB5D2C00515D8B /* AUPlugInDispatch.cpp */, + 8BB493862BBB5D2C00515D8B /* AUOutputElement.h */, + 8BB493872BBB5D2C00515D8B /* AUDispatch.cpp */, + 8BB493882BBB5D2C00515D8B /* AUScopeElement.h */, + 8BB493892BBB5D2C00515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB4938A2BBB5D2C00515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB4938B2BBB5D2C00515D8B /* AUEffectBase.cpp */, + 8BB4938C2BBB5D2C00515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB4938D2BBB5D2C00515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB4938E2BBB5D2C00515D8B /* AUTimestampGenerator.h */, + 8BB4938F2BBB5D2C00515D8B /* AUBaseHelper.cpp */, + 8BB493902BBB5D2C00515D8B /* AUSilentTimeout.h */, + 8BB493912BBB5D2C00515D8B /* AUInputFormatConverter.h */, + 8BB493922BBB5D2C00515D8B /* AUTimestampGenerator.cpp */, + 8BB493932BBB5D2C00515D8B /* AUBuffer.cpp */, + 8BB493942BBB5D2C00515D8B /* AUMIDIDefs.h */, + 8BB493952BBB5D2C00515D8B /* AUBuffer.h */, + 8BB493962BBB5D2C00515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB493C72BBB5D2C00515D8B /* CABundleLocker.h in Headers */, + 8BB493E82BBB5D2C00515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB493DE2BBB5D2C00515D8B /* AUOutputBL.h in Headers */, + 8BB493B92BBB5D2C00515D8B /* CAHostTimeBase.h in Headers */, + 8BB494012BBB5D2C00515D8B /* ComponentBase.h in Headers */, + 8BB493F12BBB5D2C00515D8B /* CAAtomicStack.h in Headers */, + 8BB493AE2BBB5D2C00515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB493CB2BBB5D2C00515D8B /* CAThreadSafeList.h in Headers */, + 8BB493A62BBB5D2C00515D8B /* CAAUParameter.h in Headers */, + 8BB494182BBB5D2C00515D8B /* AUBaseHelper.h in Headers */, + 8BB494102BBB5D2C00515D8B /* AUTimestampGenerator.h in Headers */, + 8BB493C12BBB5D2C00515D8B /* CADebugPrintf.h in Headers */, + 8BB493FB2BBB5D2C00515D8B /* CACFMessagePort.h in Headers */, + 8BB493A92BBB5D2C00515D8B /* CAAUProcessor.h in Headers */, + 8BB493A52BBB5D2C00515D8B /* CAAudioUnit.h in Headers */, + 8BB493FE2BBB5D2C00515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB493E42BBB5D2C00515D8B /* CACFDistributedNotification.h in Headers */, + 8BB493A32BBB5D2C00515D8B /* CAComponent.h in Headers */, + 8BB493B12BBB5D2C00515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* ConsoleXSubOutVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB493E52BBB5D2C00515D8B /* CAFilePathUtils.h in Headers */, + 8BB493A72BBB5D2C00515D8B /* CAException.h in Headers */, + 8BB4939E2BBB5D2C00515D8B /* CAAtomic.h in Headers */, + 8BB4939D2BBB5D2C00515D8B /* CAGuard.h in Headers */, + 8BB494032BBB5D2C00515D8B /* AUInputElement.h in Headers */, + 8BB493DA2BBB5D2C00515D8B /* CACFPreferences.h in Headers */, + 8BB493EF2BBB5D2C00515D8B /* CAByteOrder.h in Headers */, + 8BB493D22BBB5D2C00515D8B /* CARingBuffer.h in Headers */, + 8BB493992BBB5D2C00515D8B /* CABool.h in Headers */, + 8BB493BE2BBB5D2C00515D8B /* CAMutex.h in Headers */, + 8BB494042BBB5D2C00515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* ConsoleXSubOut.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB493B62BBB5D2C00515D8B /* CACFString.h in Headers */, + 8BB493D52BBB5D2C00515D8B /* CASharedLibrary.h in Headers */, + 8BB493A22BBB5D2C00515D8B /* CATokenMap.h in Headers */, + 8BB493972BBB5D2C00515D8B /* CAExtAudioFile.h in Headers */, + 8BB493AC2BBB5D2C00515D8B /* CAPThread.h in Headers */, + 8BB493C82BBB5D2C00515D8B /* CAPropertyAddress.h in Headers */, + 8BB493F22BBB5D2C00515D8B /* CAReferenceCounted.h in Headers */, + 8BB494172BBB5D2C00515D8B /* AUBuffer.h in Headers */, + 8BB493F92BBB5D2C00515D8B /* CAMath.h in Headers */, + 8BB493D92BBB5D2C00515D8B /* CAAutoDisposer.h in Headers */, + 8BB493A02BBB5D2C00515D8B /* CACFObject.h in Headers */, + 8BB493C02BBB5D2C00515D8B /* CASettingsStorage.h in Headers */, + 8BB493C92BBB5D2C00515D8B /* CAXException.h in Headers */, + 8BB493E62BBB5D2C00515D8B /* CATink.h in Headers */, + 8BB494132BBB5D2C00515D8B /* AUInputFormatConverter.h in Headers */, + 8BB493EE2BBB5D2C00515D8B /* CAVectorUnit.h in Headers */, + 8BB493AA2BBB5D2C00515D8B /* CAProcess.h in Headers */, + 8BB493B02BBB5D2C00515D8B /* CAAudioValueRange.h in Headers */, + 8BB493C52BBB5D2C00515D8B /* CABitOperations.h in Headers */, + 8BB493BB2BBB5D2C00515D8B /* CAAudioFileFormats.h in Headers */, + 8BB493B42BBB5D2C00515D8B /* CACFNumber.h in Headers */, + 8BB493CC2BBB5D2C00515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB493DD2BBB5D2C00515D8B /* CADebugMacros.h in Headers */, + 8BB494162BBB5D2C00515D8B /* AUMIDIDefs.h in Headers */, + 8BB493D62BBB5D2C00515D8B /* CACFData.h in Headers */, + 8BB4939F2BBB5D2C00515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB494052BBB5D2C00515D8B /* AUPlugInDispatch.h in Headers */, + 8BB493A12BBB5D2C00515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB493E12BBB5D2C00515D8B /* CACFPlugIn.h in Headers */, + 8BB493A42BBB5D2C00515D8B /* CAAudioBufferList.h in Headers */, + 8BB493BC2BBB5D2C00515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB4940F2BBB5D2C00515D8B /* AUEffectBase.h in Headers */, + 8BB493AB2BBB5D2C00515D8B /* CACFDictionary.h in Headers */, + 8BB4940C2BBB5D2C00515D8B /* AUScopeElement.h in Headers */, + 8BB493DC2BBB5D2C00515D8B /* CAComponentDescription.h in Headers */, + 8BB494122BBB5D2C00515D8B /* AUSilentTimeout.h in Headers */, + 8BB493D42BBB5D2C00515D8B /* CABufferList.h in Headers */, + 8BB494062BBB5D2C00515D8B /* AUDispatch.h in Headers */, + 8BB4940A2BBB5D2C00515D8B /* AUOutputElement.h in Headers */, + 8BB493D02BBB5D2C00515D8B /* CALogMacros.h in Headers */, + 8BB493C42BBB5D2C00515D8B /* AUParamInfo.h in Headers */, + 8BB493E32BBB5D2C00515D8B /* CAMixMap.h in Headers */, + 8BB493F02BBB5D2C00515D8B /* CACFArray.h in Headers */, + 8BB493982BBB5D2C00515D8B /* CACFMachPort.h in Headers */, + 8BB493C32BBB5D2C00515D8B /* CAAUMIDIMap.h in Headers */, + 8BB4939B2BBB5D2C00515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "ConsoleXSubOut" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + fr, + en, + Base, + de, + ja, ); mainGroup = 089C166AFE841209C02AAC07 /* ConsoleXSubOut */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* ConsoleXSubOut.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB493D32BBB5D2C00515D8B /* AUOutputBL.cpp in Sources */, + 8BB493F82BBB5D2C00515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB493EA2BBB5D2C00515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB493C22BBB5D2C00515D8B /* CAXException.cpp in Sources */, + 8BB493EC2BBB5D2C00515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB493AF2BBB5D2C00515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB493AD2BBB5D2C00515D8B /* CAAUParameter.cpp in Sources */, + 8BB493CF2BBB5D2C00515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB493FC2BBB5D2C00515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB4940B2BBB5D2C00515D8B /* AUDispatch.cpp in Sources */, + 8BB493C62BBB5D2C00515D8B /* CACFPreferences.cpp in Sources */, + 8BB494092BBB5D2C00515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB493A82BBB5D2C00515D8B /* CAAUProcessor.cpp in Sources */, + 8BB493BD2BBB5D2C00515D8B /* CACFDictionary.cpp in Sources */, + 8BB494112BBB5D2C00515D8B /* AUBaseHelper.cpp in Sources */, + 8BB493F62BBB5D2C00515D8B /* CADebugger.cpp in Sources */, + 8BB493CA2BBB5D2C00515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB493CD2BBB5D2C00515D8B /* AUParamInfo.cpp in Sources */, + 8BB493EB2BBB5D2C00515D8B /* CAPersistence.cpp in Sources */, + 8BB493DF2BBB5D2C00515D8B /* CADebugPrintf.cpp in Sources */, + 8BB494142BBB5D2C00515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB493E72BBB5D2C00515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB493B72BBB5D2C00515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB493E22BBB5D2C00515D8B /* CASettingsStorage.cpp in Sources */, + 8BB494072BBB5D2C00515D8B /* AUOutputElement.cpp in Sources */, + 8BB493B32BBB5D2C00515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* ConsoleXSubOut.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB493F52BBB5D2C00515D8B /* CAMutex.cpp in Sources */, + 8BB4940E2BBB5D2C00515D8B /* AUEffectBase.cpp in Sources */, + 8BB493F32BBB5D2C00515D8B /* CACFMachPort.cpp in Sources */, + 8BB494022BBB5D2C00515D8B /* AUBase.cpp in Sources */, + 8BB493CE2BBB5D2C00515D8B /* CASharedLibrary.cpp in Sources */, + 8BB493B52BBB5D2C00515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB493B82BBB5D2C00515D8B /* CAComponentDescription.cpp in Sources */, + 8BB493BF2BBB5D2C00515D8B /* CACFString.cpp in Sources */, + 8BB493FF2BBB5D2C00515D8B /* ComponentBase.cpp in Sources */, + 8BB493E02BBB5D2C00515D8B /* CARingBuffer.cpp in Sources */, + 8BB494002BBB5D2C00515D8B /* AUScopeElement.cpp in Sources */, + 8BB493FD2BBB5D2C00515D8B /* CAAudioUnit.cpp in Sources */, + 8BB493FA2BBB5D2C00515D8B /* CACFArray.cpp in Sources */, + 8BB493F72BBB5D2C00515D8B /* CABundleLocker.cpp in Sources */, + 8BB493E92BBB5D2C00515D8B /* CAProcess.cpp in Sources */, + 8BB493D72BBB5D2C00515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB493D82BBB5D2C00515D8B /* CAPThread.cpp in Sources */, + 8BB4939A2BBB5D2C00515D8B /* CAComponent.cpp in Sources */, + 8BB493B22BBB5D2C00515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB493ED2BBB5D2C00515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB493F42BBB5D2C00515D8B /* CABufferList.cpp in Sources */, + 8BB493D12BBB5D2C00515D8B /* CACFMessagePort.cpp in Sources */, + 8BB493DB2BBB5D2C00515D8B /* CAVectorUnit.cpp in Sources */, + 8BB4940D2BBB5D2C00515D8B /* AUInputElement.cpp in Sources */, + 8BB494152BBB5D2C00515D8B /* AUBuffer.cpp in Sources */, + 8BB493BA2BBB5D2C00515D8B /* CADebugMacros.cpp in Sources */, + 8BB4939C2BBB5D2C00515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB494192BBB5E0700515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXSubOut.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXSubOut; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ConsoleXSubOut.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ConsoleXSubOut; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..d8f6019a2 Binary files /dev/null and b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcshareddata/xcschemes/ConsoleXSubOut.xcscheme b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcshareddata/xcschemes/ConsoleXSubOut.xcscheme new file mode 100644 index 000000000..374d66b74 --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcshareddata/xcschemes/ConsoleXSubOut.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..6e1b8a31a --- /dev/null +++ b/plugins/MacSignedAU/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + ConsoleXSubOut.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/ConsoleXSubOut/Info.plist b/plugins/MacSignedAU/ConsoleXSubOut/Info.plist index 12f0517b5..23a6bb44a 100755 --- a/plugins/MacSignedAU/ConsoleXSubOut/Info.plist +++ b/plugins/MacSignedAU/ConsoleXSubOut/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cnxo + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/ConsoleXSubOut/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/ConsoleXSubOut/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/ConsoleXSubOut/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/ConsoleXSubOut/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.cpp b/plugins/MacSignedAU/ContentHideD/ContentHideD.cpp index e76e9389a..884eae09e 100755 --- a/plugins/MacSignedAU/ContentHideD/ContentHideD.cpp +++ b/plugins/MacSignedAU/ContentHideD/ContentHideD.cpp @@ -48,7 +48,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -COMPONENT_ENTRY(ContentHideD) +AUDIOCOMPONENT_ENTRY(AUBaseFactory, ContentHideD) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.exp b/plugins/MacSignedAU/ContentHideD/ContentHideD.exp index 83c5248f5..37b7b7147 100755 --- a/plugins/MacSignedAU/ContentHideD/ContentHideD.exp +++ b/plugins/MacSignedAU/ContentHideD/ContentHideD.exp @@ -1 +1,2 @@ _ContentHideDEntry +_ContentHideDFactory diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.pbxproj b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.pbxproj index ae15bb969..48a8bfc54 100755 --- a/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.pbxproj @@ -7,98 +7,287 @@ objects = { /* Begin PBXBuildFile section */ - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; - 8B4119B70749654200361ABE /* ContentHideD.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* ContentHideD.r */; }; 8BA05A6B0720730100365D66 /* ContentHideD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* ContentHideD.cpp */; }; 8BA05A6E0720730100365D66 /* ContentHideDVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* ContentHideDVersion.h */; }; - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BB49AF12BBB629100515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A692BBB629100515D8B /* CAExtAudioFile.h */; }; + 8BB49AF22BBB629100515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A6A2BBB629100515D8B /* CACFMachPort.h */; }; + 8BB49AF32BBB629100515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A6B2BBB629100515D8B /* CABool.h */; }; + 8BB49AF42BBB629100515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A6C2BBB629100515D8B /* CAComponent.cpp */; }; + 8BB49AF52BBB629100515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A6D2BBB629100515D8B /* CADebugger.h */; }; + 8BB49AF62BBB629100515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A6E2BBB629100515D8B /* CACFNumber.cpp */; }; + 8BB49AF72BBB629100515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A6F2BBB629100515D8B /* CAGuard.h */; }; + 8BB49AF82BBB629100515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A702BBB629100515D8B /* CAAtomic.h */; }; + 8BB49AF92BBB629100515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A712BBB629100515D8B /* CAStreamBasicDescription.h */; }; + 8BB49AFA2BBB629100515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A722BBB629100515D8B /* CACFObject.h */; }; + 8BB49AFB2BBB629100515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A732BBB629100515D8B /* CAStreamRangedDescription.h */; }; + 8BB49AFC2BBB629100515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A742BBB629100515D8B /* CATokenMap.h */; }; + 8BB49AFD2BBB629100515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A752BBB629100515D8B /* CAComponent.h */; }; + 8BB49AFE2BBB629100515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A762BBB629100515D8B /* CAAudioBufferList.h */; }; + 8BB49AFF2BBB629100515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A772BBB629100515D8B /* CAAudioUnit.h */; }; + 8BB49B002BBB629100515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A782BBB629100515D8B /* CAAUParameter.h */; }; + 8BB49B012BBB629100515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A792BBB629100515D8B /* CAException.h */; }; + 8BB49B022BBB629100515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A7A2BBB629100515D8B /* CAAUProcessor.cpp */; }; + 8BB49B032BBB629100515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A7B2BBB629100515D8B /* CAAUProcessor.h */; }; + 8BB49B042BBB629100515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A7C2BBB629100515D8B /* CAProcess.h */; }; + 8BB49B052BBB629100515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A7D2BBB629100515D8B /* CACFDictionary.h */; }; + 8BB49B062BBB629100515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A7E2BBB629100515D8B /* CAPThread.h */; }; + 8BB49B072BBB629100515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A7F2BBB629100515D8B /* CAAUParameter.cpp */; }; + 8BB49B082BBB629100515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A802BBB629100515D8B /* CAAudioTimeStamp.h */; }; + 8BB49B092BBB629100515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A812BBB629100515D8B /* CAFilePathUtils.cpp */; }; + 8BB49B0A2BBB629100515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A822BBB629100515D8B /* CAAudioValueRange.h */; }; + 8BB49B0B2BBB629100515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A832BBB629100515D8B /* CAVectorUnitTypes.h */; }; + 8BB49B0C2BBB629100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A842BBB629100515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB49B0D2BBB629100515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A852BBB629100515D8B /* CAGuard.cpp */; }; + 8BB49B0E2BBB629100515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A862BBB629100515D8B /* CACFNumber.h */; }; + 8BB49B0F2BBB629100515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A872BBB629100515D8B /* CACFDistributedNotification.cpp */; }; + 8BB49B102BBB629100515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A882BBB629100515D8B /* CACFString.h */; }; + 8BB49B112BBB629100515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A892BBB629100515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB49B122BBB629100515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A8A2BBB629100515D8B /* CAComponentDescription.cpp */; }; + 8BB49B132BBB629100515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A8B2BBB629100515D8B /* CAHostTimeBase.h */; }; + 8BB49B142BBB629100515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A8C2BBB629100515D8B /* CADebugMacros.cpp */; }; + 8BB49B152BBB629100515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A8D2BBB629100515D8B /* CAAudioFileFormats.h */; }; + 8BB49B162BBB629100515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A8E2BBB629100515D8B /* CAAUMIDIMapManager.h */; }; + 8BB49B172BBB629100515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A8F2BBB629100515D8B /* CACFDictionary.cpp */; }; + 8BB49B182BBB629100515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A902BBB629100515D8B /* CAMutex.h */; }; + 8BB49B192BBB629100515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A912BBB629100515D8B /* CACFString.cpp */; }; + 8BB49B1A2BBB629100515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A922BBB629100515D8B /* CASettingsStorage.h */; }; + 8BB49B1B2BBB629100515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A932BBB629100515D8B /* CADebugPrintf.h */; }; + 8BB49B1C2BBB629100515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A942BBB629100515D8B /* CAXException.cpp */; }; + 8BB49B1D2BBB629100515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A952BBB629100515D8B /* CAAUMIDIMap.h */; }; + 8BB49B1E2BBB629100515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A962BBB629100515D8B /* AUParamInfo.h */; }; + 8BB49B1F2BBB629100515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A972BBB629100515D8B /* CABitOperations.h */; }; + 8BB49B202BBB629100515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A982BBB629100515D8B /* CACFPreferences.cpp */; }; + 8BB49B212BBB629100515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A992BBB629100515D8B /* CABundleLocker.h */; }; + 8BB49B222BBB629100515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A9A2BBB629100515D8B /* CAPropertyAddress.h */; }; + 8BB49B232BBB629100515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A9B2BBB629100515D8B /* CAXException.h */; }; + 8BB49B242BBB629100515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A9C2BBB629100515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB49B252BBB629100515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A9D2BBB629100515D8B /* CAThreadSafeList.h */; }; + 8BB49B262BBB629100515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49A9E2BBB629100515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB49B272BBB629100515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49A9F2BBB629100515D8B /* AUParamInfo.cpp */; }; + 8BB49B282BBB629100515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AA02BBB629100515D8B /* CASharedLibrary.cpp */; }; + 8BB49B292BBB629100515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AA12BBB629100515D8B /* CAAUMIDIMap.cpp */; }; + 8BB49B2A2BBB629100515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AA22BBB629100515D8B /* CALogMacros.h */; }; + 8BB49B2B2BBB629100515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AA32BBB629100515D8B /* CACFMessagePort.cpp */; }; + 8BB49B2C2BBB629100515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AA42BBB629100515D8B /* CARingBuffer.h */; }; + 8BB49B2D2BBB629100515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AA52BBB629100515D8B /* AUOutputBL.cpp */; }; + 8BB49B2E2BBB629100515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AA62BBB629100515D8B /* CABufferList.h */; }; + 8BB49B2F2BBB629100515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AA72BBB629100515D8B /* CASharedLibrary.h */; }; + 8BB49B302BBB629100515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AA82BBB629100515D8B /* CACFData.h */; }; + 8BB49B312BBB629100515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AA92BBB629100515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB49B322BBB629100515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AAA2BBB629100515D8B /* CAPThread.cpp */; }; + 8BB49B332BBB629100515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AAB2BBB629100515D8B /* CAAutoDisposer.h */; }; + 8BB49B342BBB629100515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AAC2BBB629100515D8B /* CACFPreferences.h */; }; + 8BB49B352BBB629100515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AAD2BBB629100515D8B /* CAVectorUnit.cpp */; }; + 8BB49B362BBB629100515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AAE2BBB629100515D8B /* CAComponentDescription.h */; }; + 8BB49B372BBB629100515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AAF2BBB629100515D8B /* CADebugMacros.h */; }; + 8BB49B382BBB629100515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AB02BBB629100515D8B /* AUOutputBL.h */; }; + 8BB49B392BBB629100515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AB12BBB629100515D8B /* CADebugPrintf.cpp */; }; + 8BB49B3A2BBB629100515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AB22BBB629100515D8B /* CARingBuffer.cpp */; }; + 8BB49B3B2BBB629100515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AB32BBB629100515D8B /* CACFPlugIn.h */; }; + 8BB49B3C2BBB629100515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AB42BBB629100515D8B /* CASettingsStorage.cpp */; }; + 8BB49B3D2BBB629100515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AB52BBB629100515D8B /* CAMixMap.h */; }; + 8BB49B3E2BBB629100515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AB62BBB629100515D8B /* CACFDistributedNotification.h */; }; + 8BB49B3F2BBB629100515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AB72BBB629100515D8B /* CAFilePathUtils.h */; }; + 8BB49B402BBB629100515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AB82BBB629100515D8B /* CATink.h */; }; + 8BB49B412BBB629100515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AB92BBB629100515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB49B422BBB629100515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49ABA2BBB629100515D8B /* CAAudioChannelLayout.h */; }; + 8BB49B432BBB629100515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ABB2BBB629100515D8B /* CAProcess.cpp */; }; + 8BB49B442BBB629100515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ABC2BBB629100515D8B /* CAHostTimeBase.cpp */; }; + 8BB49B452BBB629100515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ABD2BBB629100515D8B /* CAPersistence.cpp */; }; + 8BB49B462BBB629100515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ABE2BBB629100515D8B /* CAAudioBufferList.cpp */; }; + 8BB49B472BBB629100515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ABF2BBB629100515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB49B482BBB629100515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AC02BBB629100515D8B /* CAVectorUnit.h */; }; + 8BB49B492BBB629100515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AC12BBB629100515D8B /* CAByteOrder.h */; }; + 8BB49B4A2BBB629100515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AC22BBB629100515D8B /* CACFArray.h */; }; + 8BB49B4B2BBB629100515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AC32BBB629100515D8B /* CAAtomicStack.h */; }; + 8BB49B4C2BBB629100515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AC42BBB629100515D8B /* CAReferenceCounted.h */; }; + 8BB49B4D2BBB629100515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AC52BBB629100515D8B /* CACFMachPort.cpp */; }; + 8BB49B4E2BBB629100515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AC62BBB629100515D8B /* CABufferList.cpp */; }; + 8BB49B4F2BBB629100515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AC72BBB629100515D8B /* CAMutex.cpp */; }; + 8BB49B502BBB629100515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AC82BBB629100515D8B /* CADebugger.cpp */; }; + 8BB49B512BBB629100515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AC92BBB629100515D8B /* CABundleLocker.cpp */; }; + 8BB49B522BBB629100515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ACA2BBB629100515D8B /* CAAudioFileFormats.cpp */; }; + 8BB49B532BBB629100515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49ACB2BBB629100515D8B /* CAMath.h */; }; + 8BB49B542BBB629100515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ACC2BBB629100515D8B /* CACFArray.cpp */; }; + 8BB49B552BBB629100515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49ACD2BBB629100515D8B /* CACFMessagePort.h */; }; + 8BB49B562BBB629100515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ACE2BBB629100515D8B /* CAAudioValueRange.cpp */; }; + 8BB49B572BBB629100515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ACF2BBB629100515D8B /* CAAudioUnit.cpp */; }; + 8BB49B582BBB629100515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AD32BBB629100515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB49B592BBB629100515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AD52BBB629100515D8B /* ComponentBase.cpp */; }; + 8BB49B5A2BBB629100515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AD62BBB629100515D8B /* AUScopeElement.cpp */; }; + 8BB49B5B2BBB629100515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AD72BBB629100515D8B /* ComponentBase.h */; }; + 8BB49B5C2BBB629100515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AD82BBB629100515D8B /* AUBase.cpp */; }; + 8BB49B5D2BBB629100515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AD92BBB629100515D8B /* AUInputElement.h */; }; + 8BB49B5E2BBB629100515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49ADA2BBB629100515D8B /* AUBase.h */; }; + 8BB49B5F2BBB629100515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49ADB2BBB629100515D8B /* AUPlugInDispatch.h */; }; + 8BB49B602BBB629100515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49ADC2BBB629100515D8B /* AUDispatch.h */; }; + 8BB49B612BBB629100515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ADD2BBB629100515D8B /* AUOutputElement.cpp */; }; + 8BB49B632BBB629100515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49ADF2BBB629100515D8B /* AUPlugInDispatch.cpp */; }; + 8BB49B642BBB629100515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AE02BBB629100515D8B /* AUOutputElement.h */; }; + 8BB49B652BBB629100515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AE12BBB629100515D8B /* AUDispatch.cpp */; }; + 8BB49B662BBB629100515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AE22BBB629100515D8B /* AUScopeElement.h */; }; + 8BB49B672BBB629100515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AE32BBB629100515D8B /* AUInputElement.cpp */; }; + 8BB49B682BBB629100515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AE52BBB629100515D8B /* AUEffectBase.cpp */; }; + 8BB49B692BBB629100515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AE62BBB629100515D8B /* AUEffectBase.h */; }; + 8BB49B6A2BBB629100515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AE82BBB629100515D8B /* AUTimestampGenerator.h */; }; + 8BB49B6B2BBB629100515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AE92BBB629100515D8B /* AUBaseHelper.cpp */; }; + 8BB49B6C2BBB629100515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AEA2BBB629100515D8B /* AUSilentTimeout.h */; }; + 8BB49B6D2BBB629100515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AEB2BBB629100515D8B /* AUInputFormatConverter.h */; }; + 8BB49B6E2BBB629100515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AEC2BBB629100515D8B /* AUTimestampGenerator.cpp */; }; + 8BB49B6F2BBB629100515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB49AED2BBB629100515D8B /* AUBuffer.cpp */; }; + 8BB49B702BBB629100515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AEE2BBB629100515D8B /* AUMIDIDefs.h */; }; + 8BB49B712BBB629100515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AEF2BBB629100515D8B /* AUBuffer.h */; }; + 8BB49B722BBB629100515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB49AF02BBB629100515D8B /* AUBaseHelper.h */; }; 8BC6025C073B072D006C4272 /* ContentHideD.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* ContentHideD.h */; }; 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; 8BA05A660720730100365D66 /* ContentHideD.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ContentHideD.cpp; sourceTree = ""; }; 8BA05A670720730100365D66 /* ContentHideD.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = ContentHideD.exp; sourceTree = ""; }; 8BA05A680720730100365D66 /* ContentHideD.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = ContentHideD.r; sourceTree = ""; }; 8BA05A690720730100365D66 /* ContentHideDVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ContentHideDVersion.h; sourceTree = ""; }; - 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; - 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; - 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; - 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; - 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; - 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; - 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; - 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; - 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; - 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; - 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; - 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; - 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; - 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; - 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB49A692BBB629100515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB49A6A2BBB629100515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB49A6B2BBB629100515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB49A6C2BBB629100515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB49A6D2BBB629100515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB49A6E2BBB629100515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB49A6F2BBB629100515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB49A702BBB629100515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB49A712BBB629100515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB49A722BBB629100515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB49A732BBB629100515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB49A742BBB629100515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB49A752BBB629100515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB49A762BBB629100515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB49A772BBB629100515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB49A782BBB629100515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB49A792BBB629100515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB49A7A2BBB629100515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB49A7B2BBB629100515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB49A7C2BBB629100515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB49A7D2BBB629100515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB49A7E2BBB629100515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB49A7F2BBB629100515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB49A802BBB629100515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB49A812BBB629100515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB49A822BBB629100515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB49A832BBB629100515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB49A842BBB629100515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB49A852BBB629100515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB49A862BBB629100515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB49A872BBB629100515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB49A882BBB629100515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB49A892BBB629100515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB49A8A2BBB629100515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB49A8B2BBB629100515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB49A8C2BBB629100515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB49A8D2BBB629100515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB49A8E2BBB629100515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB49A8F2BBB629100515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB49A902BBB629100515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB49A912BBB629100515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB49A922BBB629100515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB49A932BBB629100515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB49A942BBB629100515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB49A952BBB629100515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB49A962BBB629100515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB49A972BBB629100515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB49A982BBB629100515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB49A992BBB629100515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB49A9A2BBB629100515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB49A9B2BBB629100515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB49A9C2BBB629100515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB49A9D2BBB629100515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB49A9E2BBB629100515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB49A9F2BBB629100515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB49AA02BBB629100515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB49AA12BBB629100515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB49AA22BBB629100515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB49AA32BBB629100515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB49AA42BBB629100515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB49AA52BBB629100515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB49AA62BBB629100515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB49AA72BBB629100515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB49AA82BBB629100515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB49AA92BBB629100515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB49AAA2BBB629100515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB49AAB2BBB629100515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB49AAC2BBB629100515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB49AAD2BBB629100515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB49AAE2BBB629100515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB49AAF2BBB629100515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB49AB02BBB629100515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB49AB12BBB629100515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB49AB22BBB629100515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB49AB32BBB629100515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB49AB42BBB629100515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB49AB52BBB629100515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB49AB62BBB629100515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB49AB72BBB629100515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB49AB82BBB629100515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB49AB92BBB629100515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB49ABA2BBB629100515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB49ABB2BBB629100515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB49ABC2BBB629100515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB49ABD2BBB629100515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB49ABE2BBB629100515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB49ABF2BBB629100515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB49AC02BBB629100515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB49AC12BBB629100515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB49AC22BBB629100515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB49AC32BBB629100515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB49AC42BBB629100515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB49AC52BBB629100515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB49AC62BBB629100515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB49AC72BBB629100515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB49AC82BBB629100515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB49AC92BBB629100515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB49ACA2BBB629100515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB49ACB2BBB629100515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB49ACC2BBB629100515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB49ACD2BBB629100515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB49ACE2BBB629100515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB49ACF2BBB629100515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB49AD32BBB629100515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB49AD52BBB629100515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB49AD62BBB629100515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB49AD72BBB629100515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB49AD82BBB629100515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB49AD92BBB629100515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB49ADA2BBB629100515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB49ADB2BBB629100515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB49ADC2BBB629100515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB49ADD2BBB629100515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB49ADE2BBB629100515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB49ADF2BBB629100515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB49AE02BBB629100515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB49AE12BBB629100515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB49AE22BBB629100515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB49AE32BBB629100515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB49AE52BBB629100515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB49AE62BBB629100515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB49AE82BBB629100515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB49AE92BBB629100515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB49AEA2BBB629100515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB49AEB2BBB629100515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB49AEC2BBB629100515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB49AED2BBB629100515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB49AEE2BBB629100515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB49AEF2BBB629100515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB49AF02BBB629100515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB49B732BBB62FA00515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8BC6025B073B072D006C4272 /* ContentHideD.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ContentHideD.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D01CCD20486CAD60068D4B7 /* ContentHideD.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ContentHideD.component; sourceTree = BUILT_PRODUCTS_DIR; }; - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -149,9 +338,8 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BB49A672BBB629100515D8B /* CA_SDK */, 8BA05A56072072A900365D66 /* AU Source */, - 8BA05AEB0720742700365D66 /* PublicUtility */, - 8BA05A7D072073D200365D66 /* AUPublic */, ); name = Source; sourceTree = ""; @@ -176,81 +364,200 @@ name = "AU Source"; sourceTree = ""; }; - 8BA05A7D072073D200365D66 /* AUPublic */ = { + 8BB49A672BBB629100515D8B /* CA_SDK */ = { isa = PBXGroup; children = ( - 8BA05A7E072073D200365D66 /* AUBase */, - 8BA05A99072073D200365D66 /* OtherBases */, - 8BA05AA6072073D200365D66 /* Utility */, + 8BB49A682BBB629100515D8B /* PublicUtility */, + 8BB49AD02BBB629100515D8B /* AudioUnits */, ); - name = AUPublic; - path = Extras/CoreAudio/AudioUnits/AUPublic; - sourceTree = SYSTEM_DEVELOPER_DIR; + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; }; - 8BA05A7E072073D200365D66 /* AUBase */ = { + 8BB49A682BBB629100515D8B /* PublicUtility */ = { isa = PBXGroup; children = ( - 8BA05A7F072073D200365D66 /* AUBase.cpp */, - 8BA05A80072073D200365D66 /* AUBase.h */, - 8BA05A81072073D200365D66 /* AUDispatch.cpp */, - 8BA05A82072073D200365D66 /* AUDispatch.h */, - 8BA05A83072073D200365D66 /* AUInputElement.cpp */, - 8BA05A84072073D200365D66 /* AUInputElement.h */, - 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, - 8BA05A86072073D200365D66 /* AUOutputElement.h */, - 8BA05A87072073D200365D66 /* AUResources.r */, - 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, - 8BA05A89072073D200365D66 /* AUScopeElement.h */, - 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, - 8BA05A8B072073D200365D66 /* ComponentBase.h */, + 8BB49A692BBB629100515D8B /* CAExtAudioFile.h */, + 8BB49A6A2BBB629100515D8B /* CACFMachPort.h */, + 8BB49A6B2BBB629100515D8B /* CABool.h */, + 8BB49A6C2BBB629100515D8B /* CAComponent.cpp */, + 8BB49A6D2BBB629100515D8B /* CADebugger.h */, + 8BB49A6E2BBB629100515D8B /* CACFNumber.cpp */, + 8BB49A6F2BBB629100515D8B /* CAGuard.h */, + 8BB49A702BBB629100515D8B /* CAAtomic.h */, + 8BB49A712BBB629100515D8B /* CAStreamBasicDescription.h */, + 8BB49A722BBB629100515D8B /* CACFObject.h */, + 8BB49A732BBB629100515D8B /* CAStreamRangedDescription.h */, + 8BB49A742BBB629100515D8B /* CATokenMap.h */, + 8BB49A752BBB629100515D8B /* CAComponent.h */, + 8BB49A762BBB629100515D8B /* CAAudioBufferList.h */, + 8BB49A772BBB629100515D8B /* CAAudioUnit.h */, + 8BB49A782BBB629100515D8B /* CAAUParameter.h */, + 8BB49A792BBB629100515D8B /* CAException.h */, + 8BB49A7A2BBB629100515D8B /* CAAUProcessor.cpp */, + 8BB49A7B2BBB629100515D8B /* CAAUProcessor.h */, + 8BB49A7C2BBB629100515D8B /* CAProcess.h */, + 8BB49A7D2BBB629100515D8B /* CACFDictionary.h */, + 8BB49A7E2BBB629100515D8B /* CAPThread.h */, + 8BB49A7F2BBB629100515D8B /* CAAUParameter.cpp */, + 8BB49A802BBB629100515D8B /* CAAudioTimeStamp.h */, + 8BB49A812BBB629100515D8B /* CAFilePathUtils.cpp */, + 8BB49A822BBB629100515D8B /* CAAudioValueRange.h */, + 8BB49A832BBB629100515D8B /* CAVectorUnitTypes.h */, + 8BB49A842BBB629100515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB49A852BBB629100515D8B /* CAGuard.cpp */, + 8BB49A862BBB629100515D8B /* CACFNumber.h */, + 8BB49A872BBB629100515D8B /* CACFDistributedNotification.cpp */, + 8BB49A882BBB629100515D8B /* CACFString.h */, + 8BB49A892BBB629100515D8B /* CAAUMIDIMapManager.cpp */, + 8BB49A8A2BBB629100515D8B /* CAComponentDescription.cpp */, + 8BB49A8B2BBB629100515D8B /* CAHostTimeBase.h */, + 8BB49A8C2BBB629100515D8B /* CADebugMacros.cpp */, + 8BB49A8D2BBB629100515D8B /* CAAudioFileFormats.h */, + 8BB49A8E2BBB629100515D8B /* CAAUMIDIMapManager.h */, + 8BB49A8F2BBB629100515D8B /* CACFDictionary.cpp */, + 8BB49A902BBB629100515D8B /* CAMutex.h */, + 8BB49A912BBB629100515D8B /* CACFString.cpp */, + 8BB49A922BBB629100515D8B /* CASettingsStorage.h */, + 8BB49A932BBB629100515D8B /* CADebugPrintf.h */, + 8BB49A942BBB629100515D8B /* CAXException.cpp */, + 8BB49A952BBB629100515D8B /* CAAUMIDIMap.h */, + 8BB49A962BBB629100515D8B /* AUParamInfo.h */, + 8BB49A972BBB629100515D8B /* CABitOperations.h */, + 8BB49A982BBB629100515D8B /* CACFPreferences.cpp */, + 8BB49A992BBB629100515D8B /* CABundleLocker.h */, + 8BB49A9A2BBB629100515D8B /* CAPropertyAddress.h */, + 8BB49A9B2BBB629100515D8B /* CAXException.h */, + 8BB49A9C2BBB629100515D8B /* CAAudioChannelLayout.cpp */, + 8BB49A9D2BBB629100515D8B /* CAThreadSafeList.h */, + 8BB49A9E2BBB629100515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB49A9F2BBB629100515D8B /* AUParamInfo.cpp */, + 8BB49AA02BBB629100515D8B /* CASharedLibrary.cpp */, + 8BB49AA12BBB629100515D8B /* CAAUMIDIMap.cpp */, + 8BB49AA22BBB629100515D8B /* CALogMacros.h */, + 8BB49AA32BBB629100515D8B /* CACFMessagePort.cpp */, + 8BB49AA42BBB629100515D8B /* CARingBuffer.h */, + 8BB49AA52BBB629100515D8B /* AUOutputBL.cpp */, + 8BB49AA62BBB629100515D8B /* CABufferList.h */, + 8BB49AA72BBB629100515D8B /* CASharedLibrary.h */, + 8BB49AA82BBB629100515D8B /* CACFData.h */, + 8BB49AA92BBB629100515D8B /* CAStreamRangedDescription.cpp */, + 8BB49AAA2BBB629100515D8B /* CAPThread.cpp */, + 8BB49AAB2BBB629100515D8B /* CAAutoDisposer.h */, + 8BB49AAC2BBB629100515D8B /* CACFPreferences.h */, + 8BB49AAD2BBB629100515D8B /* CAVectorUnit.cpp */, + 8BB49AAE2BBB629100515D8B /* CAComponentDescription.h */, + 8BB49AAF2BBB629100515D8B /* CADebugMacros.h */, + 8BB49AB02BBB629100515D8B /* AUOutputBL.h */, + 8BB49AB12BBB629100515D8B /* CADebugPrintf.cpp */, + 8BB49AB22BBB629100515D8B /* CARingBuffer.cpp */, + 8BB49AB32BBB629100515D8B /* CACFPlugIn.h */, + 8BB49AB42BBB629100515D8B /* CASettingsStorage.cpp */, + 8BB49AB52BBB629100515D8B /* CAMixMap.h */, + 8BB49AB62BBB629100515D8B /* CACFDistributedNotification.h */, + 8BB49AB72BBB629100515D8B /* CAFilePathUtils.h */, + 8BB49AB82BBB629100515D8B /* CATink.h */, + 8BB49AB92BBB629100515D8B /* CAStreamBasicDescription.cpp */, + 8BB49ABA2BBB629100515D8B /* CAAudioChannelLayout.h */, + 8BB49ABB2BBB629100515D8B /* CAProcess.cpp */, + 8BB49ABC2BBB629100515D8B /* CAHostTimeBase.cpp */, + 8BB49ABD2BBB629100515D8B /* CAPersistence.cpp */, + 8BB49ABE2BBB629100515D8B /* CAAudioBufferList.cpp */, + 8BB49ABF2BBB629100515D8B /* CAAudioTimeStamp.cpp */, + 8BB49AC02BBB629100515D8B /* CAVectorUnit.h */, + 8BB49AC12BBB629100515D8B /* CAByteOrder.h */, + 8BB49AC22BBB629100515D8B /* CACFArray.h */, + 8BB49AC32BBB629100515D8B /* CAAtomicStack.h */, + 8BB49AC42BBB629100515D8B /* CAReferenceCounted.h */, + 8BB49AC52BBB629100515D8B /* CACFMachPort.cpp */, + 8BB49AC62BBB629100515D8B /* CABufferList.cpp */, + 8BB49AC72BBB629100515D8B /* CAMutex.cpp */, + 8BB49AC82BBB629100515D8B /* CADebugger.cpp */, + 8BB49AC92BBB629100515D8B /* CABundleLocker.cpp */, + 8BB49ACA2BBB629100515D8B /* CAAudioFileFormats.cpp */, + 8BB49ACB2BBB629100515D8B /* CAMath.h */, + 8BB49ACC2BBB629100515D8B /* CACFArray.cpp */, + 8BB49ACD2BBB629100515D8B /* CACFMessagePort.h */, + 8BB49ACE2BBB629100515D8B /* CAAudioValueRange.cpp */, + 8BB49ACF2BBB629100515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB49AD02BBB629100515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB49AD12BBB629100515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB49AD12BBB629100515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB49AD22BBB629100515D8B /* AUViewBase */, + 8BB49AD42BBB629100515D8B /* AUBase */, + 8BB49AE42BBB629100515D8B /* OtherBases */, + 8BB49AE72BBB629100515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB49AD22BBB629100515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB49AD32BBB629100515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB49AD42BBB629100515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB49AD52BBB629100515D8B /* ComponentBase.cpp */, + 8BB49AD62BBB629100515D8B /* AUScopeElement.cpp */, + 8BB49AD72BBB629100515D8B /* ComponentBase.h */, + 8BB49AD82BBB629100515D8B /* AUBase.cpp */, + 8BB49AD92BBB629100515D8B /* AUInputElement.h */, + 8BB49ADA2BBB629100515D8B /* AUBase.h */, + 8BB49ADB2BBB629100515D8B /* AUPlugInDispatch.h */, + 8BB49ADC2BBB629100515D8B /* AUDispatch.h */, + 8BB49ADD2BBB629100515D8B /* AUOutputElement.cpp */, + 8BB49ADE2BBB629100515D8B /* AUResources.r */, + 8BB49ADF2BBB629100515D8B /* AUPlugInDispatch.cpp */, + 8BB49AE02BBB629100515D8B /* AUOutputElement.h */, + 8BB49AE12BBB629100515D8B /* AUDispatch.cpp */, + 8BB49AE22BBB629100515D8B /* AUScopeElement.h */, + 8BB49AE32BBB629100515D8B /* AUInputElement.cpp */, ); path = AUBase; sourceTree = ""; }; - 8BA05A99072073D200365D66 /* OtherBases */ = { + 8BB49AE42BBB629100515D8B /* OtherBases */ = { isa = PBXGroup; children = ( - 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, - 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + 8BB49AE52BBB629100515D8B /* AUEffectBase.cpp */, + 8BB49AE62BBB629100515D8B /* AUEffectBase.h */, ); path = OtherBases; sourceTree = ""; }; - 8BA05AA6072073D200365D66 /* Utility */ = { + 8BB49AE72BBB629100515D8B /* Utility */ = { isa = PBXGroup; children = ( - F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, - F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, - 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, - 8BA05AA8072073D200365D66 /* AUBuffer.h */, - 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, - 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, - 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, - 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, - 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + 8BB49AE82BBB629100515D8B /* AUTimestampGenerator.h */, + 8BB49AE92BBB629100515D8B /* AUBaseHelper.cpp */, + 8BB49AEA2BBB629100515D8B /* AUSilentTimeout.h */, + 8BB49AEB2BBB629100515D8B /* AUInputFormatConverter.h */, + 8BB49AEC2BBB629100515D8B /* AUTimestampGenerator.cpp */, + 8BB49AED2BBB629100515D8B /* AUBuffer.cpp */, + 8BB49AEE2BBB629100515D8B /* AUMIDIDefs.h */, + 8BB49AEF2BBB629100515D8B /* AUBuffer.h */, + 8BB49AF02BBB629100515D8B /* AUBaseHelper.h */, ); path = Utility; sourceTree = ""; }; - 8BA05AEB0720742700365D66 /* PublicUtility */ = { - isa = PBXGroup; - children = ( - 8BA05B050720754400365D66 /* CAAUParameter.cpp */, - 8BA05B060720754400365D66 /* CAAUParameter.h */, - 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, - 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, - 8BA05AE10720742100365D66 /* CAMutex.cpp */, - 8BA05AE20720742100365D66 /* CAMutex.h */, - 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, - 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, - 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, - 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, - 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, - ); - name = PublicUtility; - path = Extras/CoreAudio/PublicUtility; - sourceTree = SYSTEM_DEVELOPER_DIR; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -258,27 +565,84 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49B212BBB629100515D8B /* CABundleLocker.h in Headers */, + 8BB49B422BBB629100515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB49B382BBB629100515D8B /* AUOutputBL.h in Headers */, + 8BB49B132BBB629100515D8B /* CAHostTimeBase.h in Headers */, + 8BB49B5B2BBB629100515D8B /* ComponentBase.h in Headers */, + 8BB49B4B2BBB629100515D8B /* CAAtomicStack.h in Headers */, + 8BB49B082BBB629100515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB49B252BBB629100515D8B /* CAThreadSafeList.h in Headers */, + 8BB49B002BBB629100515D8B /* CAAUParameter.h in Headers */, + 8BB49B722BBB629100515D8B /* AUBaseHelper.h in Headers */, + 8BB49B6A2BBB629100515D8B /* AUTimestampGenerator.h in Headers */, + 8BB49B1B2BBB629100515D8B /* CADebugPrintf.h in Headers */, + 8BB49B552BBB629100515D8B /* CACFMessagePort.h in Headers */, + 8BB49B032BBB629100515D8B /* CAAUProcessor.h in Headers */, + 8BB49AFF2BBB629100515D8B /* CAAudioUnit.h in Headers */, + 8BB49B582BBB629100515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB49B3E2BBB629100515D8B /* CACFDistributedNotification.h in Headers */, + 8BB49AFD2BBB629100515D8B /* CAComponent.h in Headers */, + 8BB49B0B2BBB629100515D8B /* CAVectorUnitTypes.h in Headers */, 8BA05A6E0720730100365D66 /* ContentHideDVersion.h in Headers */, - 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, - 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, - 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, - 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, - 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, - 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, - 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, - 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, - 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, - 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, - 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, - 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, - 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, - 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, - 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, - 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BB49B3F2BBB629100515D8B /* CAFilePathUtils.h in Headers */, + 8BB49B012BBB629100515D8B /* CAException.h in Headers */, + 8BB49AF82BBB629100515D8B /* CAAtomic.h in Headers */, + 8BB49AF72BBB629100515D8B /* CAGuard.h in Headers */, + 8BB49B5D2BBB629100515D8B /* AUInputElement.h in Headers */, + 8BB49B342BBB629100515D8B /* CACFPreferences.h in Headers */, + 8BB49B492BBB629100515D8B /* CAByteOrder.h in Headers */, + 8BB49B2C2BBB629100515D8B /* CARingBuffer.h in Headers */, + 8BB49AF32BBB629100515D8B /* CABool.h in Headers */, + 8BB49B182BBB629100515D8B /* CAMutex.h in Headers */, + 8BB49B5E2BBB629100515D8B /* AUBase.h in Headers */, 8BC6025C073B072D006C4272 /* ContentHideD.h in Headers */, - 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, - 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, - F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + 8BB49B102BBB629100515D8B /* CACFString.h in Headers */, + 8BB49B2F2BBB629100515D8B /* CASharedLibrary.h in Headers */, + 8BB49AFC2BBB629100515D8B /* CATokenMap.h in Headers */, + 8BB49AF12BBB629100515D8B /* CAExtAudioFile.h in Headers */, + 8BB49B062BBB629100515D8B /* CAPThread.h in Headers */, + 8BB49B222BBB629100515D8B /* CAPropertyAddress.h in Headers */, + 8BB49B4C2BBB629100515D8B /* CAReferenceCounted.h in Headers */, + 8BB49B712BBB629100515D8B /* AUBuffer.h in Headers */, + 8BB49B532BBB629100515D8B /* CAMath.h in Headers */, + 8BB49B332BBB629100515D8B /* CAAutoDisposer.h in Headers */, + 8BB49AFA2BBB629100515D8B /* CACFObject.h in Headers */, + 8BB49B1A2BBB629100515D8B /* CASettingsStorage.h in Headers */, + 8BB49B232BBB629100515D8B /* CAXException.h in Headers */, + 8BB49B402BBB629100515D8B /* CATink.h in Headers */, + 8BB49B6D2BBB629100515D8B /* AUInputFormatConverter.h in Headers */, + 8BB49B482BBB629100515D8B /* CAVectorUnit.h in Headers */, + 8BB49B042BBB629100515D8B /* CAProcess.h in Headers */, + 8BB49B0A2BBB629100515D8B /* CAAudioValueRange.h in Headers */, + 8BB49B1F2BBB629100515D8B /* CABitOperations.h in Headers */, + 8BB49B152BBB629100515D8B /* CAAudioFileFormats.h in Headers */, + 8BB49B0E2BBB629100515D8B /* CACFNumber.h in Headers */, + 8BB49B262BBB629100515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB49B372BBB629100515D8B /* CADebugMacros.h in Headers */, + 8BB49B702BBB629100515D8B /* AUMIDIDefs.h in Headers */, + 8BB49B302BBB629100515D8B /* CACFData.h in Headers */, + 8BB49AF92BBB629100515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB49B5F2BBB629100515D8B /* AUPlugInDispatch.h in Headers */, + 8BB49AFB2BBB629100515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB49B3B2BBB629100515D8B /* CACFPlugIn.h in Headers */, + 8BB49AFE2BBB629100515D8B /* CAAudioBufferList.h in Headers */, + 8BB49B162BBB629100515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB49B692BBB629100515D8B /* AUEffectBase.h in Headers */, + 8BB49B052BBB629100515D8B /* CACFDictionary.h in Headers */, + 8BB49B662BBB629100515D8B /* AUScopeElement.h in Headers */, + 8BB49B362BBB629100515D8B /* CAComponentDescription.h in Headers */, + 8BB49B6C2BBB629100515D8B /* AUSilentTimeout.h in Headers */, + 8BB49B2E2BBB629100515D8B /* CABufferList.h in Headers */, + 8BB49B602BBB629100515D8B /* AUDispatch.h in Headers */, + 8BB49B642BBB629100515D8B /* AUOutputElement.h in Headers */, + 8BB49B2A2BBB629100515D8B /* CALogMacros.h in Headers */, + 8BB49B1E2BBB629100515D8B /* AUParamInfo.h in Headers */, + 8BB49B3D2BBB629100515D8B /* CAMixMap.h in Headers */, + 8BB49B4A2BBB629100515D8B /* CACFArray.h in Headers */, + 8BB49AF22BBB629100515D8B /* CACFMachPort.h in Headers */, + 8BB49B1D2BBB629100515D8B /* CAAUMIDIMap.h in Headers */, + 8BB49AF52BBB629100515D8B /* CADebugger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -293,7 +657,6 @@ 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, 8D01CCCD0486CAD60068D4B7 /* Frameworks */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, ); buildRules = ( ); @@ -310,15 +673,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "ContentHideD" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + ja, + en, + de, + Base, + fr, ); mainGroup = 089C166AFE841209C02AAC07 /* ContentHideD */; projectDirPath = ""; @@ -340,38 +707,65 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - 8B4119B70749654200361ABE /* ContentHideD.r in Rez */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D01CCCB0486CAD60068D4B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BB49B2D2BBB629100515D8B /* AUOutputBL.cpp in Sources */, + 8BB49B522BBB629100515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB49B442BBB629100515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB49B1C2BBB629100515D8B /* CAXException.cpp in Sources */, + 8BB49B462BBB629100515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB49B092BBB629100515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB49B072BBB629100515D8B /* CAAUParameter.cpp in Sources */, + 8BB49B292BBB629100515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB49B562BBB629100515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB49B652BBB629100515D8B /* AUDispatch.cpp in Sources */, + 8BB49B202BBB629100515D8B /* CACFPreferences.cpp in Sources */, + 8BB49B632BBB629100515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB49B022BBB629100515D8B /* CAAUProcessor.cpp in Sources */, + 8BB49B172BBB629100515D8B /* CACFDictionary.cpp in Sources */, + 8BB49B6B2BBB629100515D8B /* AUBaseHelper.cpp in Sources */, + 8BB49B502BBB629100515D8B /* CADebugger.cpp in Sources */, + 8BB49B242BBB629100515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB49B272BBB629100515D8B /* AUParamInfo.cpp in Sources */, + 8BB49B452BBB629100515D8B /* CAPersistence.cpp in Sources */, + 8BB49B392BBB629100515D8B /* CADebugPrintf.cpp in Sources */, + 8BB49B6E2BBB629100515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB49B412BBB629100515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB49B112BBB629100515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB49B3C2BBB629100515D8B /* CASettingsStorage.cpp in Sources */, + 8BB49B612BBB629100515D8B /* AUOutputElement.cpp in Sources */, + 8BB49B0D2BBB629100515D8B /* CAGuard.cpp in Sources */, 8BA05A6B0720730100365D66 /* ContentHideD.cpp in Sources */, - 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, - 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, - 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, - 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, - 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, - 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, - 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, - 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, - 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, - 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, - 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, - 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, - 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, - 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, - F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + 8BB49B4F2BBB629100515D8B /* CAMutex.cpp in Sources */, + 8BB49B682BBB629100515D8B /* AUEffectBase.cpp in Sources */, + 8BB49B4D2BBB629100515D8B /* CACFMachPort.cpp in Sources */, + 8BB49B5C2BBB629100515D8B /* AUBase.cpp in Sources */, + 8BB49B282BBB629100515D8B /* CASharedLibrary.cpp in Sources */, + 8BB49B0F2BBB629100515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB49B122BBB629100515D8B /* CAComponentDescription.cpp in Sources */, + 8BB49B192BBB629100515D8B /* CACFString.cpp in Sources */, + 8BB49B592BBB629100515D8B /* ComponentBase.cpp in Sources */, + 8BB49B3A2BBB629100515D8B /* CARingBuffer.cpp in Sources */, + 8BB49B5A2BBB629100515D8B /* AUScopeElement.cpp in Sources */, + 8BB49B572BBB629100515D8B /* CAAudioUnit.cpp in Sources */, + 8BB49B542BBB629100515D8B /* CACFArray.cpp in Sources */, + 8BB49B512BBB629100515D8B /* CABundleLocker.cpp in Sources */, + 8BB49B432BBB629100515D8B /* CAProcess.cpp in Sources */, + 8BB49B312BBB629100515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB49B322BBB629100515D8B /* CAPThread.cpp in Sources */, + 8BB49AF42BBB629100515D8B /* CAComponent.cpp in Sources */, + 8BB49B0C2BBB629100515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB49B472BBB629100515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB49B4E2BBB629100515D8B /* CABufferList.cpp in Sources */, + 8BB49B2B2BBB629100515D8B /* CACFMessagePort.cpp in Sources */, + 8BB49B352BBB629100515D8B /* CAVectorUnit.cpp in Sources */, + 8BB49B672BBB629100515D8B /* AUInputElement.cpp in Sources */, + 8BB49B6F2BBB629100515D8B /* AUBuffer.cpp in Sources */, + 8BB49B142BBB629100515D8B /* CADebugMacros.cpp in Sources */, + 8BB49AF62BBB629100515D8B /* CACFNumber.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,7 +775,7 @@ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C167EFE841241C02AAC07 /* English */, + 8BB49B732BBB62FA00515D8B /* en */, ); name = InfoPlist.strings; sourceTree = ""; @@ -392,16 +786,28 @@ 3E4BA244089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ContentHideD.exp; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ContentHideD; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Debug; @@ -409,25 +815,29 @@ 3E4BA245089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = ContentHideD.exp; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; LIBRARY_STYLE = Bundle; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; PRODUCT_NAME = ContentHideD; - SDKROOT = macosx10.5; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WRAPPER_EXTENSION = component; }; name = Release; @@ -435,11 +845,44 @@ 3E4BA248089833B7007656EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -451,10 +894,42 @@ 3E4BA249089833B7007656EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; - SDKROOT = macosx10.6; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..6183b863e Binary files /dev/null and b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/xcshareddata/xcschemes/ContentHideD.xcscheme b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/xcshareddata/xcschemes/ContentHideD.xcscheme new file mode 100644 index 000000000..f7ea7a906 --- /dev/null +++ b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/xcshareddata/xcschemes/ContentHideD.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..57813ab94 --- /dev/null +++ b/plugins/MacSignedAU/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + ContentHideD.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/ContentHideD/Info.plist b/plugins/MacSignedAU/ContentHideD/Info.plist index 12f0517b5..8c5c55ba2 100755 --- a/plugins/MacSignedAU/ContentHideD/Info.plist +++ b/plugins/MacSignedAU/ContentHideD/Info.plist @@ -2,6 +2,25 @@ + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + cnid + type + aufx + version + 65536 + + CFBundleDevelopmentRegion English CFBundleExecutable @@ -9,11 +28,11 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.audiounit.${PRODUCT_NAME:identifier} - CFBundleName - ${PROJECTNAMEASIDENTIFIER} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} CFBundlePackageType BNDL CFBundleShortVersionString diff --git a/plugins/MacSignedAU/ContentHideD/English.lproj/InfoPlist.strings b/plugins/MacSignedAU/ContentHideD/en.lproj/InfoPlist.strings similarity index 100% rename from plugins/MacSignedAU/ContentHideD/English.lproj/InfoPlist.strings rename to plugins/MacSignedAU/ContentHideD/en.lproj/InfoPlist.strings diff --git a/plugins/MacSignedAU/Stonefire/Info.plist b/plugins/MacSignedAU/Stonefire/Info.plist new file mode 100755 index 000000000..6b900acf1 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Info.plist @@ -0,0 +1,47 @@ + + + + + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + stfr + type + aufx + version + 65536 + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.cpp b/plugins/MacSignedAU/Stonefire/Stonefire.cpp new file mode 100755 index 000000000..3ca7253b5 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.cpp @@ -0,0 +1,293 @@ +/* +* File: Stonefire.cpp +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Stonefire.cpp + +=============================================================================*/ +#include "Stonefire.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Stonefire) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::Stonefire +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Stonefire::Stonefire(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Stonefire::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Stonefire::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____StonefireEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::StonefireKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Stonefire::StonefireKernel::Reset() +{ + for (int x = 0; x < air_total; x++) air[x] = 0.0; + for (int x = 0; x < kal_total; x++) kal[x] = 0.0; + trebleGainA = 1.0; trebleGainB = 1.0; + midGainA = 1.0; midGainB = 1.0; + bassGainA = 1.0; bassGainB = 1.0; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Stonefire::StonefireKernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Stonefire::StonefireKernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + trebleGainA = trebleGainB; trebleGainB = GetParameter( kParam_One )*2.0; + midGainA = midGainB; midGainB = GetParameter( kParam_Two )*2.0; + bassGainA = bassGainB; bassGainB = GetParameter( kParam_Three )*2.0; + //simple three band to adjust + double kalman = 1.0-pow(GetParameter( kParam_Four ),2); + //crossover frequency between mid/bass + + while (nSampleFrames-- > 0) { + double inputSampleL = *sourceP; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpd * 1.18e-17; + double drySampleL = inputSampleL; + + double temp = (double)nSampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSampleL += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSampleL; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.exp b/plugins/MacSignedAU/Stonefire/Stonefire.exp new file mode 100755 index 000000000..00791e064 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.exp @@ -0,0 +1,2 @@ +_StonefireEntry +_StonefireFactory diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.h b/plugins/MacSignedAU/Stonefire/Stonefire.h new file mode 100755 index 000000000..d817db32c --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.h @@ -0,0 +1,188 @@ +/* +* File: Stonefire.h +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "StonefireVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Stonefire_h__ +#define __Stonefire_h__ + + +#pragma mark ____Stonefire Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.5; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 0.5; +static const float kDefaultValue_ParamFour = 0.5; + +static CFStringRef kParameterOneName = CFSTR("Air"); +static CFStringRef kParameterTwoName = CFSTR("Fire"); +static CFStringRef kParameterThreeName = CFSTR("Stone"); +static CFStringRef kParameterFourName = CFSTR("Range"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + //Add your parameters here... + kNumberOfParameters=4 +}; + +#pragma mark ____Stonefire +class Stonefire : public AUEffectBase +{ +public: + Stonefire(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Stonefire () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new StonefireKernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kStonefireVersion; } + + + +protected: + class StonefireKernel : public AUKernelBase // most of the real work happens here + { +public: + StonefireKernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + enum { + pvAL1, + pvSL1, + accSL1, + acc2SL1, + pvAL2, + pvSL2, + accSL2, + acc2SL2, + pvAL3, + pvSL3, + accSL3, + pvAL4, + pvSL4, + gndavgL, + outAL, + gainAL, + air_total + }; + double air[air_total]; + + enum { + prevSampL1, + prevSlewL1, + accSlewL1, + prevSampL2, + prevSlewL2, + accSlewL2, + prevSampL3, + prevSlewL3, + accSlewL3, + kalGainL, + kalOutL, + kal_total + }; + double kal[kal_total]; + + double trebleGainA; + double trebleGainB; + double midGainA; + double midGainB; + double bassGainA; + double bassGainB; + + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.r b/plugins/MacSignedAU/Stonefire/Stonefire.r new file mode 100755 index 000000000..8d83e6eea --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.r @@ -0,0 +1,61 @@ +/* +* File: Stonefire.r +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "StonefireVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Stonefire 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Stonefire~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Stonefire +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Stonefire_COMP_SUBTYPE +#define COMP_MANUF Stonefire_COMP_MANF + +#define VERSION kStonefireVersion +#define NAME "Airwindows: Stonefire" +#define DESCRIPTION "Stonefire AU" +#define ENTRY_POINT "StonefireEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..a0e8af414 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,128 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Stonefire */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 733683431; + PBXWorkspaceStateSaveDate = 733683431; + }; + perUserProjectItems = { + 8BFF51582BBB22AF00C35A15 /* PlistBookmark */ = 8BFF51582BBB22AF00C35A15 /* PlistBookmark */; + 8BFF51762BBB251500C35A15 /* PlistBookmark */ = 8BFF51762BBB251500C35A15 /* PlistBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8BA05A660720730100365D66 /* Stonefire.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1090, 5202}}"; + sepNavSelRange = "{10482, 0}"; + sepNavVisRange = "{11340, 2146}"; + sepNavWindowFrame = "{{15, 52}, {1137, 821}}"; + }; + }; + 8BA05A690720730100365D66 /* StonefireVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1090, 1062}}"; + sepNavSelRange = "{2905, 0}"; + sepNavVisRange = "{1068, 1900}"; + sepNavWindowFrame = "{{15, 52}, {1137, 821}}"; + }; + }; + 8BC6025B073B072D006C4272 /* Stonefire.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 4068}}"; + sepNavSelRange = "{5835, 0}"; + sepNavVisRange = "{5079, 643}"; + sepNavWindowFrame = "{{15, 52}, {1137, 821}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BFF51582BBB22AF00C35A15 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Stonefire/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8BFF51762BBB251500C35A15 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Stonefire/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..8132a056f --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1505 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 841 + 841 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 241 44 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Info.plist + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Info.plist + _historyCapacity + 0 + bookmark + 8BFF51762BBB251500C35A15 + history + + 8BFF51582BBB22AF00C35A15 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 242}} + RubberWindowFrame + 241 44 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 242pt + + + Proportion + 366pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 339}} + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {531, 339}} + RubberWindowFrame + 241 44 841 654 0 0 1440 878 + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BFF516E2BBB248D00C35A15 + 1CA23ED40692098700951B8B + 8BFF516F2BBB248D00C35A15 + 8BD7274A1D46E5A5000176F0 + 8BFF51702BBB248D00C35A15 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 733685013.30776501 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/Stonefire/Stonefire.xcodeproj + + WindowString + 241 44 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.pbxproj new file mode 100755 index 000000000..01da800a0 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.pbxproj @@ -0,0 +1,965 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 8BA05A6B0720730100365D66 /* Stonefire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Stonefire.cpp */; }; + 8BA05A6E0720730100365D66 /* StonefireVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* StonefireVersion.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BB495B02BBB5F3E00515D8B /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495282BBB5F3D00515D8B /* CAExtAudioFile.h */; }; + 8BB495B12BBB5F3E00515D8B /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495292BBB5F3D00515D8B /* CACFMachPort.h */; }; + 8BB495B22BBB5F3E00515D8B /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4952A2BBB5F3D00515D8B /* CABool.h */; }; + 8BB495B32BBB5F3E00515D8B /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4952B2BBB5F3D00515D8B /* CAComponent.cpp */; }; + 8BB495B42BBB5F3E00515D8B /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4952C2BBB5F3D00515D8B /* CADebugger.h */; }; + 8BB495B52BBB5F3E00515D8B /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4952D2BBB5F3D00515D8B /* CACFNumber.cpp */; }; + 8BB495B62BBB5F3E00515D8B /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4952E2BBB5F3D00515D8B /* CAGuard.h */; }; + 8BB495B72BBB5F3E00515D8B /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4952F2BBB5F3D00515D8B /* CAAtomic.h */; }; + 8BB495B82BBB5F3E00515D8B /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495302BBB5F3D00515D8B /* CAStreamBasicDescription.h */; }; + 8BB495B92BBB5F3E00515D8B /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495312BBB5F3D00515D8B /* CACFObject.h */; }; + 8BB495BA2BBB5F3E00515D8B /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495322BBB5F3D00515D8B /* CAStreamRangedDescription.h */; }; + 8BB495BB2BBB5F3E00515D8B /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495332BBB5F3D00515D8B /* CATokenMap.h */; }; + 8BB495BC2BBB5F3E00515D8B /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495342BBB5F3D00515D8B /* CAComponent.h */; }; + 8BB495BD2BBB5F3E00515D8B /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495352BBB5F3D00515D8B /* CAAudioBufferList.h */; }; + 8BB495BE2BBB5F3E00515D8B /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495362BBB5F3D00515D8B /* CAAudioUnit.h */; }; + 8BB495BF2BBB5F3E00515D8B /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495372BBB5F3D00515D8B /* CAAUParameter.h */; }; + 8BB495C02BBB5F3E00515D8B /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495382BBB5F3D00515D8B /* CAException.h */; }; + 8BB495C12BBB5F3E00515D8B /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495392BBB5F3D00515D8B /* CAAUProcessor.cpp */; }; + 8BB495C22BBB5F3E00515D8B /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4953A2BBB5F3D00515D8B /* CAAUProcessor.h */; }; + 8BB495C32BBB5F3E00515D8B /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4953B2BBB5F3D00515D8B /* CAProcess.h */; }; + 8BB495C42BBB5F3E00515D8B /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4953C2BBB5F3D00515D8B /* CACFDictionary.h */; }; + 8BB495C52BBB5F3E00515D8B /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4953D2BBB5F3D00515D8B /* CAPThread.h */; }; + 8BB495C62BBB5F3E00515D8B /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4953E2BBB5F3D00515D8B /* CAAUParameter.cpp */; }; + 8BB495C72BBB5F3E00515D8B /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4953F2BBB5F3D00515D8B /* CAAudioTimeStamp.h */; }; + 8BB495C82BBB5F3E00515D8B /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495402BBB5F3D00515D8B /* CAFilePathUtils.cpp */; }; + 8BB495C92BBB5F3E00515D8B /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495412BBB5F3D00515D8B /* CAAudioValueRange.h */; }; + 8BB495CA2BBB5F3E00515D8B /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495422BBB5F3D00515D8B /* CAVectorUnitTypes.h */; }; + 8BB495CB2BBB5F3E00515D8B /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495432BBB5F3D00515D8B /* CAAudioChannelLayoutObject.cpp */; }; + 8BB495CC2BBB5F3E00515D8B /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495442BBB5F3E00515D8B /* CAGuard.cpp */; }; + 8BB495CD2BBB5F3E00515D8B /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495452BBB5F3E00515D8B /* CACFNumber.h */; }; + 8BB495CE2BBB5F3E00515D8B /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495462BBB5F3E00515D8B /* CACFDistributedNotification.cpp */; }; + 8BB495CF2BBB5F3E00515D8B /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495472BBB5F3E00515D8B /* CACFString.h */; }; + 8BB495D02BBB5F3E00515D8B /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495482BBB5F3E00515D8B /* CAAUMIDIMapManager.cpp */; }; + 8BB495D12BBB5F3E00515D8B /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495492BBB5F3E00515D8B /* CAComponentDescription.cpp */; }; + 8BB495D22BBB5F3E00515D8B /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4954A2BBB5F3E00515D8B /* CAHostTimeBase.h */; }; + 8BB495D32BBB5F3E00515D8B /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4954B2BBB5F3E00515D8B /* CADebugMacros.cpp */; }; + 8BB495D42BBB5F3E00515D8B /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4954C2BBB5F3E00515D8B /* CAAudioFileFormats.h */; }; + 8BB495D52BBB5F3E00515D8B /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4954D2BBB5F3E00515D8B /* CAAUMIDIMapManager.h */; }; + 8BB495D62BBB5F3E00515D8B /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4954E2BBB5F3E00515D8B /* CACFDictionary.cpp */; }; + 8BB495D72BBB5F3E00515D8B /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4954F2BBB5F3E00515D8B /* CAMutex.h */; }; + 8BB495D82BBB5F3E00515D8B /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495502BBB5F3E00515D8B /* CACFString.cpp */; }; + 8BB495D92BBB5F3E00515D8B /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495512BBB5F3E00515D8B /* CASettingsStorage.h */; }; + 8BB495DA2BBB5F3E00515D8B /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495522BBB5F3E00515D8B /* CADebugPrintf.h */; }; + 8BB495DB2BBB5F3E00515D8B /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495532BBB5F3E00515D8B /* CAXException.cpp */; }; + 8BB495DC2BBB5F3E00515D8B /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495542BBB5F3E00515D8B /* CAAUMIDIMap.h */; }; + 8BB495DD2BBB5F3E00515D8B /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495552BBB5F3E00515D8B /* AUParamInfo.h */; }; + 8BB495DE2BBB5F3E00515D8B /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495562BBB5F3E00515D8B /* CABitOperations.h */; }; + 8BB495DF2BBB5F3E00515D8B /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495572BBB5F3E00515D8B /* CACFPreferences.cpp */; }; + 8BB495E02BBB5F3E00515D8B /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495582BBB5F3E00515D8B /* CABundleLocker.h */; }; + 8BB495E12BBB5F3E00515D8B /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495592BBB5F3E00515D8B /* CAPropertyAddress.h */; }; + 8BB495E22BBB5F3E00515D8B /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4955A2BBB5F3E00515D8B /* CAXException.h */; }; + 8BB495E32BBB5F3E00515D8B /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4955B2BBB5F3E00515D8B /* CAAudioChannelLayout.cpp */; }; + 8BB495E42BBB5F3E00515D8B /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4955C2BBB5F3E00515D8B /* CAThreadSafeList.h */; }; + 8BB495E52BBB5F3E00515D8B /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4955D2BBB5F3E00515D8B /* CAAudioUnitOutputCapturer.h */; }; + 8BB495E62BBB5F3E00515D8B /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4955E2BBB5F3E00515D8B /* AUParamInfo.cpp */; }; + 8BB495E72BBB5F3E00515D8B /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4955F2BBB5F3E00515D8B /* CASharedLibrary.cpp */; }; + 8BB495E82BBB5F3E00515D8B /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495602BBB5F3E00515D8B /* CAAUMIDIMap.cpp */; }; + 8BB495E92BBB5F3E00515D8B /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495612BBB5F3E00515D8B /* CALogMacros.h */; }; + 8BB495EA2BBB5F3E00515D8B /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495622BBB5F3E00515D8B /* CACFMessagePort.cpp */; }; + 8BB495EB2BBB5F3E00515D8B /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495632BBB5F3E00515D8B /* CARingBuffer.h */; }; + 8BB495EC2BBB5F3E00515D8B /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495642BBB5F3E00515D8B /* AUOutputBL.cpp */; }; + 8BB495ED2BBB5F3E00515D8B /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495652BBB5F3E00515D8B /* CABufferList.h */; }; + 8BB495EE2BBB5F3E00515D8B /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495662BBB5F3E00515D8B /* CASharedLibrary.h */; }; + 8BB495EF2BBB5F3E00515D8B /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495672BBB5F3E00515D8B /* CACFData.h */; }; + 8BB495F02BBB5F3E00515D8B /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495682BBB5F3E00515D8B /* CAStreamRangedDescription.cpp */; }; + 8BB495F12BBB5F3E00515D8B /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495692BBB5F3E00515D8B /* CAPThread.cpp */; }; + 8BB495F22BBB5F3E00515D8B /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4956A2BBB5F3E00515D8B /* CAAutoDisposer.h */; }; + 8BB495F32BBB5F3E00515D8B /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4956B2BBB5F3E00515D8B /* CACFPreferences.h */; }; + 8BB495F42BBB5F3E00515D8B /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4956C2BBB5F3E00515D8B /* CAVectorUnit.cpp */; }; + 8BB495F52BBB5F3E00515D8B /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4956D2BBB5F3E00515D8B /* CAComponentDescription.h */; }; + 8BB495F62BBB5F3E00515D8B /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4956E2BBB5F3E00515D8B /* CADebugMacros.h */; }; + 8BB495F72BBB5F3E00515D8B /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4956F2BBB5F3E00515D8B /* AUOutputBL.h */; }; + 8BB495F82BBB5F3E00515D8B /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495702BBB5F3E00515D8B /* CADebugPrintf.cpp */; }; + 8BB495F92BBB5F3E00515D8B /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495712BBB5F3E00515D8B /* CARingBuffer.cpp */; }; + 8BB495FA2BBB5F3E00515D8B /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495722BBB5F3E00515D8B /* CACFPlugIn.h */; }; + 8BB495FB2BBB5F3E00515D8B /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495732BBB5F3E00515D8B /* CASettingsStorage.cpp */; }; + 8BB495FC2BBB5F3E00515D8B /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495742BBB5F3E00515D8B /* CAMixMap.h */; }; + 8BB495FD2BBB5F3E00515D8B /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495752BBB5F3E00515D8B /* CACFDistributedNotification.h */; }; + 8BB495FE2BBB5F3E00515D8B /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495762BBB5F3E00515D8B /* CAFilePathUtils.h */; }; + 8BB495FF2BBB5F3E00515D8B /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495772BBB5F3E00515D8B /* CATink.h */; }; + 8BB496002BBB5F3E00515D8B /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495782BBB5F3E00515D8B /* CAStreamBasicDescription.cpp */; }; + 8BB496012BBB5F3E00515D8B /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495792BBB5F3E00515D8B /* CAAudioChannelLayout.h */; }; + 8BB496022BBB5F3E00515D8B /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4957A2BBB5F3E00515D8B /* CAProcess.cpp */; }; + 8BB496032BBB5F3E00515D8B /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4957B2BBB5F3E00515D8B /* CAHostTimeBase.cpp */; }; + 8BB496042BBB5F3E00515D8B /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4957C2BBB5F3E00515D8B /* CAPersistence.cpp */; }; + 8BB496052BBB5F3E00515D8B /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4957D2BBB5F3E00515D8B /* CAAudioBufferList.cpp */; }; + 8BB496062BBB5F3E00515D8B /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4957E2BBB5F3E00515D8B /* CAAudioTimeStamp.cpp */; }; + 8BB496072BBB5F3E00515D8B /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4957F2BBB5F3E00515D8B /* CAVectorUnit.h */; }; + 8BB496082BBB5F3E00515D8B /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495802BBB5F3E00515D8B /* CAByteOrder.h */; }; + 8BB496092BBB5F3E00515D8B /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495812BBB5F3E00515D8B /* CACFArray.h */; }; + 8BB4960A2BBB5F3E00515D8B /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495822BBB5F3E00515D8B /* CAAtomicStack.h */; }; + 8BB4960B2BBB5F3E00515D8B /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495832BBB5F3E00515D8B /* CAReferenceCounted.h */; }; + 8BB4960C2BBB5F3E00515D8B /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495842BBB5F3E00515D8B /* CACFMachPort.cpp */; }; + 8BB4960D2BBB5F3E00515D8B /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495852BBB5F3E00515D8B /* CABufferList.cpp */; }; + 8BB4960E2BBB5F3E00515D8B /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495862BBB5F3E00515D8B /* CAMutex.cpp */; }; + 8BB4960F2BBB5F3E00515D8B /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495872BBB5F3E00515D8B /* CADebugger.cpp */; }; + 8BB496102BBB5F3E00515D8B /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495882BBB5F3E00515D8B /* CABundleLocker.cpp */; }; + 8BB496112BBB5F3E00515D8B /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495892BBB5F3E00515D8B /* CAAudioFileFormats.cpp */; }; + 8BB496122BBB5F3E00515D8B /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4958A2BBB5F3E00515D8B /* CAMath.h */; }; + 8BB496132BBB5F3E00515D8B /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4958B2BBB5F3E00515D8B /* CACFArray.cpp */; }; + 8BB496142BBB5F3E00515D8B /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4958C2BBB5F3E00515D8B /* CACFMessagePort.h */; }; + 8BB496152BBB5F3E00515D8B /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4958D2BBB5F3E00515D8B /* CAAudioValueRange.cpp */; }; + 8BB496162BBB5F3E00515D8B /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4958E2BBB5F3E00515D8B /* CAAudioUnit.cpp */; }; + 8BB496172BBB5F3E00515D8B /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495922BBB5F3E00515D8B /* AUViewLocalizedStringKeys.h */; }; + 8BB496182BBB5F3E00515D8B /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495942BBB5F3E00515D8B /* ComponentBase.cpp */; }; + 8BB496192BBB5F3E00515D8B /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495952BBB5F3E00515D8B /* AUScopeElement.cpp */; }; + 8BB4961A2BBB5F3E00515D8B /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495962BBB5F3E00515D8B /* ComponentBase.h */; }; + 8BB4961B2BBB5F3E00515D8B /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495972BBB5F3E00515D8B /* AUBase.cpp */; }; + 8BB4961C2BBB5F3E00515D8B /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495982BBB5F3E00515D8B /* AUInputElement.h */; }; + 8BB4961D2BBB5F3E00515D8B /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495992BBB5F3E00515D8B /* AUBase.h */; }; + 8BB4961E2BBB5F3E00515D8B /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4959A2BBB5F3E00515D8B /* AUPlugInDispatch.h */; }; + 8BB4961F2BBB5F3E00515D8B /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4959B2BBB5F3E00515D8B /* AUDispatch.h */; }; + 8BB496202BBB5F3E00515D8B /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4959C2BBB5F3E00515D8B /* AUOutputElement.cpp */; }; + 8BB496222BBB5F3E00515D8B /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB4959E2BBB5F3E00515D8B /* AUPlugInDispatch.cpp */; }; + 8BB496232BBB5F3E00515D8B /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB4959F2BBB5F3E00515D8B /* AUOutputElement.h */; }; + 8BB496242BBB5F3E00515D8B /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495A02BBB5F3E00515D8B /* AUDispatch.cpp */; }; + 8BB496252BBB5F3E00515D8B /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495A12BBB5F3E00515D8B /* AUScopeElement.h */; }; + 8BB496262BBB5F3E00515D8B /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495A22BBB5F3E00515D8B /* AUInputElement.cpp */; }; + 8BB496272BBB5F3E00515D8B /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495A42BBB5F3E00515D8B /* AUEffectBase.cpp */; }; + 8BB496282BBB5F3E00515D8B /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495A52BBB5F3E00515D8B /* AUEffectBase.h */; }; + 8BB496292BBB5F3E00515D8B /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495A72BBB5F3E00515D8B /* AUTimestampGenerator.h */; }; + 8BB4962A2BBB5F3E00515D8B /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495A82BBB5F3E00515D8B /* AUBaseHelper.cpp */; }; + 8BB4962B2BBB5F3E00515D8B /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495A92BBB5F3E00515D8B /* AUSilentTimeout.h */; }; + 8BB4962C2BBB5F3E00515D8B /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495AA2BBB5F3E00515D8B /* AUInputFormatConverter.h */; }; + 8BB4962D2BBB5F3E00515D8B /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495AB2BBB5F3E00515D8B /* AUTimestampGenerator.cpp */; }; + 8BB4962E2BBB5F3E00515D8B /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BB495AC2BBB5F3E00515D8B /* AUBuffer.cpp */; }; + 8BB4962F2BBB5F3E00515D8B /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495AD2BBB5F3E00515D8B /* AUMIDIDefs.h */; }; + 8BB496302BBB5F3E00515D8B /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495AE2BBB5F3E00515D8B /* AUBuffer.h */; }; + 8BB496312BBB5F3E00515D8B /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB495AF2BBB5F3E00515D8B /* AUBaseHelper.h */; }; + 8BC6025C073B072D006C4272 /* Stonefire.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Stonefire.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Stonefire.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Stonefire.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Stonefire.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Stonefire.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Stonefire.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Stonefire.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* StonefireVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = StonefireVersion.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BB495282BBB5F3D00515D8B /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BB495292BBB5F3D00515D8B /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BB4952A2BBB5F3D00515D8B /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BB4952B2BBB5F3D00515D8B /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BB4952C2BBB5F3D00515D8B /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BB4952D2BBB5F3D00515D8B /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BB4952E2BBB5F3D00515D8B /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BB4952F2BBB5F3D00515D8B /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BB495302BBB5F3D00515D8B /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BB495312BBB5F3D00515D8B /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BB495322BBB5F3D00515D8B /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BB495332BBB5F3D00515D8B /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BB495342BBB5F3D00515D8B /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BB495352BBB5F3D00515D8B /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BB495362BBB5F3D00515D8B /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BB495372BBB5F3D00515D8B /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BB495382BBB5F3D00515D8B /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BB495392BBB5F3D00515D8B /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BB4953A2BBB5F3D00515D8B /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BB4953B2BBB5F3D00515D8B /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BB4953C2BBB5F3D00515D8B /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BB4953D2BBB5F3D00515D8B /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BB4953E2BBB5F3D00515D8B /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BB4953F2BBB5F3D00515D8B /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BB495402BBB5F3D00515D8B /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BB495412BBB5F3D00515D8B /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BB495422BBB5F3D00515D8B /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BB495432BBB5F3D00515D8B /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BB495442BBB5F3E00515D8B /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BB495452BBB5F3E00515D8B /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BB495462BBB5F3E00515D8B /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BB495472BBB5F3E00515D8B /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BB495482BBB5F3E00515D8B /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BB495492BBB5F3E00515D8B /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BB4954A2BBB5F3E00515D8B /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BB4954B2BBB5F3E00515D8B /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BB4954C2BBB5F3E00515D8B /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BB4954D2BBB5F3E00515D8B /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BB4954E2BBB5F3E00515D8B /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BB4954F2BBB5F3E00515D8B /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BB495502BBB5F3E00515D8B /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BB495512BBB5F3E00515D8B /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BB495522BBB5F3E00515D8B /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BB495532BBB5F3E00515D8B /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BB495542BBB5F3E00515D8B /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BB495552BBB5F3E00515D8B /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BB495562BBB5F3E00515D8B /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BB495572BBB5F3E00515D8B /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BB495582BBB5F3E00515D8B /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BB495592BBB5F3E00515D8B /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BB4955A2BBB5F3E00515D8B /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BB4955B2BBB5F3E00515D8B /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BB4955C2BBB5F3E00515D8B /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BB4955D2BBB5F3E00515D8B /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BB4955E2BBB5F3E00515D8B /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BB4955F2BBB5F3E00515D8B /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BB495602BBB5F3E00515D8B /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BB495612BBB5F3E00515D8B /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BB495622BBB5F3E00515D8B /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BB495632BBB5F3E00515D8B /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BB495642BBB5F3E00515D8B /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BB495652BBB5F3E00515D8B /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BB495662BBB5F3E00515D8B /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BB495672BBB5F3E00515D8B /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BB495682BBB5F3E00515D8B /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BB495692BBB5F3E00515D8B /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BB4956A2BBB5F3E00515D8B /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BB4956B2BBB5F3E00515D8B /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BB4956C2BBB5F3E00515D8B /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BB4956D2BBB5F3E00515D8B /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BB4956E2BBB5F3E00515D8B /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BB4956F2BBB5F3E00515D8B /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BB495702BBB5F3E00515D8B /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BB495712BBB5F3E00515D8B /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BB495722BBB5F3E00515D8B /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BB495732BBB5F3E00515D8B /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BB495742BBB5F3E00515D8B /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BB495752BBB5F3E00515D8B /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BB495762BBB5F3E00515D8B /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BB495772BBB5F3E00515D8B /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BB495782BBB5F3E00515D8B /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BB495792BBB5F3E00515D8B /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BB4957A2BBB5F3E00515D8B /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BB4957B2BBB5F3E00515D8B /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BB4957C2BBB5F3E00515D8B /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BB4957D2BBB5F3E00515D8B /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BB4957E2BBB5F3E00515D8B /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BB4957F2BBB5F3E00515D8B /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BB495802BBB5F3E00515D8B /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BB495812BBB5F3E00515D8B /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BB495822BBB5F3E00515D8B /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BB495832BBB5F3E00515D8B /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BB495842BBB5F3E00515D8B /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BB495852BBB5F3E00515D8B /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BB495862BBB5F3E00515D8B /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BB495872BBB5F3E00515D8B /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BB495882BBB5F3E00515D8B /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BB495892BBB5F3E00515D8B /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BB4958A2BBB5F3E00515D8B /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BB4958B2BBB5F3E00515D8B /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BB4958C2BBB5F3E00515D8B /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BB4958D2BBB5F3E00515D8B /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BB4958E2BBB5F3E00515D8B /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BB495922BBB5F3E00515D8B /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BB495942BBB5F3E00515D8B /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BB495952BBB5F3E00515D8B /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BB495962BBB5F3E00515D8B /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BB495972BBB5F3E00515D8B /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BB495982BBB5F3E00515D8B /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BB495992BBB5F3E00515D8B /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BB4959A2BBB5F3E00515D8B /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BB4959B2BBB5F3E00515D8B /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BB4959C2BBB5F3E00515D8B /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BB4959D2BBB5F3E00515D8B /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BB4959E2BBB5F3E00515D8B /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BB4959F2BBB5F3E00515D8B /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BB495A02BBB5F3E00515D8B /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BB495A12BBB5F3E00515D8B /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BB495A22BBB5F3E00515D8B /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BB495A42BBB5F3E00515D8B /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BB495A52BBB5F3E00515D8B /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BB495A72BBB5F3E00515D8B /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BB495A82BBB5F3E00515D8B /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BB495A92BBB5F3E00515D8B /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BB495AA2BBB5F3E00515D8B /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BB495AB2BBB5F3E00515D8B /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BB495AC2BBB5F3E00515D8B /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BB495AD2BBB5F3E00515D8B /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BB495AE2BBB5F3E00515D8B /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BB495AF2BBB5F3E00515D8B /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BB496322BBB5FB500515D8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Stonefire.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Stonefire.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Stonefire.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Stonefire.component; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Stonefire */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Stonefire; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BB495262BBB5F3D00515D8B /* CA_SDK */, + 8BA05A56072072A900365D66 /* AU Source */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Stonefire.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Stonefire.h */, + 8BA05A660720730100365D66 /* Stonefire.cpp */, + 8BA05A670720730100365D66 /* Stonefire.exp */, + 8BA05A680720730100365D66 /* Stonefire.r */, + 8BA05A690720730100365D66 /* StonefireVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BB495262BBB5F3D00515D8B /* CA_SDK */ = { + isa = PBXGroup; + children = ( + 8BB495272BBB5F3D00515D8B /* PublicUtility */, + 8BB4958F2BBB5F3E00515D8B /* AudioUnits */, + ); + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; + }; + 8BB495272BBB5F3D00515D8B /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BB495282BBB5F3D00515D8B /* CAExtAudioFile.h */, + 8BB495292BBB5F3D00515D8B /* CACFMachPort.h */, + 8BB4952A2BBB5F3D00515D8B /* CABool.h */, + 8BB4952B2BBB5F3D00515D8B /* CAComponent.cpp */, + 8BB4952C2BBB5F3D00515D8B /* CADebugger.h */, + 8BB4952D2BBB5F3D00515D8B /* CACFNumber.cpp */, + 8BB4952E2BBB5F3D00515D8B /* CAGuard.h */, + 8BB4952F2BBB5F3D00515D8B /* CAAtomic.h */, + 8BB495302BBB5F3D00515D8B /* CAStreamBasicDescription.h */, + 8BB495312BBB5F3D00515D8B /* CACFObject.h */, + 8BB495322BBB5F3D00515D8B /* CAStreamRangedDescription.h */, + 8BB495332BBB5F3D00515D8B /* CATokenMap.h */, + 8BB495342BBB5F3D00515D8B /* CAComponent.h */, + 8BB495352BBB5F3D00515D8B /* CAAudioBufferList.h */, + 8BB495362BBB5F3D00515D8B /* CAAudioUnit.h */, + 8BB495372BBB5F3D00515D8B /* CAAUParameter.h */, + 8BB495382BBB5F3D00515D8B /* CAException.h */, + 8BB495392BBB5F3D00515D8B /* CAAUProcessor.cpp */, + 8BB4953A2BBB5F3D00515D8B /* CAAUProcessor.h */, + 8BB4953B2BBB5F3D00515D8B /* CAProcess.h */, + 8BB4953C2BBB5F3D00515D8B /* CACFDictionary.h */, + 8BB4953D2BBB5F3D00515D8B /* CAPThread.h */, + 8BB4953E2BBB5F3D00515D8B /* CAAUParameter.cpp */, + 8BB4953F2BBB5F3D00515D8B /* CAAudioTimeStamp.h */, + 8BB495402BBB5F3D00515D8B /* CAFilePathUtils.cpp */, + 8BB495412BBB5F3D00515D8B /* CAAudioValueRange.h */, + 8BB495422BBB5F3D00515D8B /* CAVectorUnitTypes.h */, + 8BB495432BBB5F3D00515D8B /* CAAudioChannelLayoutObject.cpp */, + 8BB495442BBB5F3E00515D8B /* CAGuard.cpp */, + 8BB495452BBB5F3E00515D8B /* CACFNumber.h */, + 8BB495462BBB5F3E00515D8B /* CACFDistributedNotification.cpp */, + 8BB495472BBB5F3E00515D8B /* CACFString.h */, + 8BB495482BBB5F3E00515D8B /* CAAUMIDIMapManager.cpp */, + 8BB495492BBB5F3E00515D8B /* CAComponentDescription.cpp */, + 8BB4954A2BBB5F3E00515D8B /* CAHostTimeBase.h */, + 8BB4954B2BBB5F3E00515D8B /* CADebugMacros.cpp */, + 8BB4954C2BBB5F3E00515D8B /* CAAudioFileFormats.h */, + 8BB4954D2BBB5F3E00515D8B /* CAAUMIDIMapManager.h */, + 8BB4954E2BBB5F3E00515D8B /* CACFDictionary.cpp */, + 8BB4954F2BBB5F3E00515D8B /* CAMutex.h */, + 8BB495502BBB5F3E00515D8B /* CACFString.cpp */, + 8BB495512BBB5F3E00515D8B /* CASettingsStorage.h */, + 8BB495522BBB5F3E00515D8B /* CADebugPrintf.h */, + 8BB495532BBB5F3E00515D8B /* CAXException.cpp */, + 8BB495542BBB5F3E00515D8B /* CAAUMIDIMap.h */, + 8BB495552BBB5F3E00515D8B /* AUParamInfo.h */, + 8BB495562BBB5F3E00515D8B /* CABitOperations.h */, + 8BB495572BBB5F3E00515D8B /* CACFPreferences.cpp */, + 8BB495582BBB5F3E00515D8B /* CABundleLocker.h */, + 8BB495592BBB5F3E00515D8B /* CAPropertyAddress.h */, + 8BB4955A2BBB5F3E00515D8B /* CAXException.h */, + 8BB4955B2BBB5F3E00515D8B /* CAAudioChannelLayout.cpp */, + 8BB4955C2BBB5F3E00515D8B /* CAThreadSafeList.h */, + 8BB4955D2BBB5F3E00515D8B /* CAAudioUnitOutputCapturer.h */, + 8BB4955E2BBB5F3E00515D8B /* AUParamInfo.cpp */, + 8BB4955F2BBB5F3E00515D8B /* CASharedLibrary.cpp */, + 8BB495602BBB5F3E00515D8B /* CAAUMIDIMap.cpp */, + 8BB495612BBB5F3E00515D8B /* CALogMacros.h */, + 8BB495622BBB5F3E00515D8B /* CACFMessagePort.cpp */, + 8BB495632BBB5F3E00515D8B /* CARingBuffer.h */, + 8BB495642BBB5F3E00515D8B /* AUOutputBL.cpp */, + 8BB495652BBB5F3E00515D8B /* CABufferList.h */, + 8BB495662BBB5F3E00515D8B /* CASharedLibrary.h */, + 8BB495672BBB5F3E00515D8B /* CACFData.h */, + 8BB495682BBB5F3E00515D8B /* CAStreamRangedDescription.cpp */, + 8BB495692BBB5F3E00515D8B /* CAPThread.cpp */, + 8BB4956A2BBB5F3E00515D8B /* CAAutoDisposer.h */, + 8BB4956B2BBB5F3E00515D8B /* CACFPreferences.h */, + 8BB4956C2BBB5F3E00515D8B /* CAVectorUnit.cpp */, + 8BB4956D2BBB5F3E00515D8B /* CAComponentDescription.h */, + 8BB4956E2BBB5F3E00515D8B /* CADebugMacros.h */, + 8BB4956F2BBB5F3E00515D8B /* AUOutputBL.h */, + 8BB495702BBB5F3E00515D8B /* CADebugPrintf.cpp */, + 8BB495712BBB5F3E00515D8B /* CARingBuffer.cpp */, + 8BB495722BBB5F3E00515D8B /* CACFPlugIn.h */, + 8BB495732BBB5F3E00515D8B /* CASettingsStorage.cpp */, + 8BB495742BBB5F3E00515D8B /* CAMixMap.h */, + 8BB495752BBB5F3E00515D8B /* CACFDistributedNotification.h */, + 8BB495762BBB5F3E00515D8B /* CAFilePathUtils.h */, + 8BB495772BBB5F3E00515D8B /* CATink.h */, + 8BB495782BBB5F3E00515D8B /* CAStreamBasicDescription.cpp */, + 8BB495792BBB5F3E00515D8B /* CAAudioChannelLayout.h */, + 8BB4957A2BBB5F3E00515D8B /* CAProcess.cpp */, + 8BB4957B2BBB5F3E00515D8B /* CAHostTimeBase.cpp */, + 8BB4957C2BBB5F3E00515D8B /* CAPersistence.cpp */, + 8BB4957D2BBB5F3E00515D8B /* CAAudioBufferList.cpp */, + 8BB4957E2BBB5F3E00515D8B /* CAAudioTimeStamp.cpp */, + 8BB4957F2BBB5F3E00515D8B /* CAVectorUnit.h */, + 8BB495802BBB5F3E00515D8B /* CAByteOrder.h */, + 8BB495812BBB5F3E00515D8B /* CACFArray.h */, + 8BB495822BBB5F3E00515D8B /* CAAtomicStack.h */, + 8BB495832BBB5F3E00515D8B /* CAReferenceCounted.h */, + 8BB495842BBB5F3E00515D8B /* CACFMachPort.cpp */, + 8BB495852BBB5F3E00515D8B /* CABufferList.cpp */, + 8BB495862BBB5F3E00515D8B /* CAMutex.cpp */, + 8BB495872BBB5F3E00515D8B /* CADebugger.cpp */, + 8BB495882BBB5F3E00515D8B /* CABundleLocker.cpp */, + 8BB495892BBB5F3E00515D8B /* CAAudioFileFormats.cpp */, + 8BB4958A2BBB5F3E00515D8B /* CAMath.h */, + 8BB4958B2BBB5F3E00515D8B /* CACFArray.cpp */, + 8BB4958C2BBB5F3E00515D8B /* CACFMessagePort.h */, + 8BB4958D2BBB5F3E00515D8B /* CAAudioValueRange.cpp */, + 8BB4958E2BBB5F3E00515D8B /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BB4958F2BBB5F3E00515D8B /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BB495902BBB5F3E00515D8B /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BB495902BBB5F3E00515D8B /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BB495912BBB5F3E00515D8B /* AUViewBase */, + 8BB495932BBB5F3E00515D8B /* AUBase */, + 8BB495A32BBB5F3E00515D8B /* OtherBases */, + 8BB495A62BBB5F3E00515D8B /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BB495912BBB5F3E00515D8B /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BB495922BBB5F3E00515D8B /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BB495932BBB5F3E00515D8B /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BB495942BBB5F3E00515D8B /* ComponentBase.cpp */, + 8BB495952BBB5F3E00515D8B /* AUScopeElement.cpp */, + 8BB495962BBB5F3E00515D8B /* ComponentBase.h */, + 8BB495972BBB5F3E00515D8B /* AUBase.cpp */, + 8BB495982BBB5F3E00515D8B /* AUInputElement.h */, + 8BB495992BBB5F3E00515D8B /* AUBase.h */, + 8BB4959A2BBB5F3E00515D8B /* AUPlugInDispatch.h */, + 8BB4959B2BBB5F3E00515D8B /* AUDispatch.h */, + 8BB4959C2BBB5F3E00515D8B /* AUOutputElement.cpp */, + 8BB4959D2BBB5F3E00515D8B /* AUResources.r */, + 8BB4959E2BBB5F3E00515D8B /* AUPlugInDispatch.cpp */, + 8BB4959F2BBB5F3E00515D8B /* AUOutputElement.h */, + 8BB495A02BBB5F3E00515D8B /* AUDispatch.cpp */, + 8BB495A12BBB5F3E00515D8B /* AUScopeElement.h */, + 8BB495A22BBB5F3E00515D8B /* AUInputElement.cpp */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BB495A32BBB5F3E00515D8B /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BB495A42BBB5F3E00515D8B /* AUEffectBase.cpp */, + 8BB495A52BBB5F3E00515D8B /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BB495A62BBB5F3E00515D8B /* Utility */ = { + isa = PBXGroup; + children = ( + 8BB495A72BBB5F3E00515D8B /* AUTimestampGenerator.h */, + 8BB495A82BBB5F3E00515D8B /* AUBaseHelper.cpp */, + 8BB495A92BBB5F3E00515D8B /* AUSilentTimeout.h */, + 8BB495AA2BBB5F3E00515D8B /* AUInputFormatConverter.h */, + 8BB495AB2BBB5F3E00515D8B /* AUTimestampGenerator.cpp */, + 8BB495AC2BBB5F3E00515D8B /* AUBuffer.cpp */, + 8BB495AD2BBB5F3E00515D8B /* AUMIDIDefs.h */, + 8BB495AE2BBB5F3E00515D8B /* AUBuffer.h */, + 8BB495AF2BBB5F3E00515D8B /* AUBaseHelper.h */, + ); + path = Utility; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BB495E02BBB5F3E00515D8B /* CABundleLocker.h in Headers */, + 8BB496012BBB5F3E00515D8B /* CAAudioChannelLayout.h in Headers */, + 8BB495F72BBB5F3E00515D8B /* AUOutputBL.h in Headers */, + 8BB495D22BBB5F3E00515D8B /* CAHostTimeBase.h in Headers */, + 8BB4961A2BBB5F3E00515D8B /* ComponentBase.h in Headers */, + 8BB4960A2BBB5F3E00515D8B /* CAAtomicStack.h in Headers */, + 8BB495C72BBB5F3E00515D8B /* CAAudioTimeStamp.h in Headers */, + 8BB495E42BBB5F3E00515D8B /* CAThreadSafeList.h in Headers */, + 8BB495BF2BBB5F3E00515D8B /* CAAUParameter.h in Headers */, + 8BB496312BBB5F3E00515D8B /* AUBaseHelper.h in Headers */, + 8BB496292BBB5F3E00515D8B /* AUTimestampGenerator.h in Headers */, + 8BB495DA2BBB5F3E00515D8B /* CADebugPrintf.h in Headers */, + 8BB496142BBB5F3E00515D8B /* CACFMessagePort.h in Headers */, + 8BB495C22BBB5F3E00515D8B /* CAAUProcessor.h in Headers */, + 8BB495BE2BBB5F3E00515D8B /* CAAudioUnit.h in Headers */, + 8BB496172BBB5F3E00515D8B /* AUViewLocalizedStringKeys.h in Headers */, + 8BB495FD2BBB5F3E00515D8B /* CACFDistributedNotification.h in Headers */, + 8BB495BC2BBB5F3E00515D8B /* CAComponent.h in Headers */, + 8BB495CA2BBB5F3E00515D8B /* CAVectorUnitTypes.h in Headers */, + 8BA05A6E0720730100365D66 /* StonefireVersion.h in Headers */, + 8BB495FE2BBB5F3E00515D8B /* CAFilePathUtils.h in Headers */, + 8BB495C02BBB5F3E00515D8B /* CAException.h in Headers */, + 8BB495B72BBB5F3E00515D8B /* CAAtomic.h in Headers */, + 8BB495B62BBB5F3E00515D8B /* CAGuard.h in Headers */, + 8BB4961C2BBB5F3E00515D8B /* AUInputElement.h in Headers */, + 8BB495F32BBB5F3E00515D8B /* CACFPreferences.h in Headers */, + 8BB496082BBB5F3E00515D8B /* CAByteOrder.h in Headers */, + 8BB495EB2BBB5F3E00515D8B /* CARingBuffer.h in Headers */, + 8BB495B22BBB5F3E00515D8B /* CABool.h in Headers */, + 8BB495D72BBB5F3E00515D8B /* CAMutex.h in Headers */, + 8BB4961D2BBB5F3E00515D8B /* AUBase.h in Headers */, + 8BC6025C073B072D006C4272 /* Stonefire.h in Headers */, + 8BB495CF2BBB5F3E00515D8B /* CACFString.h in Headers */, + 8BB495EE2BBB5F3E00515D8B /* CASharedLibrary.h in Headers */, + 8BB495BB2BBB5F3E00515D8B /* CATokenMap.h in Headers */, + 8BB495B02BBB5F3E00515D8B /* CAExtAudioFile.h in Headers */, + 8BB495C52BBB5F3E00515D8B /* CAPThread.h in Headers */, + 8BB495E12BBB5F3E00515D8B /* CAPropertyAddress.h in Headers */, + 8BB4960B2BBB5F3E00515D8B /* CAReferenceCounted.h in Headers */, + 8BB496302BBB5F3E00515D8B /* AUBuffer.h in Headers */, + 8BB496122BBB5F3E00515D8B /* CAMath.h in Headers */, + 8BB495F22BBB5F3E00515D8B /* CAAutoDisposer.h in Headers */, + 8BB495B92BBB5F3E00515D8B /* CACFObject.h in Headers */, + 8BB495D92BBB5F3E00515D8B /* CASettingsStorage.h in Headers */, + 8BB495E22BBB5F3E00515D8B /* CAXException.h in Headers */, + 8BB495FF2BBB5F3E00515D8B /* CATink.h in Headers */, + 8BB4962C2BBB5F3E00515D8B /* AUInputFormatConverter.h in Headers */, + 8BB496072BBB5F3E00515D8B /* CAVectorUnit.h in Headers */, + 8BB495C32BBB5F3E00515D8B /* CAProcess.h in Headers */, + 8BB495C92BBB5F3E00515D8B /* CAAudioValueRange.h in Headers */, + 8BB495DE2BBB5F3E00515D8B /* CABitOperations.h in Headers */, + 8BB495D42BBB5F3E00515D8B /* CAAudioFileFormats.h in Headers */, + 8BB495CD2BBB5F3E00515D8B /* CACFNumber.h in Headers */, + 8BB495E52BBB5F3E00515D8B /* CAAudioUnitOutputCapturer.h in Headers */, + 8BB495F62BBB5F3E00515D8B /* CADebugMacros.h in Headers */, + 8BB4962F2BBB5F3E00515D8B /* AUMIDIDefs.h in Headers */, + 8BB495EF2BBB5F3E00515D8B /* CACFData.h in Headers */, + 8BB495B82BBB5F3E00515D8B /* CAStreamBasicDescription.h in Headers */, + 8BB4961E2BBB5F3E00515D8B /* AUPlugInDispatch.h in Headers */, + 8BB495BA2BBB5F3E00515D8B /* CAStreamRangedDescription.h in Headers */, + 8BB495FA2BBB5F3E00515D8B /* CACFPlugIn.h in Headers */, + 8BB495BD2BBB5F3E00515D8B /* CAAudioBufferList.h in Headers */, + 8BB495D52BBB5F3E00515D8B /* CAAUMIDIMapManager.h in Headers */, + 8BB496282BBB5F3E00515D8B /* AUEffectBase.h in Headers */, + 8BB495C42BBB5F3E00515D8B /* CACFDictionary.h in Headers */, + 8BB496252BBB5F3E00515D8B /* AUScopeElement.h in Headers */, + 8BB495F52BBB5F3E00515D8B /* CAComponentDescription.h in Headers */, + 8BB4962B2BBB5F3E00515D8B /* AUSilentTimeout.h in Headers */, + 8BB495ED2BBB5F3E00515D8B /* CABufferList.h in Headers */, + 8BB4961F2BBB5F3E00515D8B /* AUDispatch.h in Headers */, + 8BB496232BBB5F3E00515D8B /* AUOutputElement.h in Headers */, + 8BB495E92BBB5F3E00515D8B /* CALogMacros.h in Headers */, + 8BB495DD2BBB5F3E00515D8B /* AUParamInfo.h in Headers */, + 8BB495FC2BBB5F3E00515D8B /* CAMixMap.h in Headers */, + 8BB496092BBB5F3E00515D8B /* CACFArray.h in Headers */, + 8BB495B12BBB5F3E00515D8B /* CACFMachPort.h in Headers */, + 8BB495DC2BBB5F3E00515D8B /* CAAUMIDIMap.h in Headers */, + 8BB495B42BBB5F3E00515D8B /* CADebugger.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Stonefire" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Stonefire; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Stonefire; + productReference = 8D01CCD20486CAD60068D4B7 /* Stonefire.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Stonefire" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + en, + Base, + de, + fr, + ja, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Stonefire */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Stonefire */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BB495EC2BBB5F3E00515D8B /* AUOutputBL.cpp in Sources */, + 8BB496112BBB5F3E00515D8B /* CAAudioFileFormats.cpp in Sources */, + 8BB496032BBB5F3E00515D8B /* CAHostTimeBase.cpp in Sources */, + 8BB495DB2BBB5F3E00515D8B /* CAXException.cpp in Sources */, + 8BB496052BBB5F3E00515D8B /* CAAudioBufferList.cpp in Sources */, + 8BB495C82BBB5F3E00515D8B /* CAFilePathUtils.cpp in Sources */, + 8BB495C62BBB5F3E00515D8B /* CAAUParameter.cpp in Sources */, + 8BB495E82BBB5F3E00515D8B /* CAAUMIDIMap.cpp in Sources */, + 8BB496152BBB5F3E00515D8B /* CAAudioValueRange.cpp in Sources */, + 8BB496242BBB5F3E00515D8B /* AUDispatch.cpp in Sources */, + 8BB495DF2BBB5F3E00515D8B /* CACFPreferences.cpp in Sources */, + 8BB496222BBB5F3E00515D8B /* AUPlugInDispatch.cpp in Sources */, + 8BB495C12BBB5F3E00515D8B /* CAAUProcessor.cpp in Sources */, + 8BB495D62BBB5F3E00515D8B /* CACFDictionary.cpp in Sources */, + 8BB4962A2BBB5F3E00515D8B /* AUBaseHelper.cpp in Sources */, + 8BB4960F2BBB5F3E00515D8B /* CADebugger.cpp in Sources */, + 8BB495E32BBB5F3E00515D8B /* CAAudioChannelLayout.cpp in Sources */, + 8BB495E62BBB5F3E00515D8B /* AUParamInfo.cpp in Sources */, + 8BB496042BBB5F3E00515D8B /* CAPersistence.cpp in Sources */, + 8BB495F82BBB5F3E00515D8B /* CADebugPrintf.cpp in Sources */, + 8BB4962D2BBB5F3E00515D8B /* AUTimestampGenerator.cpp in Sources */, + 8BB496002BBB5F3E00515D8B /* CAStreamBasicDescription.cpp in Sources */, + 8BB495D02BBB5F3E00515D8B /* CAAUMIDIMapManager.cpp in Sources */, + 8BB495FB2BBB5F3E00515D8B /* CASettingsStorage.cpp in Sources */, + 8BB496202BBB5F3E00515D8B /* AUOutputElement.cpp in Sources */, + 8BB495CC2BBB5F3E00515D8B /* CAGuard.cpp in Sources */, + 8BA05A6B0720730100365D66 /* Stonefire.cpp in Sources */, + 8BB4960E2BBB5F3E00515D8B /* CAMutex.cpp in Sources */, + 8BB496272BBB5F3E00515D8B /* AUEffectBase.cpp in Sources */, + 8BB4960C2BBB5F3E00515D8B /* CACFMachPort.cpp in Sources */, + 8BB4961B2BBB5F3E00515D8B /* AUBase.cpp in Sources */, + 8BB495E72BBB5F3E00515D8B /* CASharedLibrary.cpp in Sources */, + 8BB495CE2BBB5F3E00515D8B /* CACFDistributedNotification.cpp in Sources */, + 8BB495D12BBB5F3E00515D8B /* CAComponentDescription.cpp in Sources */, + 8BB495D82BBB5F3E00515D8B /* CACFString.cpp in Sources */, + 8BB496182BBB5F3E00515D8B /* ComponentBase.cpp in Sources */, + 8BB495F92BBB5F3E00515D8B /* CARingBuffer.cpp in Sources */, + 8BB496192BBB5F3E00515D8B /* AUScopeElement.cpp in Sources */, + 8BB496162BBB5F3E00515D8B /* CAAudioUnit.cpp in Sources */, + 8BB496132BBB5F3E00515D8B /* CACFArray.cpp in Sources */, + 8BB496102BBB5F3E00515D8B /* CABundleLocker.cpp in Sources */, + 8BB496022BBB5F3E00515D8B /* CAProcess.cpp in Sources */, + 8BB495F02BBB5F3E00515D8B /* CAStreamRangedDescription.cpp in Sources */, + 8BB495F12BBB5F3E00515D8B /* CAPThread.cpp in Sources */, + 8BB495B32BBB5F3E00515D8B /* CAComponent.cpp in Sources */, + 8BB495CB2BBB5F3E00515D8B /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BB496062BBB5F3E00515D8B /* CAAudioTimeStamp.cpp in Sources */, + 8BB4960D2BBB5F3E00515D8B /* CABufferList.cpp in Sources */, + 8BB495EA2BBB5F3E00515D8B /* CACFMessagePort.cpp in Sources */, + 8BB495F42BBB5F3E00515D8B /* CAVectorUnit.cpp in Sources */, + 8BB496262BBB5F3E00515D8B /* AUInputElement.cpp in Sources */, + 8BB4962E2BBB5F3E00515D8B /* AUBuffer.cpp in Sources */, + 8BB495D32BBB5F3E00515D8B /* CADebugMacros.cpp in Sources */, + 8BB495B52BBB5F3E00515D8B /* CACFNumber.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 8BB496322BBB5FB500515D8B /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Stonefire.exp; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Stonefire; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Stonefire.exp; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Stonefire; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..d02acd710 Binary files /dev/null and b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/xcshareddata/xcschemes/Stonefire.xcscheme b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/xcshareddata/xcschemes/Stonefire.xcscheme new file mode 100644 index 000000000..b3732b9dc --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/xcshareddata/xcschemes/Stonefire.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..7ca1028d8 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Stonefire.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Stonefire/StonefireVersion.h b/plugins/MacSignedAU/Stonefire/StonefireVersion.h new file mode 100755 index 000000000..5a4aedb77 --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/StonefireVersion.h @@ -0,0 +1,58 @@ +/* +* File: StonefireVersion.h +* +* Version: 1.0 +* +* Created: 4/1/24 +* +* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license +* +* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in +* consideration of your agreement to the following terms, and your use, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __StonefireVersion_h__ +#define __StonefireVersion_h__ + + +#ifdef DEBUG + #define kStonefireVersion 0xFFFFFFFF +#else + #define kStonefireVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Stonefire_COMP_MANF 'Dthr' +#define Stonefire_COMP_SUBTYPE 'stfr' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacSignedAU/Stonefire/en.lproj/InfoPlist.strings b/plugins/MacSignedAU/Stonefire/en.lproj/InfoPlist.strings new file mode 100755 index 000000000..45ef6e60f Binary files /dev/null and b/plugins/MacSignedAU/Stonefire/en.lproj/InfoPlist.strings differ diff --git a/plugins/MacSignedAU/Stonefire/version.plist b/plugins/MacSignedAU/Stonefire/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacSignedAU/Stonefire/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.pbxproj index 568d98ce7..42e3d0146 100755 --- a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* Console6Buss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Console6Buss.cpp */; }; 245463B90991757100464AD3 /* Console6Buss.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Console6Buss.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* Console6BussProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Console6BussProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF31A92BBB6B1C00D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF319D2BBB6B1C00D385C9 /* vstfxstore.h */; }; + 8BEF31AA2BBB6B1C00D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF319E2BBB6B1C00D385C9 /* aeffect.h */; }; + 8BEF31AB2BBB6B1C00D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF319F2BBB6B1C00D385C9 /* aeffectx.h */; }; + 8BEF31AC2BBB6B1C00D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31A32BBB6B1C00D385C9 /* audioeffectx.h */; }; + 8BEF31AD2BBB6B1C00D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31A42BBB6B1C00D385C9 /* audioeffect.cpp */; }; + 8BEF31AE2BBB6B1C00D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31A52BBB6B1C00D385C9 /* audioeffectx.cpp */; }; + 8BEF31AF2BBB6B1C00D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31A62BBB6B1C00D385C9 /* aeffeditor.h */; }; + 8BEF31B02BBB6B1C00D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31A72BBB6B1C00D385C9 /* vstplugmain.cpp */; }; + 8BEF31B12BBB6B1C00D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31A82BBB6B1C00D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* Console6Buss.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console6Buss.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* Console6Buss.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Console6Buss.cpp; path = source/Console6Buss.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* Console6Buss.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Console6Buss.h; path = source/Console6Buss.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* Console6BussProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Console6BussProc.cpp; path = source/Console6BussProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF319D2BBB6B1C00D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF319E2BBB6B1C00D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF319F2BBB6B1C00D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF31A32BBB6B1C00D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF31A42BBB6B1C00D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF31A52BBB6B1C00D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF31A62BBB6B1C00D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF31A72BBB6B1C00D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF31A82BBB6B1C00D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF319A2BBB6B1C00D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* Console6Buss.cpp */, 24D8286F09A914000093AEF8 /* Console6BussProc.cpp */, 245463B80991757100464AD3 /* Console6Buss.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF319A2BBB6B1C00D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF319B2BBB6B1C00D385C9 /* pluginterfaces */, + 8BEF31A02BBB6B1C00D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF319B2BBB6B1C00D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF319C2BBB6B1C00D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF319C2BBB6B1C00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF319D2BBB6B1C00D385C9 /* vstfxstore.h */, + 8BEF319E2BBB6B1C00D385C9 /* aeffect.h */, + 8BEF319F2BBB6B1C00D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF31A02BBB6B1C00D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF31A12BBB6B1C00D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF31A12BBB6B1C00D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF31A22BBB6B1C00D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF31A22BBB6B1C00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF31A32BBB6B1C00D385C9 /* audioeffectx.h */, + 8BEF31A42BBB6B1C00D385C9 /* audioeffect.cpp */, + 8BEF31A52BBB6B1C00D385C9 /* audioeffectx.cpp */, + 8BEF31A62BBB6B1C00D385C9 /* aeffeditor.h */, + 8BEF31A72BBB6B1C00D385C9 /* vstplugmain.cpp */, + 8BEF31A82BBB6B1C00D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF31AF2BBB6B1C00D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* Console6Buss.h in Headers */, + 8BEF31B12BBB6B1C00D385C9 /* audioeffect.h in Headers */, + 8BEF31AA2BBB6B1C00D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF31AC2BBB6B1C00D385C9 /* audioeffectx.h in Headers */, + 8BEF31A92BBB6B1C00D385C9 /* vstfxstore.h in Headers */, + 8BEF31AB2BBB6B1C00D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Console6Buss" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + ja, + Base, + en, + fr, + de, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* Console6Buss */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF31AE2BBB6B1C00D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* Console6Buss.cpp in Sources */, + 8BEF31AD2BBB6B1C00D385C9 /* audioeffect.cpp in Sources */, + 8BEF31B02BBB6B1C00D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* Console6BussProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console6Buss; + PRODUCT_NAME = Console6Buss; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console6Buss; PRODUCT_NAME = Console6Buss; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..11c8e0731 100755 Binary files a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcshareddata/xcschemes/Console6Buss.xcscheme old mode 100755 new mode 100644 similarity index 74% rename from plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme rename to plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcshareddata/xcschemes/Console6Buss.xcscheme index 8ee693f95..a3f77c535 --- a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcshareddata/xcschemes/Console6Buss.xcscheme @@ -1,6 +1,6 @@ + BlueprintName = "Console6Buss" + ReferencedContainer = "container:Console6Buss.xcodeproj"> @@ -29,11 +29,9 @@ shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - + BlueprintName = "Console6Buss" + ReferencedContainer = "container:Console6Buss.xcodeproj"> diff --git a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..c13d5f4b3 100755 --- a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + Console6Buss.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/Console6Buss/mac/Info.plist b/plugins/MacSignedVST/Console6Buss/mac/Info.plist index d04fb2a4f..7400d2350 100755 --- a/plugins/MacSignedVST/Console6Buss/mac/Info.plist +++ b/plugins/MacSignedVST/Console6Buss/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.Console6Buss + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.pbxproj index 5a661b2d9..47917b1f7 100755 --- a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* Console6Channel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Console6Channel.cpp */; }; 245463B90991757100464AD3 /* Console6Channel.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Console6Channel.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* Console6ChannelProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Console6ChannelProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF31C42BBB6C7D00D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31B82BBB6C7D00D385C9 /* vstfxstore.h */; }; + 8BEF31C52BBB6C7D00D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31B92BBB6C7D00D385C9 /* aeffect.h */; }; + 8BEF31C62BBB6C7D00D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31BA2BBB6C7D00D385C9 /* aeffectx.h */; }; + 8BEF31C72BBB6C7D00D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31BE2BBB6C7D00D385C9 /* audioeffectx.h */; }; + 8BEF31C82BBB6C7D00D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31BF2BBB6C7D00D385C9 /* audioeffect.cpp */; }; + 8BEF31C92BBB6C7D00D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31C02BBB6C7D00D385C9 /* audioeffectx.cpp */; }; + 8BEF31CA2BBB6C7D00D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31C12BBB6C7D00D385C9 /* aeffeditor.h */; }; + 8BEF31CB2BBB6C7D00D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31C22BBB6C7D00D385C9 /* vstplugmain.cpp */; }; + 8BEF31CC2BBB6C7D00D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31C32BBB6C7D00D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* Console6Channel.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console6Channel.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* Console6Channel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Console6Channel.cpp; path = source/Console6Channel.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* Console6Channel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Console6Channel.h; path = source/Console6Channel.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* Console6ChannelProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Console6ChannelProc.cpp; path = source/Console6ChannelProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF31B82BBB6C7D00D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF31B92BBB6C7D00D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF31BA2BBB6C7D00D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF31BE2BBB6C7D00D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF31BF2BBB6C7D00D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF31C02BBB6C7D00D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF31C12BBB6C7D00D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF31C22BBB6C7D00D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF31C32BBB6C7D00D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF31B52BBB6C7D00D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* Console6Channel.cpp */, 24D8286F09A914000093AEF8 /* Console6ChannelProc.cpp */, 245463B80991757100464AD3 /* Console6Channel.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF31B52BBB6C7D00D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF31B62BBB6C7D00D385C9 /* pluginterfaces */, + 8BEF31BB2BBB6C7D00D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF31B62BBB6C7D00D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF31B72BBB6C7D00D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF31B72BBB6C7D00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF31B82BBB6C7D00D385C9 /* vstfxstore.h */, + 8BEF31B92BBB6C7D00D385C9 /* aeffect.h */, + 8BEF31BA2BBB6C7D00D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF31BB2BBB6C7D00D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF31BC2BBB6C7D00D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF31BC2BBB6C7D00D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF31BD2BBB6C7D00D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF31BD2BBB6C7D00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF31BE2BBB6C7D00D385C9 /* audioeffectx.h */, + 8BEF31BF2BBB6C7D00D385C9 /* audioeffect.cpp */, + 8BEF31C02BBB6C7D00D385C9 /* audioeffectx.cpp */, + 8BEF31C12BBB6C7D00D385C9 /* aeffeditor.h */, + 8BEF31C22BBB6C7D00D385C9 /* vstplugmain.cpp */, + 8BEF31C32BBB6C7D00D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF31CA2BBB6C7D00D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* Console6Channel.h in Headers */, + 8BEF31CC2BBB6C7D00D385C9 /* audioeffect.h in Headers */, + 8BEF31C52BBB6C7D00D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF31C72BBB6C7D00D385C9 /* audioeffectx.h in Headers */, + 8BEF31C42BBB6C7D00D385C9 /* vstfxstore.h in Headers */, + 8BEF31C62BBB6C7D00D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Console6Channel" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + de, + fr, + Base, + ja, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* Console6Channel */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF31C92BBB6C7D00D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* Console6Channel.cpp in Sources */, + 8BEF31C82BBB6C7D00D385C9 /* audioeffect.cpp in Sources */, + 8BEF31CB2BBB6C7D00D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* Console6ChannelProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console6Channel; + PRODUCT_NAME = Console6Channel; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console6Channel; PRODUCT_NAME = Console6Channel; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..02034e1e8 100755 Binary files a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcshareddata/xcschemes/Console6Channel.xcscheme old mode 100755 new mode 100644 similarity index 74% rename from plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme rename to plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcshareddata/xcschemes/Console6Channel.xcscheme index 8ee693f95..3afefa88e --- a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcshareddata/xcschemes/Console6Channel.xcscheme @@ -1,6 +1,6 @@ + BlueprintName = "Console6Channel" + ReferencedContainer = "container:Console6Channel.xcodeproj"> @@ -29,11 +29,9 @@ shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - + BlueprintName = "Console6Channel" + ReferencedContainer = "container:Console6Channel.xcodeproj"> diff --git a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..3b9cb4027 100755 --- a/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/Console6Channel/Console6Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + Console6Channel.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/Console6Channel/mac/Info.plist b/plugins/MacSignedVST/Console6Channel/mac/Info.plist index 81b260fcf..8fd4e71b2 100755 --- a/plugins/MacSignedVST/Console6Channel/mac/Info.plist +++ b/plugins/MacSignedVST/Console6Channel/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.Console6Channel + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.pbxproj index 06cedf2bc..1634be973 100755 --- a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* Console9Buss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Console9Buss.cpp */; }; 245463B90991757100464AD3 /* Console9Buss.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Console9Buss.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* Console9BussProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Console9BussProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF31DF2BBB6CD800D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31D32BBB6CD800D385C9 /* vstfxstore.h */; }; + 8BEF31E02BBB6CD800D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31D42BBB6CD800D385C9 /* aeffect.h */; }; + 8BEF31E12BBB6CD800D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31D52BBB6CD800D385C9 /* aeffectx.h */; }; + 8BEF31E22BBB6CD800D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31D92BBB6CD800D385C9 /* audioeffectx.h */; }; + 8BEF31E32BBB6CD800D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31DA2BBB6CD800D385C9 /* audioeffect.cpp */; }; + 8BEF31E42BBB6CD800D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31DB2BBB6CD800D385C9 /* audioeffectx.cpp */; }; + 8BEF31E52BBB6CD800D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31DC2BBB6CD800D385C9 /* aeffeditor.h */; }; + 8BEF31E62BBB6CD800D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31DD2BBB6CD800D385C9 /* vstplugmain.cpp */; }; + 8BEF31E72BBB6CD800D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31DE2BBB6CD800D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* Console9Buss.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console9Buss.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* Console9Buss.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Console9Buss.cpp; path = source/Console9Buss.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* Console9Buss.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Console9Buss.h; path = source/Console9Buss.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* Console9BussProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Console9BussProc.cpp; path = source/Console9BussProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF31D32BBB6CD800D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF31D42BBB6CD800D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF31D52BBB6CD800D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF31D92BBB6CD800D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF31DA2BBB6CD800D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF31DB2BBB6CD800D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF31DC2BBB6CD800D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF31DD2BBB6CD800D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF31DE2BBB6CD800D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF31D02BBB6CD800D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* Console9Buss.cpp */, 24D8286F09A914000093AEF8 /* Console9BussProc.cpp */, 245463B80991757100464AD3 /* Console9Buss.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF31D02BBB6CD800D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF31D12BBB6CD800D385C9 /* pluginterfaces */, + 8BEF31D62BBB6CD800D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF31D12BBB6CD800D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF31D22BBB6CD800D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF31D22BBB6CD800D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF31D32BBB6CD800D385C9 /* vstfxstore.h */, + 8BEF31D42BBB6CD800D385C9 /* aeffect.h */, + 8BEF31D52BBB6CD800D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF31D62BBB6CD800D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF31D72BBB6CD800D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF31D72BBB6CD800D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF31D82BBB6CD800D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF31D82BBB6CD800D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF31D92BBB6CD800D385C9 /* audioeffectx.h */, + 8BEF31DA2BBB6CD800D385C9 /* audioeffect.cpp */, + 8BEF31DB2BBB6CD800D385C9 /* audioeffectx.cpp */, + 8BEF31DC2BBB6CD800D385C9 /* aeffeditor.h */, + 8BEF31DD2BBB6CD800D385C9 /* vstplugmain.cpp */, + 8BEF31DE2BBB6CD800D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF31E52BBB6CD800D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* Console9Buss.h in Headers */, + 8BEF31E72BBB6CD800D385C9 /* audioeffect.h in Headers */, + 8BEF31E02BBB6CD800D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF31E22BBB6CD800D385C9 /* audioeffectx.h in Headers */, + 8BEF31DF2BBB6CD800D385C9 /* vstfxstore.h in Headers */, + 8BEF31E12BBB6CD800D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Console9Buss" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + de, + ja, + Base, + fr, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* Console9Buss */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF31E42BBB6CD800D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* Console9Buss.cpp in Sources */, + 8BEF31E32BBB6CD800D385C9 /* audioeffect.cpp in Sources */, + 8BEF31E62BBB6CD800D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* Console9BussProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console9Buss; + PRODUCT_NAME = Console9Buss; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console9Buss; PRODUCT_NAME = Console9Buss; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..cd534d6b8 100755 Binary files a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcshareddata/xcschemes/Console9Buss.xcscheme old mode 100755 new mode 100644 similarity index 74% rename from plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme rename to plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcshareddata/xcschemes/Console9Buss.xcscheme index 8ee693f95..ad48e2fcb --- a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcshareddata/xcschemes/Console9Buss.xcscheme @@ -1,6 +1,6 @@ + BlueprintName = "Console9Buss" + ReferencedContainer = "container:Console9Buss.xcodeproj"> @@ -29,11 +29,9 @@ shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - + BlueprintName = "Console9Buss" + ReferencedContainer = "container:Console9Buss.xcodeproj"> diff --git a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..95b1e4e40 100755 --- a/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/Console9Buss/Console9Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + Console9Buss.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/Console9Buss/mac/Info.plist b/plugins/MacSignedVST/Console9Buss/mac/Info.plist index 72c9f2c25..d27e3ccfa 100755 --- a/plugins/MacSignedVST/Console9Buss/mac/Info.plist +++ b/plugins/MacSignedVST/Console9Buss/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.Console9Buss + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.pbxproj index 3953b91b1..8fb68d9c9 100755 --- a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* Console9Channel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Console9Channel.cpp */; }; 245463B90991757100464AD3 /* Console9Channel.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Console9Channel.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* Console9ChannelProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Console9ChannelProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF32152BBB6EA800D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32092BBB6EA800D385C9 /* vstfxstore.h */; }; + 8BEF32162BBB6EA800D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF320A2BBB6EA800D385C9 /* aeffect.h */; }; + 8BEF32172BBB6EA800D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF320B2BBB6EA800D385C9 /* aeffectx.h */; }; + 8BEF32182BBB6EA800D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF320F2BBB6EA800D385C9 /* audioeffectx.h */; }; + 8BEF32192BBB6EA800D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32102BBB6EA800D385C9 /* audioeffect.cpp */; }; + 8BEF321A2BBB6EA800D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32112BBB6EA800D385C9 /* audioeffectx.cpp */; }; + 8BEF321B2BBB6EA800D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32122BBB6EA800D385C9 /* aeffeditor.h */; }; + 8BEF321C2BBB6EA800D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32132BBB6EA800D385C9 /* vstplugmain.cpp */; }; + 8BEF321D2BBB6EA800D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32142BBB6EA800D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* Console9Channel.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Console9Channel.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* Console9Channel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Console9Channel.cpp; path = source/Console9Channel.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* Console9Channel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Console9Channel.h; path = source/Console9Channel.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* Console9ChannelProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Console9ChannelProc.cpp; path = source/Console9ChannelProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF32092BBB6EA800D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF320A2BBB6EA800D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF320B2BBB6EA800D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF320F2BBB6EA800D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF32102BBB6EA800D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF32112BBB6EA800D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF32122BBB6EA800D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF32132BBB6EA800D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF32142BBB6EA800D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF32062BBB6EA800D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* Console9Channel.cpp */, 24D8286F09A914000093AEF8 /* Console9ChannelProc.cpp */, 245463B80991757100464AD3 /* Console9Channel.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF32062BBB6EA800D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF32072BBB6EA800D385C9 /* pluginterfaces */, + 8BEF320C2BBB6EA800D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF32072BBB6EA800D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF32082BBB6EA800D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF32082BBB6EA800D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF32092BBB6EA800D385C9 /* vstfxstore.h */, + 8BEF320A2BBB6EA800D385C9 /* aeffect.h */, + 8BEF320B2BBB6EA800D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF320C2BBB6EA800D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF320D2BBB6EA800D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF320D2BBB6EA800D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF320E2BBB6EA800D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF320E2BBB6EA800D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF320F2BBB6EA800D385C9 /* audioeffectx.h */, + 8BEF32102BBB6EA800D385C9 /* audioeffect.cpp */, + 8BEF32112BBB6EA800D385C9 /* audioeffectx.cpp */, + 8BEF32122BBB6EA800D385C9 /* aeffeditor.h */, + 8BEF32132BBB6EA800D385C9 /* vstplugmain.cpp */, + 8BEF32142BBB6EA800D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF321B2BBB6EA800D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* Console9Channel.h in Headers */, + 8BEF321D2BBB6EA800D385C9 /* audioeffect.h in Headers */, + 8BEF32162BBB6EA800D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF32182BBB6EA800D385C9 /* audioeffectx.h in Headers */, + 8BEF32152BBB6EA800D385C9 /* vstfxstore.h in Headers */, + 8BEF32172BBB6EA800D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Console9Channel" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + fr, + Base, + ja, + de, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* Console9Channel */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF321A2BBB6EA800D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* Console9Channel.cpp in Sources */, + 8BEF32192BBB6EA800D385C9 /* audioeffect.cpp in Sources */, + 8BEF321C2BBB6EA800D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* Console9ChannelProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console9Channel; + PRODUCT_NAME = Console9Channel; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Console9Channel; PRODUCT_NAME = Console9Channel; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..f5d9417bc 100755 Binary files a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcshareddata/xcschemes/Console9Channel.xcscheme old mode 100755 new mode 100644 similarity index 74% rename from plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme rename to plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcshareddata/xcschemes/Console9Channel.xcscheme index 8ee693f95..e0ab9e30b --- a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcshareddata/xcschemes/Console9Channel.xcscheme @@ -1,6 +1,6 @@ + BlueprintName = "Console9Channel" + ReferencedContainer = "container:Console9Channel.xcodeproj"> @@ -29,11 +29,9 @@ shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - + BlueprintName = "Console9Channel" + ReferencedContainer = "container:Console9Channel.xcodeproj"> diff --git a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..d2980fbba 100755 --- a/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/Console9Channel/Console9Channel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + Console9Channel.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/Console9Channel/mac/Info.plist b/plugins/MacSignedVST/Console9Channel/mac/Info.plist index 777f09c2e..665f2630c 100755 --- a/plugins/MacSignedVST/Console9Channel/mac/Info.plist +++ b/plugins/MacSignedVST/Console9Channel/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.Console9Channel + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj index f6d6d4aad..9526e3c4c 100755 --- a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* ConsoleXBuss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* ConsoleXBuss.cpp */; }; 245463B90991757100464AD3 /* ConsoleXBuss.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* ConsoleXBuss.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* ConsoleXBussProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* ConsoleXBussProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF32302BBB6FA000D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32242BBB6FA000D385C9 /* vstfxstore.h */; }; + 8BEF32312BBB6FA000D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32252BBB6FA000D385C9 /* aeffect.h */; }; + 8BEF32322BBB6FA000D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32262BBB6FA000D385C9 /* aeffectx.h */; }; + 8BEF32332BBB6FA000D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF322A2BBB6FA000D385C9 /* audioeffectx.h */; }; + 8BEF32342BBB6FA000D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF322B2BBB6FA000D385C9 /* audioeffect.cpp */; }; + 8BEF32352BBB6FA000D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF322C2BBB6FA000D385C9 /* audioeffectx.cpp */; }; + 8BEF32362BBB6FA000D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF322D2BBB6FA000D385C9 /* aeffeditor.h */; }; + 8BEF32372BBB6FA000D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF322E2BBB6FA000D385C9 /* vstplugmain.cpp */; }; + 8BEF32382BBB6FA000D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF322F2BBB6FA000D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* ConsoleXBuss.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXBuss.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* ConsoleXBuss.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXBuss.cpp; path = source/ConsoleXBuss.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* ConsoleXBuss.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ConsoleXBuss.h; path = source/ConsoleXBuss.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* ConsoleXBussProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXBussProc.cpp; path = source/ConsoleXBussProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF32242BBB6FA000D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF32252BBB6FA000D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF32262BBB6FA000D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF322A2BBB6FA000D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF322B2BBB6FA000D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF322C2BBB6FA000D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF322D2BBB6FA000D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF322E2BBB6FA000D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF322F2BBB6FA000D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF32212BBB6FA000D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* ConsoleXBuss.cpp */, 24D8286F09A914000093AEF8 /* ConsoleXBussProc.cpp */, 245463B80991757100464AD3 /* ConsoleXBuss.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF32212BBB6FA000D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF32222BBB6FA000D385C9 /* pluginterfaces */, + 8BEF32272BBB6FA000D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF32222BBB6FA000D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF32232BBB6FA000D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF32232BBB6FA000D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF32242BBB6FA000D385C9 /* vstfxstore.h */, + 8BEF32252BBB6FA000D385C9 /* aeffect.h */, + 8BEF32262BBB6FA000D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF32272BBB6FA000D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF32282BBB6FA000D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF32282BBB6FA000D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF32292BBB6FA000D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF32292BBB6FA000D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF322A2BBB6FA000D385C9 /* audioeffectx.h */, + 8BEF322B2BBB6FA000D385C9 /* audioeffect.cpp */, + 8BEF322C2BBB6FA000D385C9 /* audioeffectx.cpp */, + 8BEF322D2BBB6FA000D385C9 /* aeffeditor.h */, + 8BEF322E2BBB6FA000D385C9 /* vstplugmain.cpp */, + 8BEF322F2BBB6FA000D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF32362BBB6FA000D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* ConsoleXBuss.h in Headers */, + 8BEF32382BBB6FA000D385C9 /* audioeffect.h in Headers */, + 8BEF32312BBB6FA000D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF32332BBB6FA000D385C9 /* audioeffectx.h in Headers */, + 8BEF32302BBB6FA000D385C9 /* vstfxstore.h in Headers */, + 8BEF32322BBB6FA000D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "ConsoleXBuss" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + de, + Base, + ja, + fr, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* ConsoleXBuss */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF32352BBB6FA000D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* ConsoleXBuss.cpp in Sources */, + 8BEF32342BBB6FA000D385C9 /* audioeffect.cpp in Sources */, + 8BEF32372BBB6FA000D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* ConsoleXBussProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXBuss; + PRODUCT_NAME = ConsoleXBuss; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXBuss; PRODUCT_NAME = ConsoleXBuss; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..f780c8188 100755 Binary files a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcshareddata/xcschemes/ConsoleXBuss.xcscheme b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcshareddata/xcschemes/ConsoleXBuss.xcscheme new file mode 100644 index 000000000..401ddc0a8 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcshareddata/xcschemes/ConsoleXBuss.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..1af485d4c 100755 --- a/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/ConsoleXBuss/ConsoleXBuss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + ConsoleXBuss.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/ConsoleXBuss/mac/Info.plist b/plugins/MacSignedVST/ConsoleXBuss/mac/Info.plist index 8dcdae04f..de9575e57 100755 --- a/plugins/MacSignedVST/ConsoleXBuss/mac/Info.plist +++ b/plugins/MacSignedVST/ConsoleXBuss/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.ConsoleXBuss + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj index 6a013a6cd..03d9238d2 100755 --- a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* ConsoleXChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* ConsoleXChannel.cpp */; }; 245463B90991757100464AD3 /* ConsoleXChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* ConsoleXChannel.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* ConsoleXChannelProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* ConsoleXChannelProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF324B2BBB706900D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF323F2BBB706900D385C9 /* vstfxstore.h */; }; + 8BEF324C2BBB706900D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32402BBB706900D385C9 /* aeffect.h */; }; + 8BEF324D2BBB706900D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32412BBB706900D385C9 /* aeffectx.h */; }; + 8BEF324E2BBB706900D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32452BBB706900D385C9 /* audioeffectx.h */; }; + 8BEF324F2BBB706900D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32462BBB706900D385C9 /* audioeffect.cpp */; }; + 8BEF32502BBB706900D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32472BBB706900D385C9 /* audioeffectx.cpp */; }; + 8BEF32512BBB706900D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32482BBB706900D385C9 /* aeffeditor.h */; }; + 8BEF32522BBB706900D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32492BBB706900D385C9 /* vstplugmain.cpp */; }; + 8BEF32532BBB706900D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF324A2BBB706900D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* ConsoleXChannel.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXChannel.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* ConsoleXChannel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXChannel.cpp; path = source/ConsoleXChannel.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* ConsoleXChannel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ConsoleXChannel.h; path = source/ConsoleXChannel.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* ConsoleXChannelProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXChannelProc.cpp; path = source/ConsoleXChannelProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF323F2BBB706900D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF32402BBB706900D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF32412BBB706900D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF32452BBB706900D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF32462BBB706900D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF32472BBB706900D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF32482BBB706900D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF32492BBB706900D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF324A2BBB706900D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF323C2BBB706900D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* ConsoleXChannel.cpp */, 24D8286F09A914000093AEF8 /* ConsoleXChannelProc.cpp */, 245463B80991757100464AD3 /* ConsoleXChannel.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF323C2BBB706900D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF323D2BBB706900D385C9 /* pluginterfaces */, + 8BEF32422BBB706900D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF323D2BBB706900D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF323E2BBB706900D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF323E2BBB706900D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF323F2BBB706900D385C9 /* vstfxstore.h */, + 8BEF32402BBB706900D385C9 /* aeffect.h */, + 8BEF32412BBB706900D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF32422BBB706900D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF32432BBB706900D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF32432BBB706900D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF32442BBB706900D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF32442BBB706900D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF32452BBB706900D385C9 /* audioeffectx.h */, + 8BEF32462BBB706900D385C9 /* audioeffect.cpp */, + 8BEF32472BBB706900D385C9 /* audioeffectx.cpp */, + 8BEF32482BBB706900D385C9 /* aeffeditor.h */, + 8BEF32492BBB706900D385C9 /* vstplugmain.cpp */, + 8BEF324A2BBB706900D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF32512BBB706900D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* ConsoleXChannel.h in Headers */, + 8BEF32532BBB706900D385C9 /* audioeffect.h in Headers */, + 8BEF324C2BBB706900D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF324E2BBB706900D385C9 /* audioeffectx.h in Headers */, + 8BEF324B2BBB706900D385C9 /* vstfxstore.h in Headers */, + 8BEF324D2BBB706900D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "ConsoleXChannel" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + Base, + fr, + ja, + de, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* ConsoleXChannel */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF32502BBB706900D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* ConsoleXChannel.cpp in Sources */, + 8BEF324F2BBB706900D385C9 /* audioeffect.cpp in Sources */, + 8BEF32522BBB706900D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* ConsoleXChannelProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXChannel; + PRODUCT_NAME = ConsoleXChannel; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXChannel; PRODUCT_NAME = ConsoleXChannel; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..64651f067 100755 Binary files a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcshareddata/xcschemes/ConsoleXChannel.xcscheme b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcshareddata/xcschemes/ConsoleXChannel.xcscheme new file mode 100644 index 000000000..8feea3820 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcshareddata/xcschemes/ConsoleXChannel.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme deleted file mode 100755 index 8ee693f95..000000000 --- a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..e2670c28f 100755 --- a/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/ConsoleXChannel/ConsoleXChannel.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + ConsoleXChannel.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/ConsoleXChannel/mac/Info.plist b/plugins/MacSignedVST/ConsoleXChannel/mac/Info.plist index a93287b85..8a678a254 100755 --- a/plugins/MacSignedVST/ConsoleXChannel/mac/Info.plist +++ b/plugins/MacSignedVST/ConsoleXChannel/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.ConsoleXChannel + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj index a38c201d3..a8daa0397 100755 --- a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* ConsoleXSubIn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* ConsoleXSubIn.cpp */; }; 245463B90991757100464AD3 /* ConsoleXSubIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* ConsoleXSubIn.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* ConsoleXSubInProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* ConsoleXSubInProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF32662BBB714700D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF325A2BBB714700D385C9 /* vstfxstore.h */; }; + 8BEF32672BBB714700D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF325B2BBB714700D385C9 /* aeffect.h */; }; + 8BEF32682BBB714700D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF325C2BBB714700D385C9 /* aeffectx.h */; }; + 8BEF32692BBB714700D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32602BBB714700D385C9 /* audioeffectx.h */; }; + 8BEF326A2BBB714700D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32612BBB714700D385C9 /* audioeffect.cpp */; }; + 8BEF326B2BBB714700D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32622BBB714700D385C9 /* audioeffectx.cpp */; }; + 8BEF326C2BBB714700D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32632BBB714700D385C9 /* aeffeditor.h */; }; + 8BEF326D2BBB714700D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF32642BBB714700D385C9 /* vstplugmain.cpp */; }; + 8BEF326E2BBB714700D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32652BBB714700D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* ConsoleXSubIn.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXSubIn.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* ConsoleXSubIn.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXSubIn.cpp; path = source/ConsoleXSubIn.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* ConsoleXSubIn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ConsoleXSubIn.h; path = source/ConsoleXSubIn.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* ConsoleXSubInProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXSubInProc.cpp; path = source/ConsoleXSubInProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF325A2BBB714700D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF325B2BBB714700D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF325C2BBB714700D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF32602BBB714700D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF32612BBB714700D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF32622BBB714700D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF32632BBB714700D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF32642BBB714700D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF32652BBB714700D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF32572BBB714700D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* ConsoleXSubIn.cpp */, 24D8286F09A914000093AEF8 /* ConsoleXSubInProc.cpp */, 245463B80991757100464AD3 /* ConsoleXSubIn.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF32572BBB714700D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF32582BBB714700D385C9 /* pluginterfaces */, + 8BEF325D2BBB714700D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF32582BBB714700D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF32592BBB714700D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF32592BBB714700D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF325A2BBB714700D385C9 /* vstfxstore.h */, + 8BEF325B2BBB714700D385C9 /* aeffect.h */, + 8BEF325C2BBB714700D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF325D2BBB714700D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF325E2BBB714700D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF325E2BBB714700D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF325F2BBB714700D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF325F2BBB714700D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF32602BBB714700D385C9 /* audioeffectx.h */, + 8BEF32612BBB714700D385C9 /* audioeffect.cpp */, + 8BEF32622BBB714700D385C9 /* audioeffectx.cpp */, + 8BEF32632BBB714700D385C9 /* aeffeditor.h */, + 8BEF32642BBB714700D385C9 /* vstplugmain.cpp */, + 8BEF32652BBB714700D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF326C2BBB714700D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* ConsoleXSubIn.h in Headers */, + 8BEF326E2BBB714700D385C9 /* audioeffect.h in Headers */, + 8BEF32672BBB714700D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF32692BBB714700D385C9 /* audioeffectx.h in Headers */, + 8BEF32662BBB714700D385C9 /* vstfxstore.h in Headers */, + 8BEF32682BBB714700D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "ConsoleXSubIn" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + Base, + en, + de, + fr, + ja, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* ConsoleXSubIn */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF326B2BBB714700D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* ConsoleXSubIn.cpp in Sources */, + 8BEF326A2BBB714700D385C9 /* audioeffect.cpp in Sources */, + 8BEF326D2BBB714700D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* ConsoleXSubInProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXSubIn; + PRODUCT_NAME = ConsoleXSubIn; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXSubIn; PRODUCT_NAME = ConsoleXSubIn; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..6525a0aa4 100755 Binary files a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcshareddata/xcschemes/ConsoleXSubIn.xcscheme b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcshareddata/xcschemes/ConsoleXSubIn.xcscheme new file mode 100644 index 000000000..fc56ff200 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcshareddata/xcschemes/ConsoleXSubIn.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme deleted file mode 100755 index 8ee693f95..000000000 --- a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..332d76987 100755 --- a/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/ConsoleXSubIn/ConsoleXSubIn.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + ConsoleXSubIn.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/ConsoleXSubIn/mac/Info.plist b/plugins/MacSignedVST/ConsoleXSubIn/mac/Info.plist index 2c465883a..40f53fe5b 100755 --- a/plugins/MacSignedVST/ConsoleXSubIn/mac/Info.plist +++ b/plugins/MacSignedVST/ConsoleXSubIn/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.ConsoleXSubIn + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj index 4ee99eae8..5a204952d 100755 --- a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* ConsoleXSubOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* ConsoleXSubOut.cpp */; }; 245463B90991757100464AD3 /* ConsoleXSubOut.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* ConsoleXSubOut.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* ConsoleXSubOutProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* ConsoleXSubOutProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF32812BBB725E00D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32752BBB725E00D385C9 /* vstfxstore.h */; }; + 8BEF32822BBB725E00D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32762BBB725E00D385C9 /* aeffect.h */; }; + 8BEF32832BBB725E00D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32772BBB725E00D385C9 /* aeffectx.h */; }; + 8BEF32842BBB725E00D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF327B2BBB725E00D385C9 /* audioeffectx.h */; }; + 8BEF32852BBB725E00D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF327C2BBB725E00D385C9 /* audioeffect.cpp */; }; + 8BEF32862BBB725E00D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF327D2BBB725E00D385C9 /* audioeffectx.cpp */; }; + 8BEF32872BBB725E00D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF327E2BBB725E00D385C9 /* aeffeditor.h */; }; + 8BEF32882BBB725E00D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF327F2BBB725E00D385C9 /* vstplugmain.cpp */; }; + 8BEF32892BBB725E00D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF32802BBB725E00D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* ConsoleXSubOut.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ConsoleXSubOut.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* ConsoleXSubOut.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXSubOut.cpp; path = source/ConsoleXSubOut.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* ConsoleXSubOut.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ConsoleXSubOut.h; path = source/ConsoleXSubOut.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* ConsoleXSubOutProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleXSubOutProc.cpp; path = source/ConsoleXSubOutProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF32752BBB725E00D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF32762BBB725E00D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF32772BBB725E00D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF327B2BBB725E00D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF327C2BBB725E00D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF327D2BBB725E00D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF327E2BBB725E00D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF327F2BBB725E00D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF32802BBB725E00D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF32722BBB725E00D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* ConsoleXSubOut.cpp */, 24D8286F09A914000093AEF8 /* ConsoleXSubOutProc.cpp */, 245463B80991757100464AD3 /* ConsoleXSubOut.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF32722BBB725E00D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF32732BBB725E00D385C9 /* pluginterfaces */, + 8BEF32782BBB725E00D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF32732BBB725E00D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF32742BBB725E00D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF32742BBB725E00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF32752BBB725E00D385C9 /* vstfxstore.h */, + 8BEF32762BBB725E00D385C9 /* aeffect.h */, + 8BEF32772BBB725E00D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF32782BBB725E00D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF32792BBB725E00D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF32792BBB725E00D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF327A2BBB725E00D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF327A2BBB725E00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF327B2BBB725E00D385C9 /* audioeffectx.h */, + 8BEF327C2BBB725E00D385C9 /* audioeffect.cpp */, + 8BEF327D2BBB725E00D385C9 /* audioeffectx.cpp */, + 8BEF327E2BBB725E00D385C9 /* aeffeditor.h */, + 8BEF327F2BBB725E00D385C9 /* vstplugmain.cpp */, + 8BEF32802BBB725E00D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF32872BBB725E00D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* ConsoleXSubOut.h in Headers */, + 8BEF32892BBB725E00D385C9 /* audioeffect.h in Headers */, + 8BEF32822BBB725E00D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF32842BBB725E00D385C9 /* audioeffectx.h in Headers */, + 8BEF32812BBB725E00D385C9 /* vstfxstore.h in Headers */, + 8BEF32832BBB725E00D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "ConsoleXSubOut" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + fr, + Base, + ja, + en, + de, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* ConsoleXSubOut */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF32862BBB725E00D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* ConsoleXSubOut.cpp in Sources */, + 8BEF32852BBB725E00D385C9 /* audioeffect.cpp in Sources */, + 8BEF32882BBB725E00D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* ConsoleXSubOutProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXSubOut; + PRODUCT_NAME = ConsoleXSubOut; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ConsoleXSubOut; PRODUCT_NAME = ConsoleXSubOut; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..693b3e2e1 100755 Binary files a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcshareddata/xcschemes/ConsoleXSubOut.xcscheme b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcshareddata/xcschemes/ConsoleXSubOut.xcscheme new file mode 100644 index 000000000..db3c686a7 --- /dev/null +++ b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcshareddata/xcschemes/ConsoleXSubOut.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme deleted file mode 100755 index 8ee693f95..000000000 --- a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..2b35d71e5 100755 --- a/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/ConsoleXSubOut/ConsoleXSubOut.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + ConsoleXSubOut.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/ConsoleXSubOut/mac/Info.plist b/plugins/MacSignedVST/ConsoleXSubOut/mac/Info.plist index 8b4908d11..50d215702 100755 --- a/plugins/MacSignedVST/ConsoleXSubOut/mac/Info.plist +++ b/plugins/MacSignedVST/ConsoleXSubOut/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.ConsoleXSubOut + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.pbxproj b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.pbxproj index ee5c92897..a2f7b5a53 100755 --- a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.pbxproj +++ b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.pbxproj @@ -3,736 +3,42 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 2407DEB9089929BA00EB68BF /* ContentHideD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* ContentHideD.cpp */; }; 245463B90991757100464AD3 /* ContentHideD.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* ContentHideD.h */; }; - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; 24D8287009A914000093AEF8 /* ContentHideDProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* ContentHideDProc.cpp */; }; 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF31FA2BBB6DCB00D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31EE2BBB6DCB00D385C9 /* vstfxstore.h */; }; + 8BEF31FB2BBB6DCB00D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31EF2BBB6DCB00D385C9 /* aeffect.h */; }; + 8BEF31FC2BBB6DCB00D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31F02BBB6DCB00D385C9 /* aeffectx.h */; }; + 8BEF31FD2BBB6DCB00D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31F42BBB6DCB00D385C9 /* audioeffectx.h */; }; + 8BEF31FE2BBB6DCB00D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31F52BBB6DCB00D385C9 /* audioeffect.cpp */; }; + 8BEF31FF2BBB6DCB00D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31F62BBB6DCB00D385C9 /* audioeffectx.cpp */; }; + 8BEF32002BBB6DCB00D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31F72BBB6DCB00D385C9 /* aeffeditor.h */; }; + 8BEF32012BBB6DCB00D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31F82BBB6DCB00D385C9 /* vstplugmain.cpp */; }; + 8BEF32022BBB6DCB00D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31F92BBB6DCB00D385C9 /* audioeffect.h */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = again; - }; - 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476974093DAE42008998C4; - remoteInfo = adelay; - }; - 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52220929FBF500DDED7A; - remoteInfo = vstxsynth; - }; - 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4476A10093DCAF9008998C4; - remoteInfo = surrounddelay; - }; - 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4FF52F3092A312800DDED7A; - remoteInfo = minihost; - }; - 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; - 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; - remoteInfo = AudioUnit; - }; - 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = F4C9F1D407B2320800010DAD; - remoteInfo = VST; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 2407DE920899296600EB68BF /* ContentHideD.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ContentHideD.vst; sourceTree = BUILT_PRODUCTS_DIR; }; 2407DEB6089929BA00EB68BF /* ContentHideD.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ContentHideD.cpp; path = source/ContentHideD.cpp; sourceTree = ""; }; - 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 245463B80991757100464AD3 /* ContentHideD.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ContentHideD.h; path = source/ContentHideD.h; sourceTree = ""; }; - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; - 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; - 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; - 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; - 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; - 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; - 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; - 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; - 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; - 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; - 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; - 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; - 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; - 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; - 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; - 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; - 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; - 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; - 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; - 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; - 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; - 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; - 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; - 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; - 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; - 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; - 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; - 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; - 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; - 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; - 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; - 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; - 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; - 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; - 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; - 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; - 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; - 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; - 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; - 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; - 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; - 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; 24D8286F09A914000093AEF8 /* ContentHideDProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ContentHideDProc.cpp; path = source/ContentHideDProc.cpp; sourceTree = ""; }; 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF31EE2BBB6DCB00D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF31EF2BBB6DCB00D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF31F02BBB6DCB00D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF31F42BBB6DCB00D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF31F52BBB6DCB00D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF31F62BBB6DCB00D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF31F72BBB6DCB00D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF31F82BBB6DCB00D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF31F92BBB6DCB00D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -740,24 +46,13 @@ 089C166AFE841209C02AAC07 /* FM-Chopper */ = { isa = PBXGroup; children = ( - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 19C28FB4FE9D528D11CA2CBB /* Products */, 089C167CFE841241C02AAC07 /* Resources */, 08FB77ADFE841716C02AAC07 /* Source */, - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, ); name = "FM-Chopper"; sourceTree = ""; }; - 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 2434720A098313350063BBF1 /* QuickTime.framework */, - 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( @@ -771,6 +66,7 @@ 08FB77ADFE841716C02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 8BEF31EB2BBB6DCB00D385C9 /* vstsdk2.4 */, 2407DEB6089929BA00EB68BF /* ContentHideD.cpp */, 24D8286F09A914000093AEF8 /* ContentHideDProc.cpp */, 245463B80991757100464AD3 /* ContentHideD.h */, @@ -786,1066 +82,62 @@ name = Products; sourceTree = ""; }; - 24A200030F90D1DD003BB5A7 /* source */ = { + 8BEF31EB2BBB6DCB00D385C9 /* vstsdk2.4 */ = { isa = PBXGroup; children = ( - 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, - 24A200050F90D1DD003BB5A7 /* controlsgui.h */, - 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, - 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, - 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, - 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, - 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, - 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, - 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, - 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, - 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, - ); - name = source; - path = /vstsdk2.4/vstgui.sf/drawtest/source; - sourceTree = ""; - }; - 24A2000F0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A200100F90D1DD003BB5A7 /* drawtest.def */, - 24A200110F90D1DD003BB5A7 /* drawtest.rc */, - 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, - ); - name = win; - path = /vstsdk2.4/vstgui.sf/drawtest/win; - sourceTree = ""; - }; - 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, - 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, - ); - name = win.vc6; - path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; - sourceTree = ""; - }; - 24A200160F90D1DD003BB5A7 /* vstgui */ = { - isa = PBXGroup; - children = ( - 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, - 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, - 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, - 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, - 24A2001B0F90D1DD003BB5A7 /* Changelog */, - 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, - 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, - 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, - 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, - 24A200200F90D1DD003BB5A7 /* Documentation */, - 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, - 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, - 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, - 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, - 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, - 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, - 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, - 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, - 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, - 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, - 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, - ); - name = vstgui; - path = /vstsdk2.4/vstgui.sf/vstgui; - sourceTree = ""; - }; - 24A200200F90D1DD003BB5A7 /* Documentation */ = { - isa = PBXGroup; - children = ( - 24A200210F90D1DD003BB5A7 /* html */, - 24A201440F90D1DE003BB5A7 /* index.html */, - 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, - ); - name = Documentation; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; - sourceTree = ""; - }; - 24A200210F90D1DD003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, - 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, - 24A200240F90D1DD003BB5A7 /* annotated.html */, - 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, - 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, - 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, - 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, - 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, - 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, - 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, - 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, - 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, - 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, - 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, - 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, - 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, - 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, - 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, - 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, - 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, - 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, - 24A200370F90D1DD003BB5A7 /* class_c_control.html */, - 24A200380F90D1DD003BB5A7 /* class_c_control.png */, - 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, - 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, - 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, - 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, - 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, - 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, - 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, - 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, - 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, - 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, - 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, - 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, - 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, - 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, - 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, - 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, - 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, - 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, - 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, - 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, - 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, - 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, - 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, - 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, - 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, - 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, - 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, - 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, - 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, - 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, - 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, - 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, - 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, - 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, - 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, - 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, - 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, - 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, - 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, - 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, - 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, - 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, - 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, - 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, - 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, - 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, - 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, - 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, - 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, - 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, - 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, - 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, - 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, - 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, - 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, - 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, - 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, - 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, - 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, - 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, - 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, - 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, - 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, - 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, - 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, - 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, - 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, - 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, - 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, - 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, - 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, - 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, - 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, - 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, - 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, - 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, - 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, - 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, - 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, - 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, - 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, - 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, - 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, - 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, - 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, - 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, - 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, - 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, - 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, - 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, - 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, - 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, - 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, - 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, - 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, - 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, - 24A200990F90D1DD003BB5A7 /* class_c_view.html */, - 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, - 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, - 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, - 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, - 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, - 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, - 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, - 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, - 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, - 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, - 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, - 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, - 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, - 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, - 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, - 24A200A90F90D1DD003BB5A7 /* deprecated.html */, - 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, - 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, - 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, - 24A200AD0F90D1DD003BB5A7 /* files.html */, - 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, - 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, - 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, - 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, - 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, - 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, - 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, - 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, - 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, - 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, - 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, - 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, - 24A200BA0F90D1DE003BB5A7 /* functions.html */, - 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, - 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, - 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, - 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, - 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, - 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, - 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, - 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, - 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, - 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, - 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, - 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, - 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, - 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, - 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, - 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, - 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, - 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, - 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, - 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, - 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, - 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, - 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, - 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, - 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, - 24A200D40F90D1DE003BB5A7 /* functions_func.html */, - 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, - 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, - 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, - 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, - 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, - 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, - 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, - 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, - 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, - 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, - 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, - 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, - 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, - 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, - 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, - 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, - 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, - 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, - 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, - 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, - 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, - 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, - 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, - 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, - 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, - 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, - 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, - 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, - 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, - 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, - 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, - 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, - 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, - 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, - 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, - 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, - 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, - 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, - 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, - 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, - 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, - 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, - 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, - 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, - 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, - 24A201020F90D1DE003BB5A7 /* globals.html */, - 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, - 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, - 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, - 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, - 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, - 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, - 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, - 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, - 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, - 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, - 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, - 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, - 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, - 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, - 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, - 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, - 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, - 24A201140F90D1DE003BB5A7 /* globals_defs.html */, - 24A201150F90D1DE003BB5A7 /* globals_enum.html */, - 24A201160F90D1DE003BB5A7 /* globals_eval.html */, - 24A201170F90D1DE003BB5A7 /* globals_type.html */, - 24A201180F90D1DE003BB5A7 /* globals_vars.html */, - 24A201190F90D1DE003BB5A7 /* hierarchy.html */, - 24A2011A0F90D1DE003BB5A7 /* index.html */, - 24A2011B0F90D1DE003BB5A7 /* intro.html */, - 24A2011C0F90D1DE003BB5A7 /* license.html */, - 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, - 24A2011E0F90D1DE003BB5A7 /* main.html */, - 24A2011F0F90D1DE003BB5A7 /* others.html */, - 24A201200F90D1DE003BB5A7 /* pages.html */, - 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, - 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, - 24A201230F90D1DE003BB5A7 /* sequences.html */, - 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, - 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, - 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, - 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, - 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, - 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, - 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, - 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, - 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, - 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, - 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, - 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, - 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, - 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, - 24A201320F90D1DE003BB5A7 /* tab_b.gif */, - 24A201330F90D1DE003BB5A7 /* tab_l.gif */, - 24A201340F90D1DE003BB5A7 /* tab_r.gif */, - 24A201350F90D1DE003BB5A7 /* tabs.css */, - 24A201360F90D1DE003BB5A7 /* thanks.html */, - 24A201370F90D1DE003BB5A7 /* tree.html */, - 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, - 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, - 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, - 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, - 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, - 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, - 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, - 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, - 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, - 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, - 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, - 24A201430F90D1DE003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; - sourceTree = ""; - }; - 24A203CE0F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203D70F90D272003BB5A7 /* again.vst */, - 24A203D90F90D272003BB5A7 /* adelay.vst */, - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, - 24A203DF0F90D272003BB5A7 /* minihost.app */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E00F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203E50F90D272003BB5A7 /* drawtest.component */, - 24A203E70F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A203E80F90D272003BB5A7 /* Products */ = { - isa = PBXGroup; - children = ( - 24A203ED0F90D272003BB5A7 /* drawtest.component */, - 24A203EF0F90D272003BB5A7 /* drawtest.vst */, - ); - name = Products; - sourceTree = ""; - }; - 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { - isa = PBXGroup; - children = ( - 24A2FEBC0F90D1DC003BB5A7 /* artwork */, - 24A2FEC20F90D1DC003BB5A7 /* bin */, - 24A2FED80F90D1DC003BB5A7 /* doc */, - 24A2FF8E0F90D1DD003BB5A7 /* index.html */, - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, - 24A2FF940F90D1DD003BB5A7 /* public.sdk */, - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + 8BEF31EC2BBB6DCB00D385C9 /* pluginterfaces */, + 8BEF31F12BBB6DCB00D385C9 /* public.sdk */, ); name = vstsdk2.4; - path = /vstsdk2.4; - sourceTree = ""; + path = ../../../../vstsdk2.4; + sourceTree = ""; }; - 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + 8BEF31EC2BBB6DCB00D385C9 /* pluginterfaces */ = { isa = PBXGroup; children = ( - 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, - 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, - 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, - 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, - 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + 8BEF31ED2BBB6DCB00D385C9 /* vst2.x */, ); - name = artwork; - path = /vstsdk2.4/artwork; - sourceTree = ""; + path = pluginterfaces; + sourceTree = ""; }; - 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + 8BEF31ED2BBB6DCB00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC30F90D1DC003BB5A7 /* mac */, - 24A2FED50F90D1DC003BB5A7 /* win */, + 8BEF31EE2BBB6DCB00D385C9 /* vstfxstore.h */, + 8BEF31EF2BBB6DCB00D385C9 /* aeffect.h */, + 8BEF31F02BBB6DCB00D385C9 /* aeffectx.h */, ); - name = bin; - path = /vstsdk2.4/bin; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; - 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + 8BEF31F12BBB6DCB00D385C9 /* public.sdk */ = { isa = PBXGroup; children = ( - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, - 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + 8BEF31F22BBB6DCB00D385C9 /* source */, ); - name = mac; - path = /vstsdk2.4/bin/mac; - sourceTree = ""; + path = public.sdk; + sourceTree = ""; }; - 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + 8BEF31F22BBB6DCB00D385C9 /* source */ = { isa = PBXGroup; children = ( - 24A2FEC50F90D1DC003BB5A7 /* Contents */, + 8BEF31F32BBB6DCB00D385C9 /* vst2.x */, ); - name = VSTMonitor.vst; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst; - sourceTree = ""; + path = source; + sourceTree = ""; }; - 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + 8BEF31F32BBB6DCB00D385C9 /* vst2.x */ = { isa = PBXGroup; children = ( - 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, - 24A2FEC70F90D1DC003BB5A7 /* MacOS */, - 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, - 24A2FECA0F90D1DC003BB5A7 /* Resources */, + 8BEF31F42BBB6DCB00D385C9 /* audioeffectx.h */, + 8BEF31F52BBB6DCB00D385C9 /* audioeffect.cpp */, + 8BEF31F62BBB6DCB00D385C9 /* audioeffectx.cpp */, + 8BEF31F72BBB6DCB00D385C9 /* aeffeditor.h */, + 8BEF31F82BBB6DCB00D385C9 /* vstplugmain.cpp */, + 8BEF31F92BBB6DCB00D385C9 /* audioeffect.h */, ); - name = Contents; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; - sourceTree = ""; - }; - 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { - isa = PBXGroup; - children = ( - 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, - ); - name = MacOS; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; - sourceTree = ""; - }; - 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { - isa = PBXGroup; - children = ( - 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, - 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, - 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, - 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, - 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, - 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, - 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, - 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, - 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, - ); - name = Resources; - path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; - sourceTree = ""; - }; - 24A2FED50F90D1DC003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, - 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, - ); - name = win; - path = /vstsdk2.4/bin/win; - sourceTree = ""; - }; - 24A2FED80F90D1DC003BB5A7 /* doc */ = { - isa = PBXGroup; - children = ( - 24A2FED90F90D1DC003BB5A7 /* gfx */, - 24A2FEDE0F90D1DC003BB5A7 /* html */, - 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, - 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, - 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, - 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, - ); - name = doc; - path = /vstsdk2.4/doc; - sourceTree = ""; - }; - 24A2FED90F90D1DC003BB5A7 /* gfx */ = { - isa = PBXGroup; - children = ( - 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, - 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, - 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, - 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, - ); - name = gfx; - path = /vstsdk2.4/doc/gfx; - sourceTree = ""; - }; - 24A2FEDE0F90D1DC003BB5A7 /* html */ = { - isa = PBXGroup; - children = ( - 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, - 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, - 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, - 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, - 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, - 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, - 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, - 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, - 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, - 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, - 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, - 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, - 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, - 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, - 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, - 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, - 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, - 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, - 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, - 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, - 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, - 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, - 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, - 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, - 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, - 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, - 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, - 24A2FEFA0F90D1DC003BB5A7 /* files.html */, - 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, - 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, - 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, - 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, - 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, - 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, - 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, - 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, - 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, - 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, - 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, - 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, - 24A2FF070F90D1DC003BB5A7 /* functions.html */, - 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, - 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, - 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, - 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, - 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, - 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, - 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, - 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, - 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, - 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, - 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, - 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, - 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, - 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, - 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, - 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, - 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, - 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, - 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, - 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, - 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, - 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, - 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, - 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, - 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, - 24A2FF210F90D1DC003BB5A7 /* globals.html */, - 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, - 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, - 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, - 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, - 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, - 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, - 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, - 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, - 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, - 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, - 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, - 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, - 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, - 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, - 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, - 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, - 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, - 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, - 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, - 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, - 24A2FF360F90D1DC003BB5A7 /* history.html */, - 24A2FF370F90D1DC003BB5A7 /* index.html */, - 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, - 24A2FF390F90D1DC003BB5A7 /* intro.html */, - 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, - 24A2FF3B0F90D1DC003BB5A7 /* license.html */, - 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, - 24A2FF3D0F90D1DC003BB5A7 /* main.html */, - 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, - 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, - 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, - 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, - 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, - 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, - 24A2FF440F90D1DC003BB5A7 /* others.html */, - 24A2FF450F90D1DC003BB5A7 /* pages.html */, - 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, - 24A2FF470F90D1DC003BB5A7 /* sequences.html */, - 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, - 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, - 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, - 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, - 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, - 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, - 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, - 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, - 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, - 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, - 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, - 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, - 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, - 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, - 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, - 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, - 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, - 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, - 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, - 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, - 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, - 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, - 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, - 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, - 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, - 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, - 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, - 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, - 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, - 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, - 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, - 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, - 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, - 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, - 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, - 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, - 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, - 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, - 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, - 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, - 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, - 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, - 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, - 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, - 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, - 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, - 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, - 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, - 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, - 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, - 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, - 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, - 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, - 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, - 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, - 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, - 24A2FF800F90D1DD003BB5A7 /* thanks.html */, - 24A2FF810F90D1DD003BB5A7 /* tree.html */, - 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, - 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, - 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, - 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, - 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, - 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, - 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, - 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, - ); - name = html; - path = /vstsdk2.4/doc/html; - sourceTree = ""; - }; - 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { - isa = PBXGroup; - children = ( - 24A2FF900F90D1DD003BB5A7 /* vst2.x */, - ); - name = pluginterfaces; - path = /vstsdk2.4/pluginterfaces; - sourceTree = ""; - }; - 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, - 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, - 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, - ); - name = vst2.x; - path = /vstsdk2.4/pluginterfaces/vst2.x; - sourceTree = ""; - }; - 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { - isa = PBXGroup; - children = ( - 24A2FF950F90D1DD003BB5A7 /* samples */, - 24A2FFD60F90D1DD003BB5A7 /* source */, - ); - name = public.sdk; - path = /vstsdk2.4/public.sdk; - sourceTree = ""; - }; - 24A2FF950F90D1DD003BB5A7 /* samples */ = { - isa = PBXGroup; - children = ( - 24A2FF960F90D1DD003BB5A7 /* vst2.x */, - ); - name = samples; - path = /vstsdk2.4/public.sdk/samples; - sourceTree = ""; - }; - 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FF970F90D1DD003BB5A7 /* adelay */, - 24A2FFA80F90D1DD003BB5A7 /* again */, - 24A2FFAE0F90D1DD003BB5A7 /* mac */, - 24A2FFB40F90D1DD003BB5A7 /* minihost */, - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, - 24A2FFC50F90D1DD003BB5A7 /* win */, - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/samples/vst2.x; - sourceTree = ""; - }; - 24A2FF970F90D1DD003BB5A7 /* adelay */ = { - isa = PBXGroup; - children = ( - 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, - 24A2FF990F90D1DD003BB5A7 /* adelay.h */, - 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, - 24A2FF9B0F90D1DD003BB5A7 /* editor */, - 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, - 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, - 24A2FFA50F90D1DD003BB5A7 /* win */, - ); - name = adelay; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; - sourceTree = ""; - }; - 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { - isa = PBXGroup; - children = ( - 24A2FF9C0F90D1DD003BB5A7 /* resources */, - 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, - 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, - ); - name = editor; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; - sourceTree = ""; - }; - 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, - 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, - 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, - 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, - ); - name = resources; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; - sourceTree = ""; - }; - 24A2FFA50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; - sourceTree = ""; - }; - 24A2FFA80F90D1DD003BB5A7 /* again */ = { - isa = PBXGroup; - children = ( - 24A2FFA90F90D1DD003BB5A7 /* source */, - 24A2FFAC0F90D1DD003BB5A7 /* win */, - ); - name = again; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again; - sourceTree = ""; - }; - 24A2FFA90F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, - 24A2FFAB0F90D1DD003BB5A7 /* again.h */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; - sourceTree = ""; - }; - 24A2FFAC0F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; - sourceTree = ""; - }; - 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, - 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, - 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, - ); - name = mac; - path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; - sourceTree = ""; - }; - 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { - isa = PBXGroup; - children = ( - 24A2FFB50F90D1DD003BB5A7 /* source */, - 24A2FFB80F90D1DD003BB5A7 /* win */, - ); - name = minihost; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; - sourceTree = ""; - }; - 24A2FFB50F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, - 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; - sourceTree = ""; - }; - 24A2FFB80F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; - sourceTree = ""; - }; - 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { - isa = PBXGroup; - children = ( - 24A2FFBB0F90D1DD003BB5A7 /* resource */, - 24A2FFBE0F90D1DD003BB5A7 /* source */, - 24A2FFC30F90D1DD003BB5A7 /* win */, - ); - name = vstxsynth; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; - sourceTree = ""; - }; - 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { - isa = PBXGroup; - children = ( - 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, - 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, - ); - name = resource; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; - sourceTree = ""; - }; - 24A2FFBE0F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, - 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, - 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, - 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, - ); - name = source; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; - sourceTree = ""; - }; - 24A2FFC30F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; - sourceTree = ""; - }; - 24A2FFC50F90D1DD003BB5A7 /* win */ = { - isa = PBXGroup; - children = ( - 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, - 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, - ); - name = win; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win; - sourceTree = ""; - }; - 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { - isa = PBXGroup; - children = ( - 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, - 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, - 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, - 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, - 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, - 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, - ); - name = win.vc2003; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; - sourceTree = ""; - }; - 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { - isa = PBXGroup; - children = ( - 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, - 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, - 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, - 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, - 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, - 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, - ); - name = win.vc6; - path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; - sourceTree = ""; - }; - 24A2FFD60F90D1DD003BB5A7 /* source */ = { - isa = PBXGroup; - children = ( - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, - ); - name = source; - path = /vstsdk2.4/public.sdk/source; - sourceTree = ""; - }; - 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { - isa = PBXGroup; - children = ( - 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, - 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, - 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, - 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, - 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, - 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, - ); - name = vst2.x; - path = /vstsdk2.4/public.sdk/source/vst2.x; - sourceTree = ""; - }; - 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { - isa = PBXGroup; - children = ( - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, - 24A200160F90D1DD003BB5A7 /* vstgui */, - ); - name = vstgui.sf; - path = /vstsdk2.4/vstgui.sf; - sourceTree = ""; - }; - 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { - isa = PBXGroup; - children = ( - 24A2FFE00F90D1DD003BB5A7 /* mac */, - 24A2FFEE0F90D1DD003BB5A7 /* resources */, - 24A200030F90D1DD003BB5A7 /* source */, - 24A2000F0F90D1DD003BB5A7 /* win */, - 24A200130F90D1DD003BB5A7 /* win.vc6 */, - ); - name = drawtest; - path = /vstsdk2.4/vstgui.sf/drawtest; - sourceTree = ""; - }; - 24A2FFE00F90D1DD003BB5A7 /* mac */ = { - isa = PBXGroup; - children = ( - 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, - 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, - 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, - 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, - 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, - 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, - 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, - 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, - 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, - ); - name = mac; - path = /vstsdk2.4/vstgui.sf/drawtest/mac; - sourceTree = ""; - }; - 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { - isa = PBXGroup; - children = ( - 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, - 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, - 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, - 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, - 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, - 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, - 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, - 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, - 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, - 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, - 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, - 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, - 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, - 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, - 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, - 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, - 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, - 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, - 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, - 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, - ); - name = resources; - path = /vstsdk2.4/vstgui.sf/drawtest/resources; - sourceTree = ""; + path = vst2.x; + sourceTree = ""; }; /* End PBXGroup section */ @@ -1854,40 +146,14 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF32002BBB6DCB00D385C9 /* aeffeditor.h in Headers */, 245463B90991757100464AD3 /* ContentHideD.h in Headers */, + 8BEF32022BBB6DCB00D385C9 /* audioeffect.h in Headers */, + 8BEF31FB2BBB6DCB00D385C9 /* aeffect.h in Headers */, 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, - 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, - 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, - 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, - 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, - 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, - 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, - 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, - 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, - 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, - 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, - 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, - 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, - 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, - 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, - 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, - 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, - 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, - 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, - 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, - 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, - 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, - 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, - 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, - 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, - 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, - 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, - 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, - 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, - 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, - 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, - 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, - 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + 8BEF31FD2BBB6DCB00D385C9 /* audioeffectx.h in Headers */, + 8BEF31FA2BBB6DCB00D385C9 /* vstfxstore.h in Headers */, + 8BEF31FC2BBB6DCB00D385C9 /* aeffectx.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,7 +167,6 @@ 8D01CCC70486CAD60068D4B7 /* Headers */, 8D01CCC90486CAD60068D4B7 /* Resources */, 8D01CCCB0486CAD60068D4B7 /* Sources */, - 8D01CCCF0486CAD60068D4B7 /* Rez */, 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, ); buildRules = ( @@ -1919,32 +184,22 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "ContentHideD" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + ja, + de, + en, + Base, + fr, ); mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; - }, - { - ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; - }, - { - ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; - ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 8D01CCC60486CAD60068D4B7 /* ContentHideD */, @@ -1952,72 +207,6 @@ }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 24A203D70F90D272003BB5A7 /* again.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = again.vst; - remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203D90F90D272003BB5A7 /* adelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = adelay.vst; - remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = vstxsynth.vst; - remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = surrounddelay.vst; - remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203DF0F90D272003BB5A7 /* minihost.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = minihost.app; - remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E50F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.component; - remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = drawtest.vst; - remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 8D01CCC90486CAD60068D4B7 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -2029,16 +218,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXRezBuildPhase section */ - 8D01CCCF0486CAD60068D4B7 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - /* Begin PBXShellScriptBuildPhase section */ 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { isa = PBXShellScriptBuildPhase; @@ -2061,11 +240,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BEF31FF2BBB6DCB00D385C9 /* audioeffectx.cpp in Sources */, 2407DEB9089929BA00EB68BF /* ContentHideD.cpp in Sources */, + 8BEF31FE2BBB6DCB00D385C9 /* audioeffect.cpp in Sources */, + 8BEF32012BBB6DCB00D385C9 /* vstplugmain.cpp in Sources */, 24D8287009A914000093AEF8 /* ContentHideDProc.cpp in Sources */, - 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, - 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, - 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2075,25 +254,39 @@ 24BEAAEE08919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = Gain; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ContentHideD; + PRODUCT_NAME = ContentHideD; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2106,38 +299,43 @@ 24BEAAEF08919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - x86_64, - ); + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; FRAMEWORK_SEARCH_PATHS = ""; GCC_C_LANGUAGE_STANDARD = c99; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G4; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = s; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; LIBRARY_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET = 11.1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.ContentHideD; PRODUCT_NAME = ContentHideD; - SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SECTORDER_FLAGS = ""; SKIP_INSTALL = NO; STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = all; + STRIP_STYLE = debugging; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -2150,27 +348,90 @@ 24BEAAF208919AE700E695F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH)"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Debug; }; 24BEAAF308919AE700E695F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = c99; GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = ""; INFOPLIST_PREPROCESS = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; }; name = Release; }; diff --git a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 5c38f9460..cdc3df047 100755 Binary files a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcshareddata/xcschemes/ContentHideD.xcscheme b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcshareddata/xcschemes/ContentHideD.xcscheme new file mode 100644 index 000000000..a93a47033 --- /dev/null +++ b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcshareddata/xcschemes/ContentHideD.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme deleted file mode 100755 index 8ee693f95..000000000 --- a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist index 5bccbcb4f..f817d5dc6 100755 --- a/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/plugins/MacSignedVST/ContentHideD/ContentHideD.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,10 @@ SchemeUserState - Gain.xcscheme + ContentHideD.xcscheme_^#shared#^_ orderHint - 8 + 1 SuppressBuildableAutocreation diff --git a/plugins/MacSignedVST/ContentHideD/mac/Info.plist b/plugins/MacSignedVST/ContentHideD/mac/Info.plist index b9f21c961..2630053cd 100755 --- a/plugins/MacSignedVST/ContentHideD/mac/Info.plist +++ b/plugins/MacSignedVST/ContentHideD/mac/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.airwindows.ContentHideD + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..e8b4eba61 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,132 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Stonefire */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 733685247; + PBXWorkspaceStateSaveDate = 733685247; + }; + perUserProjectItems = { + 8BFF51B32BBB2D7100C35A15 /* PBXTextBookmark */ = 8BFF51B32BBB2D7100C35A15 /* PBXTextBookmark */; + 8BFF51DA2BBB2EE000C35A15 /* PBXTextBookmark */ = 8BFF51DA2BBB2EE000C35A15 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Stonefire.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2664}}"; + sepNavSelRange = "{4004, 0}"; + sepNavVisRange = "{3208, 1854}"; + sepNavWindowFrame = "{{12, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Stonefire.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {561, 1674}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 215}"; + sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* StonefireProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1029, 7938}}"; + sepNavSelRange = "{8201, 0}"; + sepNavVisRange = "{7389, 1300}"; + sepNavWindowFrame = "{{31, 42}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BFF51B32BBB2D7100C35A15 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Stonefire.h */; + name = "Stonefire.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 215; + vrLoc = 0; + }; + 8BFF51DA2BBB2EE000C35A15 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Stonefire.h */; + name = "Stonefire.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 215; + vrLoc = 0; + }; + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..1e4d97cc6 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1508 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 40 304 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Stonefire.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Stonefire.h + _historyCapacity + 0 + bookmark + 8BFF51DA2BBB2EE000C35A15 + history + + 8BFF51B32BBB2D7100C35A15 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 40 304 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 40 304 810 487 0 0 1440 878 + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BFF51D62BBB2DB700C35A15 + 1CA23ED40692098700951B8B + 8BFF51D72BBB2DB700C35A15 + 8B0237581D42B1C400E1E8C8 + 8BFF51D82BBB2DB700C35A15 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 733687520.23717797 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/Stonefire/Stonefire.xcodeproj + + WindowString + 40 304 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.pbxproj new file mode 100755 index 000000000..fcac0629f --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.pbxproj @@ -0,0 +1,462 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Stonefire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Stonefire.cpp */; }; + 245463B90991757100464AD3 /* Stonefire.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Stonefire.h */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* StonefireProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* StonefireProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8BEF318E2BBB6A1900D385C9 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31822BBB6A1900D385C9 /* vstfxstore.h */; }; + 8BEF318F2BBB6A1900D385C9 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31832BBB6A1900D385C9 /* aeffect.h */; }; + 8BEF31902BBB6A1900D385C9 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31842BBB6A1900D385C9 /* aeffectx.h */; }; + 8BEF31912BBB6A1900D385C9 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF31882BBB6A1900D385C9 /* audioeffectx.h */; }; + 8BEF31922BBB6A1900D385C9 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF31892BBB6A1900D385C9 /* audioeffect.cpp */; }; + 8BEF31932BBB6A1900D385C9 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF318A2BBB6A1900D385C9 /* audioeffectx.cpp */; }; + 8BEF31942BBB6A1900D385C9 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF318B2BBB6A1900D385C9 /* aeffeditor.h */; }; + 8BEF31952BBB6A1900D385C9 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF318C2BBB6A1900D385C9 /* vstplugmain.cpp */; }; + 8BEF31962BBB6A1900D385C9 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEF318D2BBB6A1900D385C9 /* audioeffect.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2407DE920899296600EB68BF /* Stonefire.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Stonefire.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Stonefire.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Stonefire.cpp; path = source/Stonefire.cpp; sourceTree = ""; }; + 245463B80991757100464AD3 /* Stonefire.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Stonefire.h; path = source/Stonefire.h; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* StonefireProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StonefireProc.cpp; path = source/StonefireProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8BEF31822BBB6A1900D385C9 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8BEF31832BBB6A1900D385C9 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8BEF31842BBB6A1900D385C9 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8BEF31882BBB6A1900D385C9 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8BEF31892BBB6A1900D385C9 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8BEF318A2BBB6A1900D385C9 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8BEF318B2BBB6A1900D385C9 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8BEF318C2BBB6A1900D385C9 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8BEF318D2BBB6A1900D385C9 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BEF317F2BBB6A1900D385C9 /* vstsdk2.4 */, + 2407DEB6089929BA00EB68BF /* Stonefire.cpp */, + 24D8286F09A914000093AEF8 /* StonefireProc.cpp */, + 245463B80991757100464AD3 /* Stonefire.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Stonefire.vst */, + ); + name = Products; + sourceTree = ""; + }; + 8BEF317F2BBB6A1900D385C9 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 8BEF31802BBB6A1900D385C9 /* pluginterfaces */, + 8BEF31852BBB6A1900D385C9 /* public.sdk */, + ); + name = vstsdk2.4; + path = ../../../../vstsdk2.4; + sourceTree = ""; + }; + 8BEF31802BBB6A1900D385C9 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 8BEF31812BBB6A1900D385C9 /* vst2.x */, + ); + path = pluginterfaces; + sourceTree = ""; + }; + 8BEF31812BBB6A1900D385C9 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8BEF31822BBB6A1900D385C9 /* vstfxstore.h */, + 8BEF31832BBB6A1900D385C9 /* aeffect.h */, + 8BEF31842BBB6A1900D385C9 /* aeffectx.h */, + ); + path = vst2.x; + sourceTree = ""; + }; + 8BEF31852BBB6A1900D385C9 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 8BEF31862BBB6A1900D385C9 /* source */, + ); + path = public.sdk; + sourceTree = ""; + }; + 8BEF31862BBB6A1900D385C9 /* source */ = { + isa = PBXGroup; + children = ( + 8BEF31872BBB6A1900D385C9 /* vst2.x */, + ); + path = source; + sourceTree = ""; + }; + 8BEF31872BBB6A1900D385C9 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8BEF31882BBB6A1900D385C9 /* audioeffectx.h */, + 8BEF31892BBB6A1900D385C9 /* audioeffect.cpp */, + 8BEF318A2BBB6A1900D385C9 /* audioeffectx.cpp */, + 8BEF318B2BBB6A1900D385C9 /* aeffeditor.h */, + 8BEF318C2BBB6A1900D385C9 /* vstplugmain.cpp */, + 8BEF318D2BBB6A1900D385C9 /* audioeffect.h */, + ); + path = vst2.x; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BEF31942BBB6A1900D385C9 /* aeffeditor.h in Headers */, + 245463B90991757100464AD3 /* Stonefire.h in Headers */, + 8BEF31962BBB6A1900D385C9 /* audioeffect.h in Headers */, + 8BEF318F2BBB6A1900D385C9 /* aeffect.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 8BEF31912BBB6A1900D385C9 /* audioeffectx.h in Headers */, + 8BEF318E2BBB6A1900D385C9 /* vstfxstore.h in Headers */, + 8BEF31902BBB6A1900D385C9 /* aeffectx.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Stonefire" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Stonefire; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Stonefire.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1420; + }; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Stonefire" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + Base, + de, + fr, + en, + ja, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Stonefire */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BEF31932BBB6A1900D385C9 /* audioeffectx.cpp in Sources */, + 2407DEB9089929BA00EB68BF /* Stonefire.cpp in Sources */, + 8BEF31922BBB6A1900D385C9 /* audioeffect.cpp in Sources */, + 8BEF31952BBB6A1900D385C9 /* vstplugmain.cpp in Sources */, + 24D8287009A914000093AEF8 /* StonefireProc.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Stonefire; + PRODUCT_NAME = Stonefire; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Stonefire; + PRODUCT_NAME = Stonefire; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..0b5d323e6 Binary files /dev/null and b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/spiadmin.mode1v3 b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/spiadmin.pbxuser b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcshareddata/xcschemes/Stonefire.xcscheme b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcshareddata/xcschemes/Stonefire.xcscheme new file mode 100644 index 000000000..ed3593d08 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcshareddata/xcschemes/Stonefire.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..7edb55e48 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Stonefire.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Stonefire/mac/Info.plist b/plugins/MacSignedVST/Stonefire/mac/Info.plist new file mode 100755 index 000000000..bf8d1d5f2 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Stonefire + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedVST/Stonefire/mac/PkgInfo b/plugins/MacSignedVST/Stonefire/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacSignedVST/Stonefire/mac/xcode_vst_prefix.h b/plugins/MacSignedVST/Stonefire/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#define MAC 1 +#define MACX 1 + +#define USE_NAMESPACE 0 + +#define TARGET_API_MAC_CARBON 1 +#define USENAVSERVICES 1 + +#define __CF_USE_FRAMEWORK_INCLUDES__ + +#if __MWERKS__ +#define __NOEXTENSIONS__ +#endif + +#define QUARTZ 1 + +#include \ No newline at end of file diff --git a/plugins/MacSignedVST/Stonefire/source/Stonefire.cpp b/plugins/MacSignedVST/Stonefire/source/Stonefire.cpp new file mode 100755 index 000000000..f5e876554 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/source/Stonefire.cpp @@ -0,0 +1,151 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Stonefire(audioMaster);} + +Stonefire::Stonefire(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + + for (int x = 0; x < air_total; x++) air[x] = 0.0; + for (int x = 0; x < kal_total; x++) kal[x] = 0.0; + + trebleGainA = 1.0; trebleGainB = 1.0; + midGainA = 1.0; midGainB = 1.0; + bassGainA = 1.0; bassGainB = 1.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Stonefire::~Stonefire() {} +VstInt32 Stonefire::getVendorVersion () {return 1000;} +void Stonefire::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Stonefire::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Stonefire::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Stonefire::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Stonefire::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Stonefire::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Stonefire::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Air", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Fire", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Stone", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Range", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Stonefire::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Stonefire::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Stonefire::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Stonefire::getEffectName(char* name) { + vst_strncpy(name, "Stonefire", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Stonefire::getPlugCategory() {return kPlugCategEffect;} + +bool Stonefire::getProductString(char* text) { + vst_strncpy (text, "airwindows Stonefire", kVstMaxProductStrLen); return true; +} + +bool Stonefire::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacSignedVST/Stonefire/source/Stonefire.h b/plugins/MacSignedVST/Stonefire/source/Stonefire.h new file mode 100755 index 000000000..01ebaa730 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/source/Stonefire.h @@ -0,0 +1,138 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) Airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#define __Stonefire_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kNumParameters = 4 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'stfr'; //Change this to what the AU identity is! + +class Stonefire : + public AudioEffectX +{ +public: + Stonefire(audioMasterCallback audioMaster); + ~Stonefire(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + enum { + pvAL1, + pvSL1, + accSL1, + acc2SL1, + pvAL2, + pvSL2, + accSL2, + acc2SL2, + pvAL3, + pvSL3, + accSL3, + pvAL4, + pvSL4, + gndavgL, + outAL, + gainAL, + pvAR1, + pvSR1, + accSR1, + acc2SR1, + pvAR2, + pvSR2, + accSR2, + acc2SR2, + pvAR3, + pvSR3, + accSR3, + pvAR4, + pvSR4, + gndavgR, + outAR, + gainAR, + air_total + }; + double air[air_total]; + + enum { + prevSampL1, + prevSlewL1, + accSlewL1, + prevSampL2, + prevSlewL2, + accSlewL2, + prevSampL3, + prevSlewL3, + accSlewL3, + kalGainL, + kalOutL, + prevSampR1, + prevSlewR1, + accSlewR1, + prevSampR2, + prevSlewR2, + accSlewR2, + prevSampR3, + prevSlewR3, + accSlewR3, + kalGainR, + kalOutR, + kal_total + }; + double kal[kal_total]; + + double trebleGainA; + double trebleGainB; + double midGainA; + double midGainB; + double bassGainA; + double bassGainB; + + float A; + float B; + float C; + float D; +}; + +#endif diff --git a/plugins/MacSignedVST/Stonefire/source/StonefireProc.cpp b/plugins/MacSignedVST/Stonefire/source/StonefireProc.cpp new file mode 100755 index 000000000..96c507349 --- /dev/null +++ b/plugins/MacSignedVST/Stonefire/source/StonefireProc.cpp @@ -0,0 +1,318 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +void Stonefire::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Stonefire::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..e8b4eba61 --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,132 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Stonefire */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 733685247; + PBXWorkspaceStateSaveDate = 733685247; + }; + perUserProjectItems = { + 8BFF51B32BBB2D7100C35A15 /* PBXTextBookmark */ = 8BFF51B32BBB2D7100C35A15 /* PBXTextBookmark */; + 8BFF51DA2BBB2EE000C35A15 /* PBXTextBookmark */ = 8BFF51DA2BBB2EE000C35A15 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Stonefire.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2664}}"; + sepNavSelRange = "{4004, 0}"; + sepNavVisRange = "{3208, 1854}"; + sepNavWindowFrame = "{{12, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Stonefire.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {561, 1674}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 215}"; + sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* StonefireProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1029, 7938}}"; + sepNavSelRange = "{8201, 0}"; + sepNavVisRange = "{7389, 1300}"; + sepNavWindowFrame = "{{31, 42}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BFF51B32BBB2D7100C35A15 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Stonefire.h */; + name = "Stonefire.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 215; + vrLoc = 0; + }; + 8BFF51DA2BBB2EE000C35A15 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Stonefire.h */; + name = "Stonefire.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 215; + vrLoc = 0; + }; + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..1e4d97cc6 --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1508 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 40 304 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Stonefire.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Stonefire.h + _historyCapacity + 0 + bookmark + 8BFF51DA2BBB2EE000C35A15 + history + + 8BFF51B32BBB2D7100C35A15 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 40 304 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 40 304 810 487 0 0 1440 878 + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BFF51D62BBB2DB700C35A15 + 1CA23ED40692098700951B8B + 8BFF51D72BBB2DB700C35A15 + 8B0237581D42B1C400E1E8C8 + 8BFF51D82BBB2DB700C35A15 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 733687520.23717797 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/Stonefire/Stonefire.xcodeproj + + WindowString + 40 304 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.pbxproj b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.pbxproj new file mode 100755 index 000000000..6b4bc66a5 --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.pbxproj @@ -0,0 +1,2201 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Stonefire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Stonefire.cpp */; }; + 245463B90991757100464AD3 /* Stonefire.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Stonefire.h */; }; + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* StonefireProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* StonefireProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = again; + }; + 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476974093DAE42008998C4; + remoteInfo = adelay; + }; + 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52220929FBF500DDED7A; + remoteInfo = vstxsynth; + }; + 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476A10093DCAF9008998C4; + remoteInfo = surrounddelay; + }; + 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52F3092A312800DDED7A; + remoteInfo = minihost; + }; + 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; + 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + 2407DE920899296600EB68BF /* Stonefire.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Stonefire.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Stonefire.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Stonefire.cpp; path = source/Stonefire.cpp; sourceTree = ""; }; + 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; + 245463B80991757100464AD3 /* Stonefire.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Stonefire.h; path = source/Stonefire.h; sourceTree = ""; }; + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; + 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; + 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; + 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; + 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; + 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; + 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; + 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; + 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; + 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; + 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; + 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; + 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; + 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; + 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; + 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; + 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; + 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; + 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; + 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; + 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; + 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; + 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; + 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; + 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; + 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; + 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; + 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; + 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; + 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; + 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; + 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; + 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; + 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; + 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; + 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; + 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; + 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; + 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; + 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* StonefireProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StonefireProc.cpp; path = source/StonefireProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 2434720A098313350063BBF1 /* QuickTime.framework */, + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 2407DEB6089929BA00EB68BF /* Stonefire.cpp */, + 24D8286F09A914000093AEF8 /* StonefireProc.cpp */, + 245463B80991757100464AD3 /* Stonefire.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Stonefire.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A200030F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, + 24A200050F90D1DD003BB5A7 /* controlsgui.h */, + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, + ); + name = source; + path = /vstsdk2.4/vstgui.sf/drawtest/source; + sourceTree = ""; + }; + 24A2000F0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A200100F90D1DD003BB5A7 /* drawtest.def */, + 24A200110F90D1DD003BB5A7 /* drawtest.rc */, + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, + ); + name = win; + path = /vstsdk2.4/vstgui.sf/drawtest/win; + sourceTree = ""; + }; + 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, + ); + name = win.vc6; + path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; + sourceTree = ""; + }; + 24A200160F90D1DD003BB5A7 /* vstgui */ = { + isa = PBXGroup; + children = ( + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, + 24A2001B0F90D1DD003BB5A7 /* Changelog */, + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, + 24A200200F90D1DD003BB5A7 /* Documentation */, + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, + ); + name = vstgui; + path = /vstsdk2.4/vstgui.sf/vstgui; + sourceTree = ""; + }; + 24A200200F90D1DD003BB5A7 /* Documentation */ = { + isa = PBXGroup; + children = ( + 24A200210F90D1DD003BB5A7 /* html */, + 24A201440F90D1DE003BB5A7 /* index.html */, + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, + ); + name = Documentation; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; + sourceTree = ""; + }; + 24A200210F90D1DD003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, + 24A200240F90D1DD003BB5A7 /* annotated.html */, + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, + 24A200370F90D1DD003BB5A7 /* class_c_control.html */, + 24A200380F90D1DD003BB5A7 /* class_c_control.png */, + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, + 24A200990F90D1DD003BB5A7 /* class_c_view.html */, + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, + 24A200A90F90D1DD003BB5A7 /* deprecated.html */, + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, + 24A200AD0F90D1DD003BB5A7 /* files.html */, + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, + 24A200BA0F90D1DE003BB5A7 /* functions.html */, + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, + 24A200D40F90D1DE003BB5A7 /* functions_func.html */, + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, + 24A201020F90D1DE003BB5A7 /* globals.html */, + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, + 24A201140F90D1DE003BB5A7 /* globals_defs.html */, + 24A201150F90D1DE003BB5A7 /* globals_enum.html */, + 24A201160F90D1DE003BB5A7 /* globals_eval.html */, + 24A201170F90D1DE003BB5A7 /* globals_type.html */, + 24A201180F90D1DE003BB5A7 /* globals_vars.html */, + 24A201190F90D1DE003BB5A7 /* hierarchy.html */, + 24A2011A0F90D1DE003BB5A7 /* index.html */, + 24A2011B0F90D1DE003BB5A7 /* intro.html */, + 24A2011C0F90D1DE003BB5A7 /* license.html */, + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, + 24A2011E0F90D1DE003BB5A7 /* main.html */, + 24A2011F0F90D1DE003BB5A7 /* others.html */, + 24A201200F90D1DE003BB5A7 /* pages.html */, + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, + 24A201230F90D1DE003BB5A7 /* sequences.html */, + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, + 24A201320F90D1DE003BB5A7 /* tab_b.gif */, + 24A201330F90D1DE003BB5A7 /* tab_l.gif */, + 24A201340F90D1DE003BB5A7 /* tab_r.gif */, + 24A201350F90D1DE003BB5A7 /* tabs.css */, + 24A201360F90D1DE003BB5A7 /* thanks.html */, + 24A201370F90D1DE003BB5A7 /* tree.html */, + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, + 24A201430F90D1DE003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; + sourceTree = ""; + }; + 24A203CE0F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203D70F90D272003BB5A7 /* again.vst */, + 24A203D90F90D272003BB5A7 /* adelay.vst */, + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, + 24A203DF0F90D272003BB5A7 /* minihost.app */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E00F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203E50F90D272003BB5A7 /* drawtest.component */, + 24A203E70F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E80F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203ED0F90D272003BB5A7 /* drawtest.component */, + 24A203EF0F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 24A2FEBC0F90D1DC003BB5A7 /* artwork */, + 24A2FEC20F90D1DC003BB5A7 /* bin */, + 24A2FED80F90D1DC003BB5A7 /* doc */, + 24A2FF8E0F90D1DD003BB5A7 /* index.html */, + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, + 24A2FF940F90D1DD003BB5A7 /* public.sdk */, + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + ); + name = vstsdk2.4; + path = /vstsdk2.4; + sourceTree = ""; + }; + 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + isa = PBXGroup; + children = ( + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + ); + name = artwork; + path = /vstsdk2.4/artwork; + sourceTree = ""; + }; + 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + isa = PBXGroup; + children = ( + 24A2FEC30F90D1DC003BB5A7 /* mac */, + 24A2FED50F90D1DC003BB5A7 /* win */, + ); + name = bin; + path = /vstsdk2.4/bin; + sourceTree = ""; + }; + 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + ); + name = mac; + path = /vstsdk2.4/bin/mac; + sourceTree = ""; + }; + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + isa = PBXGroup; + children = ( + 24A2FEC50F90D1DC003BB5A7 /* Contents */, + ); + name = VSTMonitor.vst; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst; + sourceTree = ""; + }; + 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + isa = PBXGroup; + children = ( + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, + 24A2FEC70F90D1DC003BB5A7 /* MacOS */, + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, + 24A2FECA0F90D1DC003BB5A7 /* Resources */, + ); + name = Contents; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; + sourceTree = ""; + }; + 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { + isa = PBXGroup; + children = ( + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, + ); + name = MacOS; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; + sourceTree = ""; + }; + 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { + isa = PBXGroup; + children = ( + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, + ); + name = Resources; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; + sourceTree = ""; + }; + 24A2FED50F90D1DC003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, + ); + name = win; + path = /vstsdk2.4/bin/win; + sourceTree = ""; + }; + 24A2FED80F90D1DC003BB5A7 /* doc */ = { + isa = PBXGroup; + children = ( + 24A2FED90F90D1DC003BB5A7 /* gfx */, + 24A2FEDE0F90D1DC003BB5A7 /* html */, + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, + ); + name = doc; + path = /vstsdk2.4/doc; + sourceTree = ""; + }; + 24A2FED90F90D1DC003BB5A7 /* gfx */ = { + isa = PBXGroup; + children = ( + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, + ); + name = gfx; + path = /vstsdk2.4/doc/gfx; + sourceTree = ""; + }; + 24A2FEDE0F90D1DC003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, + 24A2FEFA0F90D1DC003BB5A7 /* files.html */, + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, + 24A2FF070F90D1DC003BB5A7 /* functions.html */, + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, + 24A2FF210F90D1DC003BB5A7 /* globals.html */, + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, + 24A2FF360F90D1DC003BB5A7 /* history.html */, + 24A2FF370F90D1DC003BB5A7 /* index.html */, + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, + 24A2FF390F90D1DC003BB5A7 /* intro.html */, + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, + 24A2FF3B0F90D1DC003BB5A7 /* license.html */, + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, + 24A2FF3D0F90D1DC003BB5A7 /* main.html */, + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, + 24A2FF440F90D1DC003BB5A7 /* others.html */, + 24A2FF450F90D1DC003BB5A7 /* pages.html */, + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, + 24A2FF470F90D1DC003BB5A7 /* sequences.html */, + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, + 24A2FF800F90D1DD003BB5A7 /* thanks.html */, + 24A2FF810F90D1DD003BB5A7 /* tree.html */, + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/doc/html; + sourceTree = ""; + }; + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 24A2FF900F90D1DD003BB5A7 /* vst2.x */, + ); + name = pluginterfaces; + path = /vstsdk2.4/pluginterfaces; + sourceTree = ""; + }; + 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, + ); + name = vst2.x; + path = /vstsdk2.4/pluginterfaces/vst2.x; + sourceTree = ""; + }; + 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 24A2FF950F90D1DD003BB5A7 /* samples */, + 24A2FFD60F90D1DD003BB5A7 /* source */, + ); + name = public.sdk; + path = /vstsdk2.4/public.sdk; + sourceTree = ""; + }; + 24A2FF950F90D1DD003BB5A7 /* samples */ = { + isa = PBXGroup; + children = ( + 24A2FF960F90D1DD003BB5A7 /* vst2.x */, + ); + name = samples; + path = /vstsdk2.4/public.sdk/samples; + sourceTree = ""; + }; + 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF970F90D1DD003BB5A7 /* adelay */, + 24A2FFA80F90D1DD003BB5A7 /* again */, + 24A2FFAE0F90D1DD003BB5A7 /* mac */, + 24A2FFB40F90D1DD003BB5A7 /* minihost */, + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, + 24A2FFC50F90D1DD003BB5A7 /* win */, + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/samples/vst2.x; + sourceTree = ""; + }; + 24A2FF970F90D1DD003BB5A7 /* adelay */ = { + isa = PBXGroup; + children = ( + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, + 24A2FF990F90D1DD003BB5A7 /* adelay.h */, + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, + 24A2FF9B0F90D1DD003BB5A7 /* editor */, + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, + 24A2FFA50F90D1DD003BB5A7 /* win */, + ); + name = adelay; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; + sourceTree = ""; + }; + 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { + isa = PBXGroup; + children = ( + 24A2FF9C0F90D1DD003BB5A7 /* resources */, + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, + ); + name = editor; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; + sourceTree = ""; + }; + 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, + ); + name = resources; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; + sourceTree = ""; + }; + 24A2FFA50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; + sourceTree = ""; + }; + 24A2FFA80F90D1DD003BB5A7 /* again */ = { + isa = PBXGroup; + children = ( + 24A2FFA90F90D1DD003BB5A7 /* source */, + 24A2FFAC0F90D1DD003BB5A7 /* win */, + ); + name = again; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again; + sourceTree = ""; + }; + 24A2FFA90F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, + 24A2FFAB0F90D1DD003BB5A7 /* again.h */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; + sourceTree = ""; + }; + 24A2FFAC0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; + sourceTree = ""; + }; + 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, + ); + name = mac; + path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; + sourceTree = ""; + }; + 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { + isa = PBXGroup; + children = ( + 24A2FFB50F90D1DD003BB5A7 /* source */, + 24A2FFB80F90D1DD003BB5A7 /* win */, + ); + name = minihost; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; + sourceTree = ""; + }; + 24A2FFB50F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; + sourceTree = ""; + }; + 24A2FFB80F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; + sourceTree = ""; + }; + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { + isa = PBXGroup; + children = ( + 24A2FFBB0F90D1DD003BB5A7 /* resource */, + 24A2FFBE0F90D1DD003BB5A7 /* source */, + 24A2FFC30F90D1DD003BB5A7 /* win */, + ); + name = vstxsynth; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; + sourceTree = ""; + }; + 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { + isa = PBXGroup; + children = ( + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, + ); + name = resource; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; + sourceTree = ""; + }; + 24A2FFBE0F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; + sourceTree = ""; + }; + 24A2FFC30F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; + sourceTree = ""; + }; + 24A2FFC50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win; + sourceTree = ""; + }; + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { + isa = PBXGroup; + children = ( + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win.vc2003; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; + sourceTree = ""; + }; + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, + ); + name = win.vc6; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; + sourceTree = ""; + }; + 24A2FFD60F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, + ); + name = source; + path = /vstsdk2.4/public.sdk/source; + sourceTree = ""; + }; + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/source/vst2.x; + sourceTree = ""; + }; + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { + isa = PBXGroup; + children = ( + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, + 24A200160F90D1DD003BB5A7 /* vstgui */, + ); + name = vstgui.sf; + path = /vstsdk2.4/vstgui.sf; + sourceTree = ""; + }; + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { + isa = PBXGroup; + children = ( + 24A2FFE00F90D1DD003BB5A7 /* mac */, + 24A2FFEE0F90D1DD003BB5A7 /* resources */, + 24A200030F90D1DD003BB5A7 /* source */, + 24A2000F0F90D1DD003BB5A7 /* win */, + 24A200130F90D1DD003BB5A7 /* win.vc6 */, + ); + name = drawtest; + path = /vstsdk2.4/vstgui.sf/drawtest; + sourceTree = ""; + }; + 24A2FFE00F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, + ); + name = mac; + path = /vstsdk2.4/vstgui.sf/drawtest/mac; + sourceTree = ""; + }; + 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, + ); + name = resources; + path = /vstsdk2.4/vstgui.sf/drawtest/resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 245463B90991757100464AD3 /* Stonefire.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Stonefire */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Stonefire" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Stonefire; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Stonefire.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Stonefire" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + }, + { + ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + }, + { + ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Stonefire */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 24A203D70F90D272003BB5A7 /* again.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = again.vst; + remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203D90F90D272003BB5A7 /* adelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = adelay.vst; + remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = vstxsynth.vst; + remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = surrounddelay.vst; + remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DF0F90D272003BB5A7 /* minihost.app */ = { + isa = PBXReferenceProxy; + fileType = wrapper.application; + path = minihost.app; + remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E50F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2407DEB9089929BA00EB68BF /* Stonefire.cpp in Sources */, + 24D8287009A914000093AEF8 /* StonefireProc.cpp in Sources */, + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Gain; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Stonefire; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Stonefire" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..5c38f9460 Binary files /dev/null and b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/spiadmin.mode1v3 b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/spiadmin.pbxuser b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme similarity index 100% rename from plugins/MacSignedVST/Console6Buss/Console6Buss.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme rename to plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5bccbcb4f --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Gain.xcscheme + + orderHint + 8 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacVST/Stonefire/Stonefire.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Stonefire/mac/Info.plist b/plugins/MacVST/Stonefire/mac/Info.plist new file mode 100755 index 000000000..7b1d05117 --- /dev/null +++ b/plugins/MacVST/Stonefire/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Stonefire + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.Stonefire + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/Stonefire/mac/PkgInfo b/plugins/MacVST/Stonefire/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacVST/Stonefire/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/Stonefire/mac/xcode_vst_prefix.h b/plugins/MacVST/Stonefire/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacVST/Stonefire/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#define MAC 1 +#define MACX 1 + +#define USE_NAMESPACE 0 + +#define TARGET_API_MAC_CARBON 1 +#define USENAVSERVICES 1 + +#define __CF_USE_FRAMEWORK_INCLUDES__ + +#if __MWERKS__ +#define __NOEXTENSIONS__ +#endif + +#define QUARTZ 1 + +#include \ No newline at end of file diff --git a/plugins/MacVST/Stonefire/source/Stonefire.cpp b/plugins/MacVST/Stonefire/source/Stonefire.cpp new file mode 100755 index 000000000..f5e876554 --- /dev/null +++ b/plugins/MacVST/Stonefire/source/Stonefire.cpp @@ -0,0 +1,151 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Stonefire(audioMaster);} + +Stonefire::Stonefire(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + + for (int x = 0; x < air_total; x++) air[x] = 0.0; + for (int x = 0; x < kal_total; x++) kal[x] = 0.0; + + trebleGainA = 1.0; trebleGainB = 1.0; + midGainA = 1.0; midGainB = 1.0; + bassGainA = 1.0; bassGainB = 1.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Stonefire::~Stonefire() {} +VstInt32 Stonefire::getVendorVersion () {return 1000;} +void Stonefire::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Stonefire::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Stonefire::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Stonefire::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Stonefire::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Stonefire::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Stonefire::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Air", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Fire", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Stone", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Range", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Stonefire::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Stonefire::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Stonefire::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Stonefire::getEffectName(char* name) { + vst_strncpy(name, "Stonefire", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Stonefire::getPlugCategory() {return kPlugCategEffect;} + +bool Stonefire::getProductString(char* text) { + vst_strncpy (text, "airwindows Stonefire", kVstMaxProductStrLen); return true; +} + +bool Stonefire::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacVST/Stonefire/source/Stonefire.h b/plugins/MacVST/Stonefire/source/Stonefire.h new file mode 100755 index 000000000..01ebaa730 --- /dev/null +++ b/plugins/MacVST/Stonefire/source/Stonefire.h @@ -0,0 +1,138 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) Airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#define __Stonefire_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kNumParameters = 4 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'stfr'; //Change this to what the AU identity is! + +class Stonefire : + public AudioEffectX +{ +public: + Stonefire(audioMasterCallback audioMaster); + ~Stonefire(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + enum { + pvAL1, + pvSL1, + accSL1, + acc2SL1, + pvAL2, + pvSL2, + accSL2, + acc2SL2, + pvAL3, + pvSL3, + accSL3, + pvAL4, + pvSL4, + gndavgL, + outAL, + gainAL, + pvAR1, + pvSR1, + accSR1, + acc2SR1, + pvAR2, + pvSR2, + accSR2, + acc2SR2, + pvAR3, + pvSR3, + accSR3, + pvAR4, + pvSR4, + gndavgR, + outAR, + gainAR, + air_total + }; + double air[air_total]; + + enum { + prevSampL1, + prevSlewL1, + accSlewL1, + prevSampL2, + prevSlewL2, + accSlewL2, + prevSampL3, + prevSlewL3, + accSlewL3, + kalGainL, + kalOutL, + prevSampR1, + prevSlewR1, + accSlewR1, + prevSampR2, + prevSlewR2, + accSlewR2, + prevSampR3, + prevSlewR3, + accSlewR3, + kalGainR, + kalOutR, + kal_total + }; + double kal[kal_total]; + + double trebleGainA; + double trebleGainB; + double midGainA; + double midGainB; + double bassGainA; + double bassGainB; + + float A; + float B; + float C; + float D; +}; + +#endif diff --git a/plugins/MacVST/Stonefire/source/StonefireProc.cpp b/plugins/MacVST/Stonefire/source/StonefireProc.cpp new file mode 100755 index 000000000..96c507349 --- /dev/null +++ b/plugins/MacVST/Stonefire/source/StonefireProc.cpp @@ -0,0 +1,318 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +void Stonefire::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Stonefire::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/Stonefire/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/Stonefire/.vs/Console4Channel64/v14/.suo new file mode 100755 index 000000000..777b84637 Binary files /dev/null and b/plugins/WinVST/Stonefire/.vs/Console4Channel64/v14/.suo differ diff --git a/plugins/WinVST/Stonefire/.vs/VSTProject/v14/.suo b/plugins/WinVST/Stonefire/.vs/VSTProject/v14/.suo new file mode 100755 index 000000000..d4048a64c Binary files /dev/null and b/plugins/WinVST/Stonefire/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Stonefire/Stonefire.cpp b/plugins/WinVST/Stonefire/Stonefire.cpp new file mode 100755 index 000000000..f5e876554 --- /dev/null +++ b/plugins/WinVST/Stonefire/Stonefire.cpp @@ -0,0 +1,151 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Stonefire(audioMaster);} + +Stonefire::Stonefire(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + + for (int x = 0; x < air_total; x++) air[x] = 0.0; + for (int x = 0; x < kal_total; x++) kal[x] = 0.0; + + trebleGainA = 1.0; trebleGainB = 1.0; + midGainA = 1.0; midGainB = 1.0; + bassGainA = 1.0; bassGainB = 1.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Stonefire::~Stonefire() {} +VstInt32 Stonefire::getVendorVersion () {return 1000;} +void Stonefire::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Stonefire::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Stonefire::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Stonefire::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Stonefire::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Stonefire::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Stonefire::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Air", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Fire", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Stone", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Range", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Stonefire::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Stonefire::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Stonefire::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Stonefire::getEffectName(char* name) { + vst_strncpy(name, "Stonefire", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Stonefire::getPlugCategory() {return kPlugCategEffect;} + +bool Stonefire::getProductString(char* text) { + vst_strncpy (text, "airwindows Stonefire", kVstMaxProductStrLen); return true; +} + +bool Stonefire::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/WinVST/Stonefire/Stonefire.h b/plugins/WinVST/Stonefire/Stonefire.h new file mode 100755 index 000000000..01ebaa730 --- /dev/null +++ b/plugins/WinVST/Stonefire/Stonefire.h @@ -0,0 +1,138 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) Airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#define __Stonefire_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kNumParameters = 4 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'stfr'; //Change this to what the AU identity is! + +class Stonefire : + public AudioEffectX +{ +public: + Stonefire(audioMasterCallback audioMaster); + ~Stonefire(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + enum { + pvAL1, + pvSL1, + accSL1, + acc2SL1, + pvAL2, + pvSL2, + accSL2, + acc2SL2, + pvAL3, + pvSL3, + accSL3, + pvAL4, + pvSL4, + gndavgL, + outAL, + gainAL, + pvAR1, + pvSR1, + accSR1, + acc2SR1, + pvAR2, + pvSR2, + accSR2, + acc2SR2, + pvAR3, + pvSR3, + accSR3, + pvAR4, + pvSR4, + gndavgR, + outAR, + gainAR, + air_total + }; + double air[air_total]; + + enum { + prevSampL1, + prevSlewL1, + accSlewL1, + prevSampL2, + prevSlewL2, + accSlewL2, + prevSampL3, + prevSlewL3, + accSlewL3, + kalGainL, + kalOutL, + prevSampR1, + prevSlewR1, + accSlewR1, + prevSampR2, + prevSlewR2, + accSlewR2, + prevSampR3, + prevSlewR3, + accSlewR3, + kalGainR, + kalOutR, + kal_total + }; + double kal[kal_total]; + + double trebleGainA; + double trebleGainB; + double midGainA; + double midGainB; + double bassGainA; + double bassGainB; + + float A; + float B; + float C; + float D; +}; + +#endif diff --git a/plugins/WinVST/Stonefire/StonefireProc.cpp b/plugins/WinVST/Stonefire/StonefireProc.cpp new file mode 100755 index 000000000..96c507349 --- /dev/null +++ b/plugins/WinVST/Stonefire/StonefireProc.cpp @@ -0,0 +1,318 @@ +/* ======================================== + * Stonefire - Stonefire.h + * Copyright (c) airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Stonefire_H +#include "Stonefire.h" +#endif + +void Stonefire::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Stonefire::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + trebleGainA = trebleGainB; trebleGainB = A*2.0; + midGainA = midGainB; midGainB = B*2.0; + bassGainA = bassGainB; bassGainB = C*2.0; + //simple three band to adjust + double kalman = 1.0-pow(D,2); + //crossover frequency between mid/bass + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + double temp = (double)sampleFrames/inFramesToProcess; + double trebleGain = (trebleGainA*temp)+(trebleGainB*(1.0-temp)); + if (trebleGain > 1.0) trebleGain = pow(trebleGain,3.0+sqrt(overallscale)); + if (trebleGain < 1.0) trebleGain = 1.0-pow(1.0-trebleGain,2); + + double midGain = (midGainA*temp)+(midGainB*(1.0-temp)); + if (midGain > 1.0) midGain *= midGain; + if (midGain < 1.0) midGain = 1.0-pow(1.0-midGain,2); + + double bassGain = (bassGainA*temp)+(bassGainB*(1.0-temp)); + if (bassGain > 1.0) bassGain *= bassGain; + if (bassGain < 1.0) bassGain = 1.0-pow(1.0-bassGain,2); + + //begin Air3L + air[pvSL4] = air[pvAL4] - air[pvAL3]; air[pvSL3] = air[pvAL3] - air[pvAL2]; + air[pvSL2] = air[pvAL2] - air[pvAL1]; air[pvSL1] = air[pvAL1] - inputSampleL; + air[accSL3] = air[pvSL4] - air[pvSL3]; air[accSL2] = air[pvSL3] - air[pvSL2]; + air[accSL1] = air[pvSL2] - air[pvSL1]; + air[acc2SL2] = air[accSL3] - air[accSL2]; air[acc2SL1] = air[accSL2] - air[accSL1]; + air[outAL] = -(air[pvAL1] + air[pvSL3] + air[acc2SL2] - ((air[acc2SL2] + air[acc2SL1])*0.5)); + air[gainAL] *= 0.5; air[gainAL] += fabs(drySampleL-air[outAL])*0.5; + if (air[gainAL] > 0.3*sqrt(overallscale)) air[gainAL] = 0.3*sqrt(overallscale); + air[pvAL4] = air[pvAL3]; air[pvAL3] = air[pvAL2]; + air[pvAL2] = air[pvAL1]; air[pvAL1] = (air[gainAL] * air[outAL]) + drySampleL; + double midL = drySampleL - ((air[outAL]*0.5)+(drySampleL*(0.457-(0.017*overallscale)))); + temp = (midL + air[gndavgL])*0.5; air[gndavgL] = midL; midL = temp; + double trebleL = drySampleL-midL; + inputSampleL = midL; + //end Air3L + + //begin Air3R + air[pvSR4] = air[pvAR4] - air[pvAR3]; air[pvSR3] = air[pvAR3] - air[pvAR2]; + air[pvSR2] = air[pvAR2] - air[pvAR1]; air[pvSR1] = air[pvAR1] - inputSampleR; + air[accSR3] = air[pvSR4] - air[pvSR3]; air[accSR2] = air[pvSR3] - air[pvSR2]; + air[accSR1] = air[pvSR2] - air[pvSR1]; + air[acc2SR2] = air[accSR3] - air[accSR2]; air[acc2SR1] = air[accSR2] - air[accSR1]; + air[outAR] = -(air[pvAR1] + air[pvSR3] + air[acc2SR2] - ((air[acc2SR2] + air[acc2SR1])*0.5)); + air[gainAR] *= 0.5; air[gainAR] += fabs(drySampleR-air[outAR])*0.5; + if (air[gainAR] > 0.3*sqrt(overallscale)) air[gainAR] = 0.3*sqrt(overallscale); + air[pvAR4] = air[pvAR3]; air[pvAR3] = air[pvAR2]; + air[pvAR2] = air[pvAR1]; air[pvAR1] = (air[gainAR] * air[outAR]) + drySampleR; + double midR = drySampleR - ((air[outAR]*0.5)+(drySampleR*(0.457-(0.017*overallscale)))); + temp = (midR + air[gndavgR])*0.5; air[gndavgR] = midR; midR = temp; + double trebleR = drySampleR-midR; + inputSampleR = midR; + //end Air3R + + //begin KalmanL + temp = inputSampleL = inputSampleL*(1.0-kalman)*0.777; + inputSampleL *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewL3] += kal[prevSampL3] - kal[prevSampL2]; kal[prevSlewL3] *= 0.5; + kal[prevSlewL2] += kal[prevSampL2] - kal[prevSampL1]; kal[prevSlewL2] *= 0.5; + kal[prevSlewL1] += kal[prevSampL1] - inputSampleL; kal[prevSlewL1] *= 0.5; + //make slews from each set of samples used + kal[accSlewL2] += kal[prevSlewL3] - kal[prevSlewL2]; kal[accSlewL2] *= 0.5; + kal[accSlewL1] += kal[prevSlewL2] - kal[prevSlewL1]; kal[accSlewL1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewL3] += (kal[accSlewL2] - kal[accSlewL1]); kal[accSlewL3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutL] += kal[prevSampL1] + kal[prevSlewL2] + kal[accSlewL3]; kal[kalOutL] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainL] += fabs(temp-kal[kalOutL])*kalman*8.0; kal[kalGainL] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainL] > kalman*0.5) kal[kalGainL] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutL] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampL3] = kal[prevSampL2]; kal[prevSampL2] = kal[prevSampL1]; + kal[prevSampL1] = (kal[kalGainL] * kal[kalOutL]) + ((1.0-kal[kalGainL])*temp); + //feed the chain of previous samples + if (kal[prevSampL1] > 1.0) kal[prevSampL1] = 1.0; if (kal[prevSampL1] < -1.0) kal[prevSampL1] = -1.0; + double bassL = kal[kalOutL]*0.777; + midL -= bassL; + //end KalmanL + + //begin KalmanR + temp = inputSampleR = inputSampleR*(1.0-kalman)*0.777; + inputSampleR *= (1.0-kalman); + //set up gain levels to control the beast + kal[prevSlewR3] += kal[prevSampR3] - kal[prevSampR2]; kal[prevSlewR3] *= 0.5; + kal[prevSlewR2] += kal[prevSampR2] - kal[prevSampR1]; kal[prevSlewR2] *= 0.5; + kal[prevSlewR1] += kal[prevSampR1] - inputSampleR; kal[prevSlewR1] *= 0.5; + //make slews from each set of samples used + kal[accSlewR2] += kal[prevSlewR3] - kal[prevSlewR2]; kal[accSlewR2] *= 0.5; + kal[accSlewR1] += kal[prevSlewR2] - kal[prevSlewR1]; kal[accSlewR1] *= 0.5; + //differences between slews: rate of change of rate of change + kal[accSlewR3] += (kal[accSlewR2] - kal[accSlewR1]); kal[accSlewR3] *= 0.5; + //entering the abyss, what even is this + kal[kalOutR] += kal[prevSampR1] + kal[prevSlewR2] + kal[accSlewR3]; kal[kalOutR] *= 0.5; + //resynthesizing predicted result (all iir smoothed) + kal[kalGainR] += fabs(temp-kal[kalOutR])*kalman*8.0; kal[kalGainR] *= 0.5; + //madness takes its toll. Kalman Gain: how much dry to retain + if (kal[kalGainR] > kalman*0.5) kal[kalGainR] = kalman*0.5; + //attempts to avoid explosions + kal[kalOutR] += (temp*(1.0-(0.68+(kalman*0.157)))); + //this is for tuning a really complete cancellation up around Nyquist + kal[prevSampR3] = kal[prevSampR2]; kal[prevSampR2] = kal[prevSampR1]; + kal[prevSampR1] = (kal[kalGainR] * kal[kalOutR]) + ((1.0-kal[kalGainR])*temp); + //feed the chain of previous samples + if (kal[prevSampR1] > 1.0) kal[prevSampR1] = 1.0; if (kal[prevSampR1] < -1.0) kal[prevSampR1] = -1.0; + double bassR = kal[kalOutR]*0.777; + midR -= bassR; + //end KalmanR + + inputSampleL = (bassL*bassGain) + (midL*midGain) + (trebleL*trebleGain); + inputSampleR = (bassR*bassGain) + (midR*midGain) + (trebleR*trebleGain); + //applies pan section, and smoothed fader gain + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/Stonefire/VSTProject.sln b/plugins/WinVST/Stonefire/VSTProject.sln new file mode 100755 index 000000000..694b42443 --- /dev/null +++ b/plugins/WinVST/Stonefire/VSTProject.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.ActiveCfg = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.Build.0 = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.ActiveCfg = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.Build.0 = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.ActiveCfg = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.Build.0 = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.ActiveCfg = Release|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/WinVST/Stonefire/VSTProject.vcxproj b/plugins/WinVST/Stonefire/VSTProject.vcxproj new file mode 100755 index 000000000..3678d5c66 --- /dev/null +++ b/plugins/WinVST/Stonefire/VSTProject.vcxproj @@ -0,0 +1,183 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C} + VSTProject + 8.1 + Stonefire64 + + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + + + + + + + + + + + + + + + + + + + .dll + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreadedDebug + Speed + false + Default + false + None + + + vstplug.def + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + false + MultiThreadedDebug + Default + false + None + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + MultiThreaded + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + + \ No newline at end of file diff --git a/plugins/WinVST/Stonefire/VSTProject.vcxproj.filters b/plugins/WinVST/Stonefire/VSTProject.vcxproj.filters new file mode 100755 index 000000000..310f2af44 --- /dev/null +++ b/plugins/WinVST/Stonefire/VSTProject.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/WinVST/Stonefire/VSTProject.vcxproj.user b/plugins/WinVST/Stonefire/VSTProject.vcxproj.user new file mode 100755 index 000000000..221626789 --- /dev/null +++ b/plugins/WinVST/Stonefire/VSTProject.vcxproj.user @@ -0,0 +1,19 @@ + + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + \ No newline at end of file diff --git a/plugins/WinVST/Stonefire/vstplug.def b/plugins/WinVST/Stonefire/vstplug.def new file mode 100755 index 000000000..5bf499aa2 --- /dev/null +++ b/plugins/WinVST/Stonefire/vstplug.def @@ -0,0 +1,3 @@ +EXPORTS + VSTPluginMain + main=VSTPluginMain \ No newline at end of file diff --git a/what.txt b/what.txt index bd142ffdb..b5b3c98ac 100644 --- a/what.txt +++ b/what.txt @@ -319,6 +319,7 @@ StereoChorus is a nice basic stereo chorus. StereoDoubler is like GlitchShifter optimized for pitch shift doubling and tripling. StereoEnsemble is a sort of hyperchorus blast from the past. StereoFX is an aggressive stereo widener. +Stonefire is the non-EQ EQ designed for ConsoleX. StudioTan is all the 'non-dither' dithers, up to date and convenient. SubsOnly is a mix check plugin that shows you only the extreme lows. SubTight uses a variation on the Creature algorithm to tighten sub-lows.