text
stringlengths
1
24.5M
/* ======================================== * LeftoMono - LeftoMono.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H #include "LeftoMono.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new L...
/* ======================================== * LeftoMono - LeftoMono.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H #define __LeftoMono_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * LeftoMono - LeftoMono.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H #include "LeftoMono.h" #endif void LeftoMono::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>
/* ======================================== * LilAmp - LilAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "LilAmp.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new LilAmp(audioMas...
/* ======================================== * LilAmp - LilAmp.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...
/* ======================================== * LilAmp - LilAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "LilAmp.h" #endif void LilAmp::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>
/* ======================================== * Logical4 - Logical4.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H #include "Logical4.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Logic...
/* ======================================== * Logical4 - Logical4.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H #define __Logical4_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Logical4 - Logical4.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H #include "Logical4.h" #endif void Logical4::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
#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>
/* ======================================== * Loud - Loud.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H #include "Loud.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Loud(audioMaster);} ...
/* ======================================== * Loud - Loud.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H #define __Loud_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Loud - Loud.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H #include "Loud.h" #endif void Loud::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>
/* ======================================== * Lowpass - Lowpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H #include "Lowpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Lowpass(a...
/* ======================================== * Lowpass - Lowpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H #define __Lowpass_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Lowpass - Lowpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H #include "Lowpass.h" #endif void Lowpass::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>
/* ======================================== * Lowpass2 - Lowpass2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H #include "Lowpass2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Lowpa...
/* ======================================== * Lowpass2 - Lowpass2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H #define __Lowpass2_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Lowpass2 - Lowpass2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H #include "Lowpass2.h" #endif void Lowpass2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
#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>
/* ======================================== * LRConvolve - LRConvolve.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve_H #include "LRConvolve.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new LR...
/* ======================================== * LRConvolve - LRConvolve.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve_H #define __LRConvolve_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * LRConvolve - LRConvolve.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve_H #include "LRConvolve.h" #endif void LRConvolve::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>
/* ======================================== * LRConvolve2 - LRConvolve2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve2_H #include "LRConvolve2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * LRConvolve2 - LRConvolve2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve2_H #define __LRConvolve2_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * LRConvolve2 - LRConvolve2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve2_H #include "LRConvolve2.h" #endif void LRConvolve2::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>
/* ======================================== * LRConvolve3 - LRConvolve3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve3_H #include "LRConvolve3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * LRConvolve3 - LRConvolve3.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve3_H #define __LRConvolve3_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * LRConvolve3 - LRConvolve3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRConvolve3_H #include "LRConvolve3.h" #endif void LRConvolve3::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>
/* ======================================== * LRFlipTimer - LRFlipTimer.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H #include "LRFlipTimer.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * LRFlipTimer - LRFlipTimer.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H #define __LRFlipTimer_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * LRFlipTimer - LRFlipTimer.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H #include "LRFlipTimer.h" #endif void LRFlipTimer::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>
/* ======================================== * Luxor - Luxor.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H #include "Luxor.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Luxor(audioMaster...
/* ======================================== * Luxor - Luxor.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H #define __Luxor_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Luxor - Luxor.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H #include "Luxor.h" #endif void Luxor::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
#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>
/* ======================================== * MackEQ - MackEQ.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H #include "MackEQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MackEQ(audioM...
/* ======================================== * MackEQ - MackEQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H #define __MackEQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * MackEQ - MackEQ.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H #include "MackEQ.h" #endif void MackEQ::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>
/* ======================================== * Mackity - Mackity.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H #include "Mackity.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Mackity(a...
/* ======================================== * Mackity - Mackity.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H #define __Mackity_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Mackity - Mackity.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H #include "Mackity.h" #endif void Mackity::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>
/* ======================================== * Mastering - Mastering.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mastering_H #include "Mastering.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Master...
/* ======================================== * Mastering - Mastering.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mastering_H #define __Mastering_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Mastering - Mastering.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mastering_H #include "Mastering.h" #endif void Mastering::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
#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>
/* ======================================== * Mastering2 - Mastering2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mastering2_H #include "Mastering2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Ma...
/* ======================================== * Mastering2 - Mastering2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mastering2_H #define __Mastering2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Mastering2 - Mastering2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mastering2_H #include "Mastering2.h" #endif void Mastering2::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>
/* ======================================== * MatrixVerb - MatrixVerb.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H #include "MatrixVerb.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * MatrixVerb - MatrixVerb.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H #define __MatrixVerb_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * MatrixVerb - MatrixVerb.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H #include "MatrixVerb.h" #endif void MatrixVerb::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>
/* ======================================== * Melt - Melt.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H #include "Melt.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Melt(audioMaster);} ...
/* ======================================== * Melt - Melt.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H #define __Melt_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Melt - Melt.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H #include "Melt.h" #endif void Melt::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>
/* ======================================== * MidAmp - MidAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "MidAmp.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MidAmp(audioMas...
/* ======================================== * MidAmp - MidAmp.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...
/* ======================================== * MidAmp - MidAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "MidAmp.h" #endif void MidAmp::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>
/* ======================================== * MidSide - MidSide.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H #include "MidSide.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MidSide(a...
/* ======================================== * MidSide - MidSide.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H #define __MidSide_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * MidSide - MidSide.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H #include "MidSide.h" #endif void MidSide::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>
/* ======================================== * Mojo - Mojo.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H #include "Mojo.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Mojo(audioMaster);} ...
/* ======================================== * Mojo - Mojo.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H #define __Mojo_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Mojo - Mojo.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H #include "Mojo.h" #endif void Mojo::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>
/* ======================================== * Monitoring - Monitoring.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H #include "Monitoring.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * Monitoring - Monitoring.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H #define __Monitoring_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * Monitoring - Monitoring.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H #include "Monitoring.h" #endif void Monitoring::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>
/* ======================================== * Monitoring2 - Monitoring2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H #include "Monitoring2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * Monitoring2 - Monitoring2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H #define __Monitoring2_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * Monitoring2 - Monitoring2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H #include "Monitoring2.h" #endif void Monitoring2::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>
/* ======================================== * Monitoring3 - Monitoring3.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H #include "Monitoring3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * Monitoring3 - Monitoring3.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H #define __Monitoring3_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * Monitoring3 - Monitoring3.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H #include "Monitoring3.h" #endif void Monitoring3::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>
/* ======================================== * MoNoam - MoNoam.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H #include "MoNoam.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MoNoam(audioM...
/* ======================================== * MoNoam - MoNoam.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H #define __MoNoam_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * MoNoam - MoNoam.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H #include "MoNoam.h" #endif void MoNoam::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>
/* ======================================== * MSFlipTimer - MSFlipTimer.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MSFlipTimer_H #include "MSFlipTimer.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * MSFlipTimer - MSFlipTimer.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MSFlipTimer_H #define __MSFlipTimer_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * MSFlipTimer - MSFlipTimer.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MSFlipTimer_H #include "MSFlipTimer.h" #endif void MSFlipTimer::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>