text
stringlengths
1
24.5M
/* ======================================== * MultiBandDistortion - MultiBandDistortion.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H #include "MultiBandDistortion.h" #endif AudioEffect* createEffectInstance(audioM...
/* ======================================== * MultiBandDistortion - MultiBandDistortion.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H #define __MultiBandDistortion_H #ifndef ...
/* ======================================== * MultiBandDistortion - MultiBandDistortion.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H #include "MultiBandDistortion.h" #endif void MultiBandDistortion::processReplaci...
#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>
/* ======================================== * MV - MV.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H #include "MV.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MV(audioMaster);} MV::MV(aud...
/* ======================================== * MV - MV.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H #define __MV_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #in...
/* ======================================== * MV - MV.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H #include "MV.h" #endif void MV::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = 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>
/* ======================================== * MV2 - MV2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV2_H #include "MV2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MV2(audioMaster);} MV2::MV2(a...
/* ======================================== * MV2 - MV2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV2_H #define __MV2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #include <s...
/* ======================================== * MV2 - MV2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV2_H #include "MV2.h" #endif void MV2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = 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>
/* ======================================== * NaturalizeDither - NaturalizeDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H #include "NaturalizeDither.h" #endif AudioEffect* createEffectInstance(audioMasterCallbac...
/* ======================================== * NaturalizeDither - NaturalizeDither.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H #define __NaturalizeDither_H #ifndef __audioeffec...
/* ======================================== * NaturalizeDither - NaturalizeDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H #include "NaturalizeDither.h" #endif void NaturalizeDither::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>
/* ======================================== * NCSeventeen - NCSeventeen.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H #include "NCSeventeen.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * NCSeventeen - NCSeventeen.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H #define __NCSeventeen_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * NCSeventeen - NCSeventeen.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H #include "NCSeventeen.h" #endif void NCSeventeen::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>
/* ======================================== * Neverland - Neverland.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H #include "Neverland.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new N...
/* ======================================== * Neverland - Neverland.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H #define __Neverland_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * Neverland - Neverland.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H #include "Neverland.h" #endif void Neverland::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>
/* ======================================== * Nikola - Nikola.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H #include "Nikola.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Nikola(audioM...
/* ======================================== * Nikola - Nikola.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H #define __Nikola_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Nikola - Nikola.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H #include "Nikola.h" #endif void Nikola::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>
/* ======================================== * NodeDither - NodeDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H #include "NodeDither.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * NodeDither - NodeDither.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H #define __NodeDither_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * NodeDither - NodeDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H #include "NodeDither.h" #endif void NodeDither::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>
/* ======================================== * Noise - Noise.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H #include "Noise.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Noise(audioMaster...
/* ======================================== * Noise - Noise.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H #define __Noise_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Noise - Noise.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H #include "Noise.h" #endif void Noise::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>
/* ======================================== * NonlinearSpace - NonlinearSpace.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H #include "NonlinearSpace.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioM...
/* ======================================== * NonlinearSpace - NonlinearSpace.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H #define __NonlinearSpace_H #ifndef __audioeffect__ #inc...
/* ======================================== * NonlinearSpace - NonlinearSpace.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H #include "NonlinearSpace.h" #endif void NonlinearSpace::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>
/* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H #include "NotJustAnotherCD.h" #endif AudioEffect* createEffectInstance(audioMasterCallbac...
/* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H #define __NotJustAnotherCD_H #ifndef __audioeffec...
/* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H #include "NotJustAnotherCD.h" #endif void NotJustAnotherCD::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>
/* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H #include "NotJustAnotherDither.h" #endif AudioEffect* createEffectInstance(au...
/* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H #define __NotJustAnotherDither_H #ifn...
/* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H #include "NotJustAnotherDither.h" #endif void NotJustAnotherDither::processRe...
#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>
/* ======================================== * OneCornerClip - OneCornerClip.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H #include "OneCornerClip.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaste...
/* ======================================== * OneCornerClip - OneCornerClip.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H #define __OneCornerClip_H #ifndef __audioeffect__ #include...
/* ======================================== * OneCornerClip - OneCornerClip.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H #include "OneCornerClip.h" #endif void OneCornerClip::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>
/* ======================================== * OrbitKick - OrbitKick.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OrbitKick_H #include "OrbitKick.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new OrbitK...
/* ======================================== * OrbitKick - OrbitKick.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OrbitKick_H #define __OrbitKick_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * OrbitKick - OrbitKick.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OrbitKick_H #include "OrbitKick.h" #endif void OrbitKick::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>
/* ======================================== * Overheads - Overheads.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Overheads_H #include "Overheads.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Overhe...
/* ======================================== * Overheads - Overheads.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Overheads_H #define __Overheads_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Overheads - Overheads.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Overheads_H #include "Overheads.h" #endif void Overheads::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>
/* ======================================== * Pafnuty - Pafnuty.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H #include "Pafnuty.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pafnuty(a...
/* ======================================== * Pafnuty - Pafnuty.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H #define __Pafnuty_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Pafnuty - Pafnuty.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H #include "Pafnuty.h" #endif void Pafnuty::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>
/* ======================================== * Pafnuty2 - Pafnuty2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty2_H #include "Pafnuty2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pafnuty2(a...
/* ======================================== * Pafnuty2 - Pafnuty2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty2_H #define __Pafnuty2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Pafnuty2 - Pafnuty2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty2_H #include "Pafnuty2.h" #endif void Pafnuty2::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>
/* ======================================== * Parametric - Parametric.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Parametric_H #include "Parametric.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pa...
/* ======================================== * Parametric - Parametric.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Parametric_H #define __Parametric_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Parametric - Parametric.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Parametric_H #include "Parametric.h" #endif void Parametric::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>
/* ======================================== * PaulDither - PaulDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H #include "PaulDither.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * PaulDither - PaulDither.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H #define __PaulDither_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * PaulDither - PaulDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H #include "PaulDither.h" #endif void PaulDither::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>
/* ======================================== * PaulWide - PaulWide.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H #include "PaulWide.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PaulW...
/* ======================================== * PaulWide - PaulWide.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H #define __PaulWide_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * PaulWide - PaulWide.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H #include "PaulWide.h" #endif void PaulWide::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>
/* ======================================== * PDBuss - PDBuss.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H #include "PDBuss.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PDBuss(audioM...
/* ======================================== * PDBuss - PDBuss.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H #define __PDBuss_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * PDBuss - PDBuss.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H #include "PDBuss.h" #endif void PDBuss::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>
/* ======================================== * PDChannel - PDChannel.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H #include "PDChannel.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new P...
/* ======================================== * PDChannel - PDChannel.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H #define __PDChannel_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * PDChannel - PDChannel.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H #include "PDChannel.h" #endif void PDChannel::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>
/* ======================================== * PeaksOnly - PeaksOnly.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H #include "PeaksOnly.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new P...
/* ======================================== * PeaksOnly - PeaksOnly.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H #define __PeaksOnly_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * PeaksOnly - PeaksOnly.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H #include "PeaksOnly.h" #endif void PeaksOnly::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>
/* ======================================== * Pear - Pear.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pear_H #include "Pear.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pear(audioMaster);} Pear:...
/* ======================================== * Pear - Pear.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pear_H #define __Pear_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #includ...
/* ======================================== * Pear - Pear.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pear_H #include "Pear.h" #endif void Pear::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = ...
#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>
/* ======================================== * Pear2 - Pear2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pear2_H #include "Pear2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pear2(audioMaster);} ...
/* ======================================== * Pear2 - Pear2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pear2_H #define __Pear2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #in...
/* ======================================== * Pear2 - Pear2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pear2_H #include "Pear2.h" #endif void Pear2::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>