text
stringlengths
1
24.5M
/* ======================================== * BassDrive - BassDrive.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H #include "BassDrive.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new B...
/* ======================================== * BassDrive - BassDrive.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H #define __BassDrive_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * BassDrive - BassDrive.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H #include "BassDrive.h" #endif void BassDrive::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>
/* ======================================== * BassKit - BassKit.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H #include "BassKit.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BassKit(a...
/* ======================================== * BassKit - BassKit.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H #define __BassKit_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * BassKit - BassKit.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H #include "BassKit.h" #endif void BassKit::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>
/* ======================================== * Baxandall - Baxandall.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H #include "Baxandall.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new B...
/* ======================================== * Baxandall - Baxandall.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H #define __Baxandall_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * Baxandall - Baxandall.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H #include "Baxandall.h" #endif void Baxandall::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>
/* ======================================== * Baxandall2 - Baxandall2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall2_H #include "Baxandall2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * Baxandall2 - Baxandall2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall2_H #define __Baxandall2_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * Baxandall2 - Baxandall2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall2_H #include "Baxandall2.h" #endif void Baxandall2::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>
/* ======================================== * Baxandall3 - Baxandall3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall3_H #include "Baxandall3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Ba...
/* ======================================== * Baxandall3 - Baxandall3.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall3_H #define __Baxandall3_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Baxandall3 - Baxandall3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall3_H #include "Baxandall3.h" #endif void Baxandall3::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>
/* ======================================== * Beam - Beam.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H #include "Beam.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Beam(audioMaster);} ...
/* ======================================== * Beam - Beam.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H #define __Beam_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Beam - Beam.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H #include "Beam.h" #endif void Beam::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>
/* ======================================== * BezEQ - BezEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BezEQ_H #include "BezEQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BezEQ(audioMaster);} ...
/* ======================================== * BezEQ - BezEQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BezEQ_H #define __BezEQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #in...
/* ======================================== * BezEQ - BezEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BezEQ_H #include "BezEQ.h" #endif void BezEQ::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>
/* ======================================== * BeziComp - BeziComp.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BeziComp_H #include "BeziComp.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BeziComp(a...
/* ======================================== * BeziComp - BeziComp.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BeziComp_H #define __BeziComp_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * BeziComp - BeziComp.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BeziComp_H #include "BeziComp.h" #endif void BeziComp::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>
/* ======================================== * BigAmp - BigAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "BigAmp.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BigAmp(audioMas...
/* ======================================== * BigAmp - BigAmp.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #define __Gain_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * BigAmp - BigAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "BigAmp.h" #endif void BigAmp::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { 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>
/* ======================================== * 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>