text stringlengths 1 24.5M |
|---|
/* ========================================
* DeNoise - DeNoise.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeNoise_H
#define __DeNoise_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* DeNoise - DeNoise.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeNoise_H
#include "DeNoise.h"
#endif
void DeNoise::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* Density - Density.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density_H
#include "Density.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Density(a... |
/* ========================================
* Density - Density.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density_H
#define __Density_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Density - Density.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density_H
#include "Density.h"
#endif
void Density::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* Density2 - Density2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density2_H
#include "Density2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Densi... |
/* ========================================
* Density2 - Density2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density2_H
#define __Density2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* Density2 - Density2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density2_H
#include "Density2.h"
#endif
void Density2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* Density3 - Density3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density3_H
#include "Density3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Density3(a... |
/* ========================================
* Density3 - Density3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density3_H
#define __Density3_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* Density3 - Density3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Density3_H
#include "Density3.h"
#endif
void Density3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* DeRez - DeRez.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez_H
#include "DeRez.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DeRez(audioMaster... |
/* ========================================
* DeRez - DeRez.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez_H
#define __DeRez_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* DeRez - DeRez.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez_H
#include "DeRez.h"
#endif
void DeRez::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* DeRez2 - DeRez2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez2_H
#include "DeRez2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DeRez2(audioM... |
/* ========================================
* DeRez2 - DeRez2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez2_H
#define __DeRez2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* DeRez2 - DeRez2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez2_H
#include "DeRez2.h"
#endif
void DeRez2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* DeRez3 - DeRez3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez3_H
#include "DeRez3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DeRez3(audioMaster... |
/* ========================================
* DeRez3 - DeRez3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez3_H
#define __DeRez3_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>... |
/* ========================================
* DeRez3 - DeRez3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DeRez3_H
#include "DeRez3.h"
#endif
void DeRez3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* Desk - Desk.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Desk_H
#include "Desk.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Desk(audioMaster);}
... |
/* ========================================
* Desk - Desk.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Desk_H
#define __Desk_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Desk - Desk.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Desk_H
#include "Desk.h"
#endif
void Desk::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* Desk4 - Desk4.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Desk4_H
#include "Desk4.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Desk4(audioMaster... |
/* ========================================
* Desk4 - Desk4.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Desk4_H
#define __Desk4_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* Desk4 - Desk4.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Desk4_H
#include "Desk4.h"
#endif
void Desk4::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* DigitalBlack - DigitalBlack.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DigitalBlack_H
#include "DigitalBlack.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {... |
/* ========================================
* DigitalBlack - DigitalBlack.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DigitalBlack_H
#define __DigitalBlack_H
#ifndef __audioeffect__
#include "au... |
/* ========================================
* DigitalBlack - DigitalBlack.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DigitalBlack_H
#include "DigitalBlack.h"
#endif
void DigitalBlack::processReplacing(float **inputs, float **outputs,... |
/* ========================================
* Dirt - Dirt.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dirt_H
#include "Dirt.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dirt(audioMaster);}
... |
/* ========================================
* Dirt - Dirt.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dirt_H
#define __Dirt_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Dirt - Dirt.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dirt_H
#include "Dirt.h"
#endif
void Dirt::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* Discontapeity - Discontapeity.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Discontapeity_H
#include "Discontapeity.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {r... |
/* ========================================
* Discontapeity - Discontapeity.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Discontapeity_H
#define __Discontapeity_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* Discontapeity - Discontapeity.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Discontapeity_H
#include "Discontapeity.h"
#endif
void Discontapeity::processReplacing(float **inputs, float **outputs,... |
/* ========================================
* Discontinuity - Discontinuity.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Discontinuity_H
#include "Discontinuity.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {r... |
/* ========================================
* Discontinuity - Discontinuity.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Discontinuity_H
#define __Discontinuity_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* Discontinuity - Discontinuity.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Discontinuity_H
#include "Discontinuity.h"
#endif
void Discontinuity::processReplacing(float **inputs, float **outputs,... |
/* ========================================
* Disintegrate - Disintegrate.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Disintegrate_H
#include "Disintegrate.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur... |
/* ========================================
* Disintegrate - Disintegrate.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Disintegrate_H
#define __Disintegrate_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* Disintegrate - Disintegrate.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Disintegrate_H
#include "Disintegrate.h"
#endif
void Disintegrate::processReplacing(float **inputs, float **outputs, VstI... |
/* ========================================
* Distance - Distance.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance_H
#include "Distance.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dista... |
/* ========================================
* Distance - Distance.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance_H
#define __Distance_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* Distance - Distance.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance_H
#include "Distance.h"
#endif
void Distance::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* Distance2 - Distance2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance2_H
#include "Distance2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new D... |
/* ========================================
* Distance2 - Distance2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance2_H
#define __Distance2_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* Distance2 - Distance2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance2_H
#include "Distance2.h"
#endif
void Distance2::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* Distance3 - Distance3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance3_H
#include "Distance3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Distan... |
/* ========================================
* Distance3 - Distance3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance3_H
#define __Distance3_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* Distance3 - Distance3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distance3_H
#include "Distance3.h"
#endif
void Distance3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* Distortion - Distortion.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distortion_H
#include "Distortion.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* Distortion - Distortion.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distortion_H
#define __Distortion_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* Distortion - Distortion.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Distortion_H
#include "Distortion.h"
#endif
void Distortion::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* Ditherbox - Ditherbox.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Ditherbox_H
#include "Ditherbox.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new D... |
/* ========================================
* Ditherbox - Ditherbox.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Ditherbox_H
#define __Ditherbox_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* Ditherbox - Ditherbox.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Ditherbox_H
#include "Ditherbox.h"
#endif
void Ditherbox::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* DitherFloat - DitherFloat.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherFloat_H
#include "DitherFloat.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retu... |
/* ========================================
* DitherFloat - DitherFloat.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherFloat_H
#define __DitherFloat_H
#ifndef __audioeffect__
#include "audioe... |
/* ========================================
* DitherFloat - DitherFloat.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherFloat_H
#include "DitherFloat.h"
#endif
void DitherFloat::processReplacing(float **inputs, float **outputs, VstI... |
/* ========================================
* DitherMeDiskers - DitherMeDiskers.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherMeDiskers_H
#include "DitherMeDiskers.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback au... |
/* ========================================
* DitherMeDiskers - DitherMeDiskers.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherMeDiskers_H
#define __DitherMeDiskers_H
#ifndef __audioeffect__
... |
/* ========================================
* DitherMeDiskers - DitherMeDiskers.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherMeDiskers_H
#include "DitherMeDiskers.h"
#endif
void DitherMeDiskers::processReplacing(float **inputs, f... |
/* ========================================
* DitherMeTimbers - DitherMeTimbers.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherMeTimbers_H
#include "DitherMeTimbers.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback au... |
/* ========================================
* DitherMeTimbers - DitherMeTimbers.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherMeTimbers_H
#define __DitherMeTimbers_H
#ifndef __audioeffect__
... |
/* ========================================
* DitherMeTimbers - DitherMeTimbers.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DitherMeTimbers_H
#include "DitherMeTimbers.h"
#endif
void DitherMeTimbers::processReplacing(float **inputs, f... |
/* ========================================
* Doublelay - Doublelay.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Doublelay_H
#include "Doublelay.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new D... |
/* ========================================
* Doublelay - Doublelay.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Doublelay_H
#define __Doublelay_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* Doublelay - Doublelay.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Doublelay_H
#include "Doublelay.h"
#endif
void Doublelay::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* DoublePaul - DoublePaul.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DoublePaul_H
#include "DoublePaul.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* DoublePaul - DoublePaul.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DoublePaul_H
#define __DoublePaul_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* DoublePaul - DoublePaul.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DoublePaul_H
#include "DoublePaul.h"
#endif
void DoublePaul::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* Drive - Drive.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Drive_H
#include "Drive.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Drive(audioMaster... |
/* ========================================
* Drive - Drive.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Drive_H
#define __Drive_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* Drive - Drive.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Drive_H
#include "Drive.h"
#endif
void Drive::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* DrumSlam - DrumSlam.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DrumSlam_H
#include "DrumSlam.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DrumS... |
/* ========================================
* DrumSlam - DrumSlam.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DrumSlam_H
#define __DrumSlam_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* DrumSlam - DrumSlam.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DrumSlam_H
#include "DrumSlam.h"
#endif
void DrumSlam::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* DubCenter - DubCenter.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubCenter_H
#include "DubCenter.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new D... |
/* ========================================
* DubCenter - DubCenter.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubCenter_H
#define __DubCenter_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* DubCenter - DubCenter.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubCenter_H
#include "DubCenter.h"
#endif
void DubCenter::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* Dubly - Dubly.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly_H
#include "Dubly.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dubly(audioMaster... |
/* ========================================
* Dubly - Dubly.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly_H
#define __Dubly_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* Dubly - Dubly.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly_H
#include "Dubly.h"
#endif
void Dubly::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* Dubly2 - Dubly2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly2_H
#include "Dubly2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dubly2(audioMaster... |
/* ========================================
* Dubly2 - Dubly2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly2_H
#define __Dubly2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>... |
/* ========================================
* Dubly2 - Dubly2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly2_H
#include "Dubly2.h"
#endif
void Dubly2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* Dubly3 - Dubly3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly3_H
#include "Dubly3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Dubly3(audioMaster... |
/* ========================================
* Dubly3 - Dubly3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly3_H
#define __Dubly3_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>... |
/* ========================================
* Dubly3 - Dubly3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Dubly3_H
#include "Dubly3.h"
#endif
void Dubly3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
floa... |
/* ========================================
* DubPlate - DubPlate.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubPlate_H
#include "DubPlate.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DubPlate(a... |
/* ========================================
* DubPlate - DubPlate.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubPlate_H
#define __DubPlate_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* DubPlate - DubPlate.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubPlate_H
#include "DubPlate.h"
#endif
void DubPlate::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* DubPlate2 - DubPlate2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubPlate2_H
#include "DubPlate2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DubPla... |
/* ========================================
* DubPlate2 - DubPlate2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubPlate2_H
#define __DubPlate2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* DubPlate2 - DubPlate2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubPlate2_H
#include "DubPlate2.h"
#endif
void DubPlate2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* DubSub - DubSub.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubSub_H
#include "DubSub.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DubSub(audioM... |
/* ========================================
* DubSub - DubSub.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubSub_H
#define __DubSub_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* DubSub - DubSub.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubSub_H
#include "DubSub.h"
#endif
void DubSub::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* DubSub2 - DubSub2.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubSub2_H
#include "DubSub2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new DubSub2(audioM... |
/* ========================================
* DubSub2 - DubSub2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __DubSub2_H
#define __DubSub2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.