text stringlengths 1 24.5M |
|---|
/* ========================================
* LRConvolve2 - LRConvolve2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __LRConvolve2_H
#include "LRConvolve2.h"
#endif
void LRConvolve2::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* LRConvolve3 - LRConvolve3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __LRConvolve3_H
#include "LRConvolve3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne... |
/* ========================================
* LRConvolve3 - LRConvolve3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __LRConvolve3_H
#define __LRConvolve3_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* LRConvolve3 - LRConvolve3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __LRConvolve3_H
#include "LRConvolve3.h"
#endif
void LRConvolve3::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* LRFlipTimer - LRFlipTimer.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __LRFlipTimer_H
#include "LRFlipTimer.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu... |
/* ========================================
* LRFlipTimer - LRFlipTimer.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __LRFlipTimer_H
#define __LRFlipTimer_H
#ifndef __audioeffect__
#include "audioe... |
/* ========================================
* LRFlipTimer - LRFlipTimer.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __LRFlipTimer_H
#include "LRFlipTimer.h"
#endif
void LRFlipTimer::processReplacing(float **inputs, float **outputs, VstI... |
/* ========================================
* Luxor - Luxor.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Luxor_H
#include "Luxor.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Luxor(audioMaster... |
/* ========================================
* Luxor - Luxor.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Luxor_H
#define __Luxor_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* Luxor - Luxor.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Luxor_H
#include "Luxor.h"
#endif
void Luxor::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* MackEQ - MackEQ.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MackEQ_H
#include "MackEQ.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MackEQ(audioM... |
/* ========================================
* MackEQ - MackEQ.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __MackEQ_H
#define __MackEQ_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* MackEQ - MackEQ.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MackEQ_H
#include "MackEQ.h"
#endif
void MackEQ::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* Mackity - Mackity.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mackity_H
#include "Mackity.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Mackity(a... |
/* ========================================
* Mackity - Mackity.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mackity_H
#define __Mackity_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Mackity - Mackity.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mackity_H
#include "Mackity.h"
#endif
void Mackity::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* Mastering - Mastering.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mastering_H
#include "Mastering.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Master... |
/* ========================================
* Mastering - Mastering.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mastering_H
#define __Mastering_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* Mastering - Mastering.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mastering_H
#include "Mastering.h"
#endif
void Mastering::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* Mastering2 - Mastering2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mastering2_H
#include "Mastering2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Ma... |
/* ========================================
* Mastering2 - Mastering2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mastering2_H
#define __Mastering2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Mastering2 - Mastering2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mastering2_H
#include "Mastering2.h"
#endif
void Mastering2::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* MatrixVerb - MatrixVerb.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MatrixVerb_H
#include "MatrixVerb.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* MatrixVerb - MatrixVerb.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __MatrixVerb_H
#define __MatrixVerb_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* MatrixVerb - MatrixVerb.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MatrixVerb_H
#include "MatrixVerb.h"
#endif
void MatrixVerb::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* Melt - Melt.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Melt_H
#include "Melt.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Melt(audioMaster);}
... |
/* ========================================
* Melt - Melt.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Melt_H
#define __Melt_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Melt - Melt.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Melt_H
#include "Melt.h"
#endif
void Melt::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* MidAmp - MidAmp.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Gain_H
#include "MidAmp.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MidAmp(audioMas... |
/* ========================================
* MidAmp - MidAmp.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
#inclu... |
/* ========================================
* MidAmp - MidAmp.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Gain_H
#include "MidAmp.h"
#endif
void MidAmp::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
f... |
/* ========================================
* MidSide - MidSide.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MidSide_H
#include "MidSide.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MidSide(a... |
/* ========================================
* MidSide - MidSide.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __MidSide_H
#define __MidSide_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* MidSide - MidSide.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MidSide_H
#include "MidSide.h"
#endif
void MidSide::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* Mojo - Mojo.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mojo_H
#include "Mojo.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Mojo(audioMaster);}
... |
/* ========================================
* Mojo - Mojo.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mojo_H
#define __Mojo_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Mojo - Mojo.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Mojo_H
#include "Mojo.h"
#endif
void Mojo::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* Monitoring - Monitoring.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring_H
#include "Monitoring.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* Monitoring - Monitoring.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring_H
#define __Monitoring_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* Monitoring - Monitoring.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring_H
#include "Monitoring.h"
#endif
void Monitoring::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* Monitoring2 - Monitoring2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring2_H
#include "Monitoring2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu... |
/* ========================================
* Monitoring2 - Monitoring2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring2_H
#define __Monitoring2_H
#ifndef __audioeffect__
#include "audioe... |
/* ========================================
* Monitoring2 - Monitoring2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring2_H
#include "Monitoring2.h"
#endif
void Monitoring2::processReplacing(float **inputs, float **outputs, VstI... |
/* ========================================
* Monitoring3 - Monitoring3.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring3_H
#include "Monitoring3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu... |
/* ========================================
* Monitoring3 - Monitoring3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring3_H
#define __Monitoring3_H
#ifndef __audioeffect__
#include "audioe... |
/* ========================================
* Monitoring3 - Monitoring3.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Monitoring3_H
#include "Monitoring3.h"
#endif
void Monitoring3::processReplacing(float **inputs, float **outputs, VstI... |
/* ========================================
* MoNoam - MoNoam.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MoNoam_H
#include "MoNoam.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MoNoam(audioM... |
/* ========================================
* MoNoam - MoNoam.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __MoNoam_H
#define __MoNoam_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* MoNoam - MoNoam.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MoNoam_H
#include "MoNoam.h"
#endif
void MoNoam::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* MSFlipTimer - MSFlipTimer.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MSFlipTimer_H
#include "MSFlipTimer.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne... |
/* ========================================
* MSFlipTimer - MSFlipTimer.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MSFlipTimer_H
#define __MSFlipTimer_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* MSFlipTimer - MSFlipTimer.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MSFlipTimer_H
#include "MSFlipTimer.h"
#endif
void MSFlipTimer::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* MultiBandDistortion - MultiBandDistortion.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MultiBandDistortion_H
#include "MultiBandDistortion.h"
#endif
AudioEffect* createEffectInstance(audioM... |
/* ========================================
* MultiBandDistortion - MultiBandDistortion.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __MultiBandDistortion_H
#define __MultiBandDistortion_H
#ifndef ... |
/* ========================================
* MultiBandDistortion - MultiBandDistortion.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MultiBandDistortion_H
#include "MultiBandDistortion.h"
#endif
void MultiBandDistortion::processReplaci... |
/* ========================================
* MV - MV.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MV_H
#include "MV.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MV(audioMaster);}
MV::MV(aud... |
/* ========================================
* MV - MV.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __MV_H
#define __MV_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>
#in... |
/* ========================================
* MV - MV.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MV_H
#include "MV.h"
#endif
void MV::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in1 = inpu... |
/* ========================================
* MV2 - MV2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MV2_H
#include "MV2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new MV2(audioMaster);}
MV2::MV2(a... |
/* ========================================
* MV2 - MV2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MV2_H
#define __MV2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>
#include <s... |
/* ========================================
* MV2 - MV2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __MV2_H
#include "MV2.h"
#endif
void MV2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in1 = inpu... |
/* ========================================
* NaturalizeDither - NaturalizeDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NaturalizeDither_H
#include "NaturalizeDither.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallbac... |
/* ========================================
* NaturalizeDither - NaturalizeDither.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __NaturalizeDither_H
#define __NaturalizeDither_H
#ifndef __audioeffec... |
/* ========================================
* NaturalizeDither - NaturalizeDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NaturalizeDither_H
#include "NaturalizeDither.h"
#endif
void NaturalizeDither::processReplacing(float **inpu... |
/* ========================================
* NCSeventeen - NCSeventeen.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NCSeventeen_H
#include "NCSeventeen.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu... |
/* ========================================
* NCSeventeen - NCSeventeen.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __NCSeventeen_H
#define __NCSeventeen_H
#ifndef __audioeffect__
#include "audioe... |
/* ========================================
* NCSeventeen - NCSeventeen.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NCSeventeen_H
#include "NCSeventeen.h"
#endif
void NCSeventeen::processReplacing(float **inputs, float **outputs, VstI... |
/* ========================================
* Neverland - Neverland.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Neverland_H
#include "Neverland.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new N... |
/* ========================================
* Neverland - Neverland.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Neverland_H
#define __Neverland_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* Neverland - Neverland.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Neverland_H
#include "Neverland.h"
#endif
void Neverland::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* Nikola - Nikola.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Nikola_H
#include "Nikola.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Nikola(audioM... |
/* ========================================
* Nikola - Nikola.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Nikola_H
#define __Nikola_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* Nikola - Nikola.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Nikola_H
#include "Nikola.h"
#endif
void Nikola::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* NodeDither - NodeDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NodeDither_H
#include "NodeDither.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* NodeDither - NodeDither.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __NodeDither_H
#define __NodeDither_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* NodeDither - NodeDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NodeDither_H
#include "NodeDither.h"
#endif
void NodeDither::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* Noise - Noise.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Noise_H
#include "Noise.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Noise(audioMaster... |
/* ========================================
* Noise - Noise.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Noise_H
#define __Noise_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* Noise - Noise.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Noise_H
#include "Noise.h"
#endif
void Noise::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* NonlinearSpace - NonlinearSpace.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NonlinearSpace_H
#include "NonlinearSpace.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioM... |
/* ========================================
* NonlinearSpace - NonlinearSpace.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __NonlinearSpace_H
#define __NonlinearSpace_H
#ifndef __audioeffect__
#inc... |
/* ========================================
* NonlinearSpace - NonlinearSpace.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NonlinearSpace_H
#include "NonlinearSpace.h"
#endif
void NonlinearSpace::processReplacing(float **inputs, float ... |
/* ========================================
* NotJustAnotherCD - NotJustAnotherCD.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NotJustAnotherCD_H
#include "NotJustAnotherCD.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallbac... |
/* ========================================
* NotJustAnotherCD - NotJustAnotherCD.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __NotJustAnotherCD_H
#define __NotJustAnotherCD_H
#ifndef __audioeffec... |
/* ========================================
* NotJustAnotherCD - NotJustAnotherCD.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NotJustAnotherCD_H
#include "NotJustAnotherCD.h"
#endif
void NotJustAnotherCD::processReplacing(float **inpu... |
/* ========================================
* NotJustAnotherDither - NotJustAnotherDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NotJustAnotherDither_H
#include "NotJustAnotherDither.h"
#endif
AudioEffect* createEffectInstance(au... |
/* ========================================
* NotJustAnotherDither - NotJustAnotherDither.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __NotJustAnotherDither_H
#define __NotJustAnotherDither_H
#ifn... |
/* ========================================
* NotJustAnotherDither - NotJustAnotherDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __NotJustAnotherDither_H
#include "NotJustAnotherDither.h"
#endif
void NotJustAnotherDither::processRe... |
/* ========================================
* OneCornerClip - OneCornerClip.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __OneCornerClip_H
#include "OneCornerClip.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaste... |
/* ========================================
* OneCornerClip - OneCornerClip.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __OneCornerClip_H
#define __OneCornerClip_H
#ifndef __audioeffect__
#include... |
/* ========================================
* OneCornerClip - OneCornerClip.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __OneCornerClip_H
#include "OneCornerClip.h"
#endif
void OneCornerClip::processReplacing(float **inputs, float **out... |
/* ========================================
* OrbitKick - OrbitKick.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __OrbitKick_H
#include "OrbitKick.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new OrbitK... |
/* ========================================
* OrbitKick - OrbitKick.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __OrbitKick_H
#define __OrbitKick_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* OrbitKick - OrbitKick.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __OrbitKick_H
#include "OrbitKick.h"
#endif
void OrbitKick::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* Overheads - Overheads.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Overheads_H
#include "Overheads.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Overhe... |
/* ========================================
* Overheads - Overheads.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Overheads_H
#define __Overheads_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* Overheads - Overheads.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Overheads_H
#include "Overheads.h"
#endif
void Overheads::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* Pafnuty - Pafnuty.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Pafnuty_H
#include "Pafnuty.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pafnuty(a... |
/* ========================================
* Pafnuty - Pafnuty.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Pafnuty_H
#define __Pafnuty_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Pafnuty - Pafnuty.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Pafnuty_H
#include "Pafnuty.h"
#endif
void Pafnuty::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.