text
stringlengths
1
24.5M
/* ======================================== * DubSub2 - DubSub2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub2_H #include "DubSub2.h" #endif void DubSub2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * DustBunny - DustBunny.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H #include "DustBunny.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new D...
/* ======================================== * DustBunny - DustBunny.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H #define __DustBunny_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * DustBunny - DustBunny.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H #include "DustBunny.h" #endif void DustBunny::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * Dynamics - Dynamics.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H #include "Dynamics.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dynam...
/* ======================================== * Dynamics - Dynamics.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H #define __Dynamics_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Dynamics - Dynamics.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H #include "Dynamics.h" #endif void Dynamics::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * Dynamics2 - Dynamics2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics2_H #include "Dynamics2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dynami...
/* ======================================== * Dynamics2 - Dynamics2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics2_H #define __Dynamics2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Dynamics2 - Dynamics2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics2_H #include "Dynamics2.h" #endif void Dynamics2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * Dyno - Dyno.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H #include "Dyno.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dyno(audioMaster);} ...
/* ======================================== * Dyno - Dyno.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H #define __Dyno_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Dyno - Dyno.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H #include "Dyno.h" #endif void Dyno::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in...
/* ======================================== * Edge - Edge.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H #include "Edge.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Edge(audioMaster);} ...
/* ======================================== * Edge - Edge.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H #define __Edge_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Edge - Edge.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H #include "Edge.h" #endif void Edge::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in...
/* ======================================== * EdIsDim - EdIsDim.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H #include "EdIsDim.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new EdIsDim(a...
/* ======================================== * EdIsDim - EdIsDim.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H #define __EdIsDim_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * EdIsDim - EdIsDim.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H #include "EdIsDim.h" #endif void EdIsDim::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Elation - Elation.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H #include "Elation.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Elation(a...
/* ======================================== * Elation - Elation.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H #define __Elation_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Elation - Elation.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H #include "Elation.h" #endif void Elation::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * ElectroHat - ElectroHat.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H #include "ElectroHat.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * ElectroHat - ElectroHat.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H #define __ElectroHat_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * ElectroHat - ElectroHat.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H #include "ElectroHat.h" #endif void ElectroHat::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * Elliptical - Elliptical.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elliptical_H #include "Elliptical.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new El...
/* ======================================== * Elliptical - Elliptical.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elliptical_H #define __Elliptical_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Elliptical - Elliptical.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elliptical_H #include "Elliptical.h" #endif void Elliptical::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * Energy - Energy.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H #include "Energy.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Energy(audioM...
/* ======================================== * Energy - Energy.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H #define __Energy_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Energy - Energy.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H #include "Energy.h" #endif void Energy::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * Energy2 - Energy2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H #include "Energy2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Energy2(a...
/* ======================================== * Energy2 - Energy2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H #define __Energy2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Energy2 - Energy2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H #include "Energy2.h" #endif void Energy2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Ensemble - Ensemble.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H #include "Ensemble.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Ensem...
/* ======================================== * Ensemble - Ensemble.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H #define __Ensemble_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Ensemble - Ensemble.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H #include "Ensemble.h" #endif void Ensemble::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * EQ - EQ.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H #include "EQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new EQ(audioMaster);} EQ::EQ(aud...
/* ======================================== * EQ - EQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H #define __EQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #in...
/* ======================================== * EQ - EQ.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H #include "EQ.h" #endif void EQ::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = inpu...
/* ======================================== * EveryConsole - EveryConsole.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryConsole_H #include "EveryConsole.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur...
/* ======================================== * EveryConsole - EveryConsole.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryConsole_H #define __EveryConsole_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * EveryConsole - EveryConsole.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryConsole_H #include "EveryConsole.h" #endif void EveryConsole::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * EverySlew - EverySlew.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EverySlew_H #include "EverySlew.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new EveryS...
/* ======================================== * EverySlew - EverySlew.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EverySlew_H #define __EverySlew_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * EverySlew - EverySlew.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EverySlew_H #include "EverySlew.h" #endif void EverySlew::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * EveryTrim - EveryTrim.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H #include "EveryTrim.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new E...
/* ======================================== * EveryTrim - EveryTrim.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H #define __EveryTrim_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * EveryTrim - EveryTrim.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H #include "EveryTrim.h" #endif void EveryTrim::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * Exciter - Exciter.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H #include "Exciter.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Exciter(a...
/* ======================================== * Exciter - Exciter.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H #define __Exciter_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Exciter - Exciter.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H #include "Exciter.h" #endif void Exciter::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Facet - Facet.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H #include "Facet.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Facet(audioMaster...
/* ======================================== * Facet - Facet.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H #define __Facet_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Facet - Facet.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H #include "Facet.h" #endif void Facet::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * FatEQ - FatEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FatEQ_H #include "FatEQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new FatEQ(audioMaster);} ...
/* ======================================== * FatEQ - FatEQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FatEQ_H #define __FatEQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #in...
/* ======================================== * FatEQ - FatEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FatEQ_H #include "FatEQ.h" #endif void FatEQ::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in...
/* ======================================== * FathomFive - FathomFive.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H #include "FathomFive.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * FathomFive - FathomFive.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H #define __FathomFive_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * FathomFive - FathomFive.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H #include "FathomFive.h" #endif void FathomFive::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * FinalClip - FinalClip.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FinalClip_H #include "FinalClip.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new FinalC...
/* ======================================== * FinalClip - FinalClip.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FinalClip_H #define __FinalClip_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * FinalClip - FinalClip.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FinalClip_H #include "FinalClip.h" #endif void FinalClip::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * FireAmp - FireAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "FireAmp.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new FireAmp(audi...
/* ======================================== * FireAmp - FireAmp.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 #inc...
/* ======================================== * FireAmp - FireAmp.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H #include "FireAmp.h" #endif void FireAmp::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * Flipity - Flipity.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H #include "Flipity.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Flipity(a...
/* ======================================== * Flipity - Flipity.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H #define __Flipity_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Flipity - Flipity.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H #include "Flipity.h" #endif void Flipity::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Floor - Floor.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H #include "Floor.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Floor(audioMaster...
/* ======================================== * Floor - Floor.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H #define __Floor_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Floor - Floor.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H #include "Floor.h" #endif void Floor::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * Flutter - Flutter.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flutter_H #include "Flutter.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Flutter(a...
/* ======================================== * Flutter - Flutter.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Flutter_H #define __Flutter_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Flutter - Flutter.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flutter_H #include "Flutter.h" #endif void Flutter::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Flutter2 - Flutter2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flutter2_H #include "Flutter2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Flutter2(a...
/* ======================================== * Flutter2 - Flutter2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flutter2_H #define __Flutter2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Flutter2 - Flutter2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flutter2_H #include "Flutter2.h" #endif void Flutter2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Focus - Focus.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H #include "Focus.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Focus(audioMaster...
/* ======================================== * Focus - Focus.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H #define __Focus_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Focus - Focus.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H #include "Focus.h" #endif void Focus::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * Fracture - Fracture.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H #include "Fracture.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Fract...
/* ======================================== * Fracture - Fracture.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H #define __Fracture_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Fracture - Fracture.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H #include "Fracture.h" #endif void Fracture::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * Fracture2 - Fracture2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture2_H #include "Fracture2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Fractu...
/* ======================================== * Fracture2 - Fracture2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture2_H #define __Fracture2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Fracture2 - Fracture2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture2_H #include "Fracture2.h" #endif void Fracture2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * FromTape - FromTape.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H #include "FromTape.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new FromT...
/* ======================================== * FromTape - FromTape.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H #define __FromTape_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * FromTape - FromTape.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H #include "FromTape.h" #endif void FromTape::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * Galactic - Galactic.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H #include "Galactic.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Galac...
/* ======================================== * Galactic - Galactic.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H #define __Galactic_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Galactic - Galactic.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H #include "Galactic.h" #endif void Galactic::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * Galactic2 - Galactic2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic2_H #include "Galactic2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Galact...
/* ======================================== * Galactic2 - Galactic2.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic2_H #define __Galactic2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Galactic2 - Galactic2.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic2_H #include "Galactic2.h" #endif void Galactic2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * Galactic3 - Galactic3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic3_H #include "Galactic3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Galact...
/* ======================================== * Galactic3 - Galactic3.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic3_H #define __Galactic3_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * Galactic3 - Galactic3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic3_H #include "Galactic3.h" #endif void Galactic3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...