text stringlengths 1 24.5M |
|---|
/* ========================================
* 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... |
/* ========================================
* 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)
... |
/* ========================================
* Pafnuty2 - Pafnuty2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Pafnuty2_H
#include "Pafnuty2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pafnuty2(a... |
/* ========================================
* Pafnuty2 - Pafnuty2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Pafnuty2_H
#define __Pafnuty2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* Pafnuty2 - Pafnuty2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Pafnuty2_H
#include "Pafnuty2.h"
#endif
void Pafnuty2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* Parametric - Parametric.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Parametric_H
#include "Parametric.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pa... |
/* ========================================
* Parametric - Parametric.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Parametric_H
#define __Parametric_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Parametric - Parametric.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Parametric_H
#include "Parametric.h"
#endif
void Parametric::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* PaulDither - PaulDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PaulDither_H
#include "PaulDither.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* PaulDither - PaulDither.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __PaulDither_H
#define __PaulDither_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* PaulDither - PaulDither.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PaulDither_H
#include "PaulDither.h"
#endif
void PaulDither::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* PaulWide - PaulWide.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PaulWide_H
#include "PaulWide.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PaulW... |
/* ========================================
* PaulWide - PaulWide.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __PaulWide_H
#define __PaulWide_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* PaulWide - PaulWide.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PaulWide_H
#include "PaulWide.h"
#endif
void PaulWide::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* PDBuss - PDBuss.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PDBuss_H
#include "PDBuss.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PDBuss(audioM... |
/* ========================================
* PDBuss - PDBuss.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __PDBuss_H
#define __PDBuss_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* PDBuss - PDBuss.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PDBuss_H
#include "PDBuss.h"
#endif
void PDBuss::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* PDChannel - PDChannel.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PDChannel_H
#include "PDChannel.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new P... |
/* ========================================
* PDChannel - PDChannel.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __PDChannel_H
#define __PDChannel_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* PDChannel - PDChannel.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __PDChannel_H
#include "PDChannel.h"
#endif
void PDChannel::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.