text
stringlengths
1
24.5M
/* ======================================== * RightoMono - RightoMono.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H #include "RightoMono.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * RightoMono - RightoMono.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H #define __RightoMono_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * RightoMono - RightoMono.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H #include "RightoMono.h" #endif void RightoMono::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>
/* ======================================== * RingModulator - RingModulator.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RingModulator_H #include "RingModulator.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {r...
/* ======================================== * RingModulator - RingModulator.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RingModulator_H #define __RingModulator_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * RingModulator - RingModulator.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RingModulator_H #include "RingModulator.h" #endif void RingModulator::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>
/* ======================================== * SampleDelay - SampleDelay.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SampleDelay_H #include "SampleDelay.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * SampleDelay - SampleDelay.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SampleDelay_H #define __SampleDelay_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * SampleDelay - SampleDelay.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SampleDelay_H #include "SampleDelay.h" #endif void SampleDelay::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>
/* ======================================== * Shape - Shape.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "Shape.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Shape(audioMaster)...
/* ======================================== * Shape - Shape.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 #include...
/* ======================================== * Shape - Shape.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "Shape.h" #endif void Shape::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { 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>
/* ======================================== * ShortBuss - ShortBuss.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ShortBuss_H #include "ShortBuss.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ShortB...
/* ======================================== * ShortBuss - ShortBuss.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ShortBuss_H #define __ShortBuss_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * ShortBuss - ShortBuss.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ShortBuss_H #include "ShortBuss.h" #endif void ShortBuss::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>
/* ======================================== * SideDull - SideDull.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H #include "SideDull.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new SideD...
/* ======================================== * SideDull - SideDull.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H #define __SideDull_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * SideDull - SideDull.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H #include "SideDull.h" #endif void SideDull::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>
/* ======================================== * Sidepass - Sidepass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H #include "Sidepass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Sidep...
/* ======================================== * Sidepass - Sidepass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H #define __Sidepass_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Sidepass - Sidepass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H #include "Sidepass.h" #endif void Sidepass::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>
/* ======================================== * Silhouette - Silhouette.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "Silhouette.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Sil...
/* ======================================== * Silhouette - Silhouette.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...
/* ======================================== * Silhouette - Silhouette.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "Silhouette.h" #endif void Silhouette::processReplacing(float **inputs, float **outputs, VstInt32 sample...
#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>
/* ======================================== * Silken - Silken.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Silken_H #include "Silken.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Silken(audioMaster...
/* ======================================== * Silken - Silken.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Silken_H #define __Silken_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set>...
/* ======================================== * Silken - Silken.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Silken_H #include "Silken.h" #endif void Silken::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>
/* ======================================== * Sinew - Sinew.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sinew_H #include "Sinew.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Sinew(audioMaster);} ...
/* ======================================== * Sinew - Sinew.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sinew_H #define __Sinew_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #in...
/* ======================================== * Sinew - Sinew.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sinew_H #include "Sinew.h" #endif void Sinew::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>
/* ======================================== * SingleEndedTriode - SingleEndedTriode.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H #include "SingleEndedTriode.h" #endif AudioEffect* createEffectInstance(audioMasterCal...
/* ======================================== * SingleEndedTriode - SingleEndedTriode.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H #define __SingleEndedTriode_H #ifndef __audioe...
/* ======================================== * SingleEndedTriode - SingleEndedTriode.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H #include "SingleEndedTriode.h" #endif void SingleEndedTriode::processReplacing(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>
/* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H #include "Slew.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioM...
/* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H #define __Slew_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H #include "Slew.h" #endif void Slew::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>
/* ======================================== * Slew2 - Slew2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H #include "Slew2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Slew2(audioMaster...
/* ======================================== * Slew2 - Slew2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H #define __Slew2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Slew2 - Slew2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H #include "Slew2.h" #endif void Slew2::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>
/* ======================================== * Slew3 - Slew3.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H #include "Slew3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Slew3(audioMaster...
/* ======================================== * Slew3 - Slew3.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H #define __Slew3_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Slew3 - Slew3.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H #include "Slew3.h" #endif void Slew3::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>
/* ======================================== * Slew4 - Slew4.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew4_H #include "Slew4.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Slew4(audioMaster);} ...
/* ======================================== * Slew4 - Slew4.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew4_H #define __Slew4_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #in...
/* ======================================== * Slew4 - Slew4.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew4_H #include "Slew4.h" #endif void Slew4::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>
/* ======================================== * SlewOnly - SlewOnly.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H #include "SlewOnly.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new SlewO...
/* ======================================== * SlewOnly - SlewOnly.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H #define __SlewOnly_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * SlewOnly - SlewOnly.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H #include "SlewOnly.h" #endif void SlewOnly::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>
/* ======================================== * SlewSonic - SlewSonic.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewSonic_H #include "SlewSonic.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new SlewSo...
/* ======================================== * SlewSonic - SlewSonic.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewSonic_H #define __SlewSonic_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * SlewSonic - SlewSonic.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewSonic_H #include "SlewSonic.h" #endif void SlewSonic::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>
/* ======================================== * Smooth - Smooth.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H #include "Smooth.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Smooth(audioM...
/* ======================================== * Smooth - Smooth.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H #define __Smooth_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Smooth - Smooth.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H #include "Smooth.h" #endif void Smooth::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>
/* ======================================== * SmoothEQ - SmoothEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ_H #include "SmoothEQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new SmoothEQ(a...
/* ======================================== * SmoothEQ - SmoothEQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ_H #define __SmoothEQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * SmoothEQ - SmoothEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ_H #include "SmoothEQ.h" #endif void SmoothEQ::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>
/* ======================================== * SmoothEQ2 - SmoothEQ2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ2_H #include "SmoothEQ2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Smooth...
/* ======================================== * SmoothEQ2 - SmoothEQ2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ2_H #define __SmoothEQ2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * SmoothEQ2 - SmoothEQ2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ2_H #include "SmoothEQ2.h" #endif void SmoothEQ2::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>
/* ======================================== * SmoothEQ3 - SmoothEQ3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ3_H #include "SmoothEQ3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Smooth...
/* ======================================== * SmoothEQ3 - SmoothEQ3.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ3_H #define __SmoothEQ3_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * SmoothEQ3 - SmoothEQ3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SmoothEQ3_H #include "SmoothEQ3.h" #endif void SmoothEQ3::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>
/* ======================================== * SoftClock - SoftClock.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftClock_H #include "SoftClock.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new SoftCl...
/* ======================================== * SoftClock - SoftClock.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftClock_H #define __SoftClock_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * SoftClock - SoftClock.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftClock_H #include "SoftClock.h" #endif void SoftClock::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>
/* ======================================== * SoftClock2 - SoftClock2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftClock2_H #include "SoftClock2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new So...
/* ======================================== * SoftClock2 - SoftClock2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftClock2_H #define __SoftClock2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * SoftClock2 - SoftClock2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftClock2_H #include "SoftClock2.h" #endif void SoftClock2::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>
/* ======================================== * SoftGate - SoftGate.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H #include "SoftGate.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new SoftG...
/* ======================================== * SoftGate - SoftGate.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H #define __SoftGate_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * SoftGate - SoftGate.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H #include "SoftGate.h" #endif void SoftGate::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>
/* ======================================== * SpatializeDither - SpatializeDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H #include "SpatializeDither.h" #endif AudioEffect* createEffectInstance(audioMasterCallbac...
/* ======================================== * SpatializeDither - SpatializeDither.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H #define __SpatializeDither_H #ifndef __audioeffec...
/* ======================================== * SpatializeDither - SpatializeDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H #include "SpatializeDither.h" #endif void SpatializeDither::processReplacing(float **inpu...
#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>