text
stringlengths
1
24.5M
/* ======================================== * TubeDesk - TubeDesk.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H #define __TubeDesk_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * TubeDesk - TubeDesk.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H #include "TubeDesk.h" #endif void TubeDesk::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * uLawDecode - uLawDecode.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H #include "uLawDecode.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * uLawDecode - uLawDecode.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H #define __uLawDecode_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * uLawDecode - uLawDecode.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H #include "uLawDecode.h" #endif void uLawDecode::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * uLawEncode - uLawEncode.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H #include "uLawEncode.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * uLawEncode - uLawEncode.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H #define __uLawEncode_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * uLawEncode - uLawEncode.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H #include "uLawEncode.h" #endif void uLawEncode::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * Ultrasonic - Ultrasonic.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H #include "Ultrasonic.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * Ultrasonic - Ultrasonic.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H #define __Ultrasonic_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * Ultrasonic - Ultrasonic.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H #include "Ultrasonic.h" #endif void Ultrasonic::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * UltrasonicLite - UltrasonicLite.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H #include "UltrasonicLite.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioM...
/* ======================================== * UltrasonicLite - UltrasonicLite.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H #define __UltrasonicLite_H #ifndef __audioeffect__ #inc...
/* ======================================== * UltrasonicLite - UltrasonicLite.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H #include "UltrasonicLite.h" #endif void UltrasonicLite::processReplacing(float **inputs, float ...
/* ======================================== * UltrasonicMed - UltrasonicMed.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H #include "UltrasonicMed.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaste...
/* ======================================== * UltrasonicMed - UltrasonicMed.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H #define __UltrasonicMed_H #ifndef __audioeffect__ #include...
/* ======================================== * UltrasonicMed - UltrasonicMed.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H #include "UltrasonicMed.h" #endif void UltrasonicMed::processReplacing(float **inputs, float **out...
/* ======================================== * UltrasonX - UltrasonX.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H #include "UltrasonX.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new U...
/* ======================================== * UltrasonX - UltrasonX.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H #define __UltrasonX_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * UltrasonX - UltrasonX.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H #include "UltrasonX.h" #endif void UltrasonX::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * UnBox - UnBox.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H #include "UnBox.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new UnBox(audioMaster...
/* ======================================== * UnBox - UnBox.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H #define __UnBox_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * UnBox - UnBox.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H #include "UnBox.h" #endif void UnBox::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * VariMu - VariMu.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H #include "VariMu.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new VariMu(audioM...
/* ======================================== * VariMu - VariMu.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H #define __VariMu_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * VariMu - VariMu.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H #include "VariMu.h" #endif void VariMu::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * Verbity - Verbity.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H #include "Verbity.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Verbity(a...
/* ======================================== * Verbity - Verbity.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H #define __Verbity_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Verbity - Verbity.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H #include "Verbity.h" #endif void Verbity::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Verbity2 - Verbity2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H #include "Verbity2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Verbi...
/* ======================================== * Verbity2 - Verbity2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H #define __Verbity2_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * Verbity2 - Verbity2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H #include "Verbity2.h" #endif void Verbity2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * VerbSixes - VerbSixes.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VerbSixes_H #include "VerbSixes.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new VerbSi...
/* ======================================== * VerbSixes - VerbSixes.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VerbSixes_H #define __VerbSixes_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * VerbSixes - VerbSixes.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VerbSixes_H #include "VerbSixes.h" #endif void VerbSixes::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * VerbTiny - VerbTiny.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VerbTiny_H #include "VerbTiny.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new VerbTiny(a...
/* ======================================== * VerbTiny - VerbTiny.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VerbTiny_H #define __VerbTiny_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * VerbTiny - VerbTiny.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VerbTiny_H #include "VerbTiny.h" #endif void VerbTiny::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * Vibrato - Vibrato.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H #include "Vibrato.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Vibrato(a...
/* ======================================== * Vibrato - Vibrato.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H #define __Vibrato_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * Vibrato - Vibrato.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H #include "Vibrato.h" #endif void Vibrato::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * VinylDither - VinylDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H #include "VinylDither.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu...
/* ======================================== * VinylDither - VinylDither.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H #define __VinylDither_H #ifndef __audioeffect__ #include "audioe...
/* ======================================== * VinylDither - VinylDither.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H #include "VinylDither.h" #endif void VinylDither::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H #include "VoiceOfTheStarship.h" #endif AudioEffect* createEffectInstance(audioMaste...
/* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H #define __VoiceOfTheStarship_H #ifndef __au...
/* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H #include "VoiceOfTheStarship.h" #endif void VoiceOfTheStarship::processReplacing(fl...
/* ======================================== * VoiceTrick - VoiceTrick.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H #include "VoiceTrick.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * VoiceTrick - VoiceTrick.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H #define __VoiceTrick_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * VoiceTrick - VoiceTrick.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H #include "VoiceTrick.h" #endif void VoiceTrick::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * Weight - Weight.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Weight_H #include "Weight.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Weight(audioMaster...
/* ======================================== * Weight - Weight.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Weight_H #define __Weight_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set>...
/* ======================================== * Weight - Weight.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Weight_H #include "Weight.h" #endif void Weight::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * Wider - Wider.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H #include "Wider.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Wider(audioMaster...
/* ======================================== * Wider - Wider.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H #define __Wider_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #inclu...
/* ======================================== * Wider - Wider.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H #include "Wider.h" #endif void Wider::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * Wolfbot - Wolfbot.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wolfbot_H #include "Wolfbot.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Wolfbot(audioM...
/* ======================================== * Wolfbot - Wolfbot.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wolfbot_H #define __Wolfbot_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Wolfbot - Wolfbot.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wolfbot_H #include "Wolfbot.h" #endif void Wolfbot::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * X2Buss - X2Buss.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __X2Buss_H #include "X2Buss.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new X2Buss(audioMaster...
/* ======================================== * X2Buss - X2Buss.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __X2Buss_H #define __X2Buss_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set>...
/* ======================================== * X2Buss - X2Buss.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __X2Buss_H #include "X2Buss.h" #endif void X2Buss::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { floa...
/* ======================================== * XBandpass - XBandpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H #include "XBandpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new X...
/* ======================================== * XBandpass - XBandpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H #define __XBandpass_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * XBandpass - XBandpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H #include "XBandpass.h" #endif void XBandpass::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * XHighpass - XHighpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H #include "XHighpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new X...
/* ======================================== * XHighpass - XHighpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H #define __XHighpass_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * XHighpass - XHighpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H #include "XHighpass.h" #endif void XHighpass::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * XLowpass - XLowpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H #include "XLowpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new XLowp...
/* ======================================== * XLowpass - XLowpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H #define __XLowpass_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * XLowpass - XLowpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H #include "XLowpass.h" #endif void XLowpass::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * XNotch - XNotch.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H #include "XNotch.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new XNotch(audioM...
/* ======================================== * XNotch - XNotch.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H #define __XNotch_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * XNotch - XNotch.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H #include "XNotch.h" #endif void XNotch::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * XRegion - XRegion.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H #include "XRegion.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new XRegion(a...
/* ======================================== * XRegion - XRegion.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H #define __XRegion_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * XRegion - XRegion.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H #include "XRegion.h" #endif void XRegion::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * YBandpass - YBandpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H #include "YBandpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Y...
/* ======================================== * YBandpass - YBandpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H #define __YBandpass_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * YBandpass - YBandpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H #include "YBandpass.h" #endif void YBandpass::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * YHighpass - YHighpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H #include "YHighpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Y...
/* ======================================== * YHighpass - YHighpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H #define __YHighpass_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * YHighpass - YHighpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H #include "YHighpass.h" #endif void YHighpass::processReplacing(float **inputs, float **outputs, VstInt32 sampl...
/* ======================================== * YLowpass - YLowpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H #include "YLowpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new YLowp...
/* ======================================== * YLowpass - YLowpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H #define __YLowpass_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * YLowpass - YLowpass.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H #include "YLowpass.h" #endif void YLowpass::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram...
/* ======================================== * YNotBandpass - YNotBandpass.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotBandpass_H #include "YNotBandpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur...
/* ======================================== * YNotBandpass - YNotBandpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotBandpass_H #define __YNotBandpass_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * YNotBandpass - YNotBandpass.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotBandpass_H #include "YNotBandpass.h" #endif void YNotBandpass::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * YNotch - YNotch.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H #include "YNotch.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new YNotch(audioM...
/* ======================================== * YNotch - YNotch.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H #define __YNotch_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...
/* ======================================== * YNotch - YNotch.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H #include "YNotch.h" #endif void YNotch::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * YNotHighpass - YNotHighpass.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotHighpass_H #include "YNotHighpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur...
/* ======================================== * YNotHighpass - YNotHighpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotHighpass_H #define __YNotHighpass_H #ifndef __audioeffect__ #include "audioeffectx.h...
/* ======================================== * YNotHighpass - YNotHighpass.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotHighpass_H #include "YNotHighpass.h" #endif void YNotHighpass::processReplacing(float **inputs, float **outputs, VstI...
/* ======================================== * YNotLowpass - YNotLowpass.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotLowpass_H #include "YNotLowpass.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * YNotLowpass - YNotLowpass.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotLowpass_H #define __YNotLowpass_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * YNotLowpass - YNotLowpass.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotLowpass_H #include "YNotLowpass.h" #endif void YNotLowpass::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * YNotNotch - YNotNotch.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotNotch_H #include "YNotNotch.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new YNotNo...
/* ======================================== * YNotNotch - YNotNotch.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotNotch_H #define __YNotNotch_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #i...