text
stringlengths
1
24.5M
/* ======================================== * Biquad - Biquad.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H #include "Biquad.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Biquad(audioM...
/* ======================================== * Biquad - Biquad.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H #define __Biquad_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Biquad - Biquad.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H #include "Biquad.h" #endif void Biquad::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
#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 <AvailabilityMacros.h>
/* ======================================== * Biquad2 - Biquad2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H #include "Biquad2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Biquad2(a...
/* ======================================== * Biquad2 - Biquad2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H #define __Biquad2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Biquad2 - Biquad2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H #include "Biquad2.h" #endif void Biquad2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
#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 <AvailabilityMacros.h>
/* ======================================== * BiquadDouble - BiquadDouble.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H #include "BiquadDouble.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {...
/* ======================================== * BiquadDouble - BiquadDouble.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H #define __BiquadDouble_H #ifndef __audioeffect__ #include "au...
/* ======================================== * BiquadDouble - BiquadDouble.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H #include "BiquadDouble.h" #endif void BiquadDouble::processReplacing(float **inputs, float **outputs,...
#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 <AvailabilityMacros.h>
/* ======================================== * BiquadHiLo - BiquadHiLo.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadHiLo_H #include "BiquadHiLo.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Bi...
/* ======================================== * BiquadHiLo - BiquadHiLo.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadHiLo_H #define __BiquadHiLo_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * BiquadHiLo - BiquadHiLo.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadHiLo_H #include "BiquadHiLo.h" #endif void BiquadHiLo::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
#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 <AvailabilityMacros.h>
/* ======================================== * BiquadNonLin - BiquadNonLin.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadNonLin_H #include "BiquadNonLin.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur...
/* ======================================== * BiquadNonLin - BiquadNonLin.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadNonLin_H #define __BiquadNonLin_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * BiquadNonLin - BiquadNonLin.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadNonLin_H #include "BiquadNonLin.h" #endif void BiquadNonLin::processReplacing(float **inputs, float **outputs, VstI...
#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 <AvailabilityMacros.h>
/* ======================================== * BiquadOneHalf - BiquadOneHalf.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H #include "BiquadOneHalf.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaste...
/* ======================================== * BiquadOneHalf - BiquadOneHalf.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H #define __BiquadOneHalf_H #ifndef __audioeffect__ #include...
/* ======================================== * BiquadOneHalf - BiquadOneHalf.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H #include "BiquadOneHalf.h" #endif void BiquadOneHalf::processReplacing(float **inputs, float **out...
#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 <AvailabilityMacros.h>
/* ======================================== * BiquadPlus - BiquadPlus.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H #include "BiquadPlus.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * BiquadPlus - BiquadPlus.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H #define __BiquadPlus_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * BiquadPlus - BiquadPlus.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H #include "BiquadPlus.h" #endif void BiquadPlus::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * BiquadStack - BiquadStack.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadStack_H #include "BiquadStack.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * BiquadStack - BiquadStack.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadStack_H #define __BiquadStack_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * BiquadStack - BiquadStack.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadStack_H #include "BiquadStack.h" #endif void BiquadStack::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * BiquadTriple - BiquadTriple.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H #include "BiquadTriple.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {...
/* ======================================== * BiquadTriple - BiquadTriple.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H #define __BiquadTriple_H #ifndef __audioeffect__ #include "au...
/* ======================================== * BiquadTriple - BiquadTriple.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H #include "BiquadTriple.h" #endif void BiquadTriple::processReplacing(float **inputs, float **outputs,...
#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 <AvailabilityMacros.h>
/* ======================================== * Bite - Bite.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H #include "Bite.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Bite(audioMaster);} ...
/* ======================================== * Bite - Bite.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H #define __Bite_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Bite - Bite.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H #include "Bite.h" #endif void Bite::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in...
#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 <AvailabilityMacros.h>
/* ======================================== * BitGlitter - BitGlitter.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H #include "BitGlitter.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * BitGlitter - BitGlitter.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H #define __BitGlitter_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * BitGlitter - BitGlitter.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H #include "BitGlitter.h" #endif void BitGlitter::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * BitShiftGain - BitShiftGain.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H #include "BitShiftGain.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {...
/* ======================================== * BitShiftGain - BitShiftGain.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H #define __BitShiftGain_H #ifndef __audioeffect__ #include "au...
/* ======================================== * BitShiftGain - BitShiftGain.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H #include "BitShiftGain.h" #endif void BitShiftGain::processReplacing(float **inputs, float **outputs,...
#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 <AvailabilityMacros.h>
/* ======================================== * BitShiftPan - BitShiftPan.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftPan_H #include "BitShiftPan.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * BitShiftPan - BitShiftPan.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftPan_H #define __BitShiftPan_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * BitShiftPan - BitShiftPan.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftPan_H #include "BitShiftPan.h" #endif void BitShiftPan::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * BlockParty - BlockParty.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H #include "BlockParty.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * BlockParty - BlockParty.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H #define __BlockParty_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * BlockParty - BlockParty.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H #include "BlockParty.h" #endif void BlockParty::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * BrassRider - BrassRider.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H #include "BrassRider.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * BrassRider - BrassRider.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H #define __BrassRider_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * BrassRider - BrassRider.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H #include "BrassRider.h" #endif void BrassRider::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * BrightAmbience - BrightAmbience.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H #include "BrightAmbience.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioM...
/* ======================================== * BrightAmbience - BrightAmbience.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H #define __BrightAmbience_H #ifndef __audioeffect__ #inc...
/* ======================================== * BrightAmbience - BrightAmbience.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H #include "BrightAmbience.h" #endif void BrightAmbience::processReplacing(float **inputs, float ...
#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 <AvailabilityMacros.h>
/* ======================================== * BrightAmbience2 - BrightAmbience2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H #include "BrightAmbience2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback au...
/* ======================================== * BrightAmbience2 - BrightAmbience2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H #define __BrightAmbience2_H #ifndef __audioeffect__ ...
/* ======================================== * BrightAmbience2 - BrightAmbience2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H #include "BrightAmbience2.h" #endif void BrightAmbience2::processReplacing(float **inputs, f...
#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 <AvailabilityMacros.h>
/* ======================================== * BrightAmbience3 - BrightAmbience3.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H #include "BrightAmbience3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback au...
/* ======================================== * BrightAmbience3 - BrightAmbience3.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H #define __BrightAmbience3_H #ifndef __audioeffect__ ...
/* ======================================== * BrightAmbience3 - BrightAmbience3.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H #include "BrightAmbience3.h" #endif void BrightAmbience3::processReplacing(float **inputs, f...
#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 <AvailabilityMacros.h>
/* ======================================== * BuildATPDF - BuildATPDF.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H #include "BuildATPDF.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * BuildATPDF - BuildATPDF.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H #define __BuildATPDF_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * BuildATPDF - BuildATPDF.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H #include "BuildATPDF.h" #endif void BuildATPDF::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * BussColors4 - BussColors4.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H #include "BussColors4.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * BussColors4 - BussColors4.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H #define __BussColors4_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * BussColors4 - BussColors4.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H #include "BussColors4.h" #endif void BussColors4::processReplacing(float **inputs, float **outputs, VstI...
#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 <AvailabilityMacros.h>
/* ======================================== * ButterComp - ButterComp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H #include "ButterComp.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * ButterComp - ButterComp.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H #define __ButterComp_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * ButterComp - ButterComp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H #include "ButterComp.h" #endif void ButterComp::processReplacing(float **inputs, float **outputs, VstInt32 ...
#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 <AvailabilityMacros.h>
/* ======================================== * ButterComp2 - ButterComp2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H #include "ButterComp2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * ButterComp2 - ButterComp2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H #define __ButterComp2_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * ButterComp2 - ButterComp2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H #include "ButterComp2.h" #endif void ButterComp2::processReplacing(float **inputs, float **outputs, VstI...
#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 <AvailabilityMacros.h>
/* ======================================== * C5RawBuss - C5RawBuss.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H #include "C5RawBuss.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new C...
/* ======================================== * C5RawBuss - C5RawBuss.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H #define __C5RawBuss_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * C5RawBuss - C5RawBuss.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H #include "C5RawBuss.h" #endif void C5RawBuss::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
#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 <AvailabilityMacros.h>
/* ======================================== * C5RawChannel - C5RawChannel.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H #include "C5RawChannel.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {...
/* ======================================== * C5RawChannel - C5RawChannel.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H #define __C5RawChannel_H #ifndef __audioeffect__ #include "au...
/* ======================================== * C5RawChannel - C5RawChannel.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H #include "C5RawChannel.h" #endif void C5RawChannel::processReplacing(float **inputs, float **outputs,...
#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 <AvailabilityMacros.h>
/* ======================================== * Cabs - Cabs.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H #include "Cabs.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Cabs(audioMaster);} ...
/* ======================================== * Cabs - Cabs.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H #define __Cabs_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Cabs - Cabs.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H #include "Cabs.h" #endif void Cabs::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in...
#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 <AvailabilityMacros.h>