text
stringlengths
1
24.5M
/* ======================================== * 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) ...
/* ======================================== * 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...
/* ======================================== * 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 ...
/* ======================================== * 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...
/* ======================================== * 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) { ...
/* ======================================== * 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...
/* ======================================== * 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...
/* ======================================== * 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 = ...
/* ======================================== * 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...
/* ======================================== * PearEQ - PearEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PearEQ_H #include "PearEQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PearEQ(audioMaster...
/* ======================================== * PearEQ - PearEQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PearEQ_H #define __PearEQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set>...
/* ======================================== * PearEQ - PearEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PearEQ_H #include "PearEQ.h" #endif void PearEQ::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * PearLiteEQ - PearLiteEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PearLiteEQ_H #include "PearLiteEQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pe...
/* ======================================== * PearLiteEQ - PearLiteEQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PearLiteEQ_H #define __PearLiteEQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * PearLiteEQ - PearLiteEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PearLiteEQ_H #include "PearLiteEQ.h" #endif void PearLiteEQ::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * PhaseNudge - PhaseNudge.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H #include "PhaseNudge.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * PhaseNudge - PhaseNudge.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H #define __PhaseNudge_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * PhaseNudge - PhaseNudge.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H #include "PhaseNudge.h" #endif void PhaseNudge::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * PitchDelay - PitchDelay.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H #include "PitchDelay.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * PitchDelay - PitchDelay.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H #define __PitchDelay_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * PitchDelay - PitchDelay.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H #include "PitchDelay.h" #endif void PitchDelay::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * PitchNasty - PitchNasty.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchNasty_H #include "PitchNasty.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * PitchNasty - PitchNasty.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchNasty_H #define __PitchNasty_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * PitchNasty - PitchNasty.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchNasty_H #include "PitchNasty.h" #endif void PitchNasty::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * PlatinumSlew - PlatinumSlew.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PlatinumSlew_H #include "PlatinumSlew.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur...
/* ======================================== * PlatinumSlew - PlatinumSlew.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PlatinumSlew_H #define __PlatinumSlew_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * PlatinumSlew - PlatinumSlew.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PlatinumSlew_H #include "PlatinumSlew.h" #endif void PlatinumSlew::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * PocketVerbs - PocketVerbs.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H #include "PocketVerbs.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * PocketVerbs - PocketVerbs.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H #define __PocketVerbs_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * PocketVerbs - PocketVerbs.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H #include "PocketVerbs.h" #endif void PocketVerbs::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * Pockey - Pockey.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H #include "Pockey.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pockey(audioM...
/* ======================================== * Pockey - Pockey.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H #define __Pockey_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Pockey - Pockey.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H #include "Pockey.h" #endif void Pockey::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * Pockey2 - Pockey2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H #include "Pockey2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pockey2(a...
/* ======================================== * Pockey2 - Pockey2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H #define __Pockey2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Pockey2 - Pockey2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H #include "Pockey2.h" #endif void Pockey2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Podcast - Podcast.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H #include "Podcast.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Podcast(a...
/* ======================================== * Podcast - Podcast.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H #define __Podcast_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Podcast - Podcast.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H #include "Podcast.h" #endif void Podcast::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * PodcastDeluxe - PodcastDeluxe.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H #include "PodcastDeluxe.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaste...
/* ======================================== * PodcastDeluxe - PodcastDeluxe.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H #define __PodcastDeluxe_H #ifndef __audioeffect__ #include...
/* ======================================== * PodcastDeluxe - PodcastDeluxe.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H #include "PodcastDeluxe.h" #endif void PodcastDeluxe::processReplacing(float **inputs, float **out...
/* ======================================== * Point - Point.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H #include "Point.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Point(audioMaster...
/* ======================================== * Point - Point.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H #define __Point_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Point - Point.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H #include "Point.h" #endif void Point::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * PointyDeluxe - PointyDeluxe.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PointyDeluxe_H #include "PointyDeluxe.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur...
/* ======================================== * PointyDeluxe - PointyDeluxe.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PointyDeluxe_H #define __PointyDeluxe_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * PointyDeluxe - PointyDeluxe.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PointyDeluxe_H #include "PointyDeluxe.h" #endif void PointyDeluxe::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * PointyGuitar - PointyGuitar.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PointyGuitar_H #include "PointyGuitar.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur...
/* ======================================== * PointyGuitar - PointyGuitar.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PointyGuitar_H #define __PointyGuitar_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * PointyGuitar - PointyGuitar.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PointyGuitar_H #include "PointyGuitar.h" #endif void PointyGuitar::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * Pop - Pop.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H #include "Pop.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pop(audioMaster);} Pop::...
/* ======================================== * Pop - Pop.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H #define __Pop_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set>...
/* ======================================== * Pop - Pop.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H #include "Pop.h" #endif void Pop::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = ...
/* ======================================== * Pop2 - Pop2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop2_H #include "Pop2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pop2(audioMaster);} ...
/* ======================================== * Pop2 - Pop2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop2_H #define __Pop2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Pop2 - Pop2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop2_H #include "Pop2.h" #endif void Pop2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in...
/* ======================================== * Pop3 - Pop3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop3_H #include "Pop3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pop3(audioMaster);} Pop3:...
/* ======================================== * Pop3 - Pop3.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop3_H #define __Pop3_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #includ...
/* ======================================== * Pop3 - Pop3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop3_H #include "Pop3.h" #endif void Pop3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = ...
/* ======================================== * PowerSag - PowerSag.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H #include "PowerSag.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Power...
/* ======================================== * PowerSag - PowerSag.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H #define __PowerSag_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * PowerSag - PowerSag.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H #include "PowerSag.h" #endif void PowerSag::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * PowerSag2 - PowerSag2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H #include "PowerSag2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new P...
/* ======================================== * PowerSag2 - PowerSag2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H #define __PowerSag2_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * PowerSag2 - PowerSag2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H #include "PowerSag2.h" #endif void PowerSag2::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * Precious - Precious.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H #include "Precious.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Preci...
/* ======================================== * Precious - Precious.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H #define __Precious_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Precious - Precious.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H #include "Precious.h" #endif void Precious::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * Preponderant - Preponderant.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H #include "Preponderant.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {...
/* ======================================== * Preponderant - Preponderant.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H #define __Preponderant_H #ifndef __audioeffect__ #include "au...
/* ======================================== * Preponderant - Preponderant.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H #include "Preponderant.h" #endif void Preponderant::processReplacing(float **inputs, float **outputs,...
/* ======================================== * Pressure4 - Pressure4.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H #include "Pressure4.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new P...
/* ======================================== * Pressure4 - Pressure4.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H #define __Pressure4_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * Pressure4 - Pressure4.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H #include "Pressure4.h" #endif void Pressure4::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * Pressure5 - Pressure5.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H #include "Pressure5.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new P...
/* ======================================== * Pressure5 - Pressure5.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H #define __Pressure5_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * Pressure5 - Pressure5.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H #include "Pressure5.h" #endif void Pressure5::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * Pressure6 - Pressure6.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure6_H #include "Pressure6.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pressu...
/* ======================================== * Pressure6 - Pressure6.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure6_H #define __Pressure6_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Pressure6 - Pressure6.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure6_H #include "Pressure6.h" #endif void Pressure6::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * PrimeFIR - PrimeFIR.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PrimeFIR_H #include "PrimeFIR.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PrimeFIR(a...