text stringlengths 1 24.5M |
|---|
/* ========================================
* AtmosphereBuss - AtmosphereBuss.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __AtmosphereBuss_H
#define __AtmosphereBuss_H
#ifndef __audioeffect__
#inc... |
/* ========================================
* AtmosphereBuss - AtmosphereBuss.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AtmosphereBuss_H
#include "AtmosphereBuss.h"
#endif
void AtmosphereBuss::processReplacing(float **inputs, float ... |
/* ========================================
* AtmosphereChannel - AtmosphereChannel.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AtmosphereChannel_H
#include "AtmosphereChannel.h"
#endif
AudioEffect* createEffectInstance(audioMasterCal... |
/* ========================================
* AtmosphereChannel - AtmosphereChannel.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __AtmosphereChannel_H
#define __AtmosphereChannel_H
#ifndef __audioe... |
/* ========================================
* AtmosphereChannel - AtmosphereChannel.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AtmosphereChannel_H
#include "AtmosphereChannel.h"
#endif
void AtmosphereChannel::processReplacing(float *... |
/* ========================================
* Aura - Aura.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Aura_H
#include "Aura.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Aura(audioMaster);}
... |
/* ========================================
* Aura - Aura.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Aura_H
#define __Aura_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Aura - Aura.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Aura_H
#include "Aura.h"
#endif
void Aura::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* AutoPan - AutoPan.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AutoPan_H
#include "AutoPan.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new AutoPan(a... |
/* ========================================
* AutoPan - AutoPan.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __AutoPan_H
#define __AutoPan_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* AutoPan - AutoPan.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AutoPan_H
#include "AutoPan.h"
#endif
void AutoPan::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* Average - Average.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Average_H
#include "Average.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Average(a... |
/* ========================================
* Average - Average.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Average_H
#define __Average_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Average - Average.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Average_H
#include "Average.h"
#endif
void Average::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* AverMatrix - AverMatrix.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AverMatrix_H
#include "AverMatrix.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* AverMatrix - AverMatrix.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __AverMatrix_H
#define __AverMatrix_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* AverMatrix - AverMatrix.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AverMatrix_H
#include "AverMatrix.h"
#endif
void AverMatrix::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* Balanced - Balanced.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Balanced_H
#include "Balanced.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Balan... |
/* ========================================
* Balanced - Balanced.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Balanced_H
#define __Balanced_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* Balanced - Balanced.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Balanced_H
#include "Balanced.h"
#endif
void Balanced::processReplacing(float **inputs, float **outputs, VstInt32 sampleFram... |
/* ========================================
* BassAmp - BassAmp.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassAmp_H
#include "BassAmp.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BassAmp(a... |
/* ========================================
* BassAmp - BassAmp.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassAmp_H
#define __BassAmp_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* BassAmp - BassAmp.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassAmp_H
#include "BassAmp.h"
#endif
void BassAmp::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* BassDrive - BassDrive.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassDrive_H
#include "BassDrive.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new B... |
/* ========================================
* BassDrive - BassDrive.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassDrive_H
#define __BassDrive_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* BassDrive - BassDrive.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassDrive_H
#include "BassDrive.h"
#endif
void BassDrive::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* BassKit - BassKit.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassKit_H
#include "BassKit.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BassKit(a... |
/* ========================================
* BassKit - BassKit.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassKit_H
#define __BassKit_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* BassKit - BassKit.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BassKit_H
#include "BassKit.h"
#endif
void BassKit::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* Baxandall - Baxandall.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall_H
#include "Baxandall.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new B... |
/* ========================================
* Baxandall - Baxandall.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall_H
#define __Baxandall_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* Baxandall - Baxandall.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall_H
#include "Baxandall.h"
#endif
void Baxandall::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* Baxandall2 - Baxandall2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall2_H
#include "Baxandall2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* Baxandall2 - Baxandall2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall2_H
#define __Baxandall2_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* Baxandall2 - Baxandall2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall2_H
#include "Baxandall2.h"
#endif
void Baxandall2::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* Baxandall3 - Baxandall3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall3_H
#include "Baxandall3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Ba... |
/* ========================================
* Baxandall3 - Baxandall3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall3_H
#define __Baxandall3_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Baxandall3 - Baxandall3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Baxandall3_H
#include "Baxandall3.h"
#endif
void Baxandall3::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* Beam - Beam.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Beam_H
#include "Beam.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Beam(audioMaster);}
... |
/* ========================================
* Beam - Beam.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Beam_H
#define __Beam_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Beam - Beam.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Beam_H
#include "Beam.h"
#endif
void Beam::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* BezEQ - BezEQ.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BezEQ_H
#include "BezEQ.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BezEQ(audioMaster);}
... |
/* ========================================
* BezEQ - BezEQ.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BezEQ_H
#define __BezEQ_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>
#in... |
/* ========================================
* BezEQ - BezEQ.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BezEQ_H
#include "BezEQ.h"
#endif
void BezEQ::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* BeziComp - BeziComp.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BeziComp_H
#include "BeziComp.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BeziComp(a... |
/* ========================================
* BeziComp - BeziComp.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BeziComp_H
#define __BeziComp_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#inclu... |
/* ========================================
* BeziComp - BeziComp.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BeziComp_H
#include "BeziComp.h"
#endif
void BeziComp::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
const char features[] = {"\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_restrict\n"
"C_FEATURE:"
#if (__GNUC__ *... |
const char features[] = {"\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
"1"
#else
"0"
#endif
"cxx_aggregate_default_initializers\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_alias_templates\n"
"CXX_FEATU... |
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date comp... |
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date c... |
/* ========================================
* BigAmp - BigAmp.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Gain_H
#include "BigAmp.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new BigAmp(audioMas... |
/* ========================================
* BigAmp - BigAmp.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... |
/* ========================================
* BigAmp - BigAmp.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Gain_H
#include "BigAmp.h"
#endif
void BigAmp::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
f... |
/* ========================================
* Biquad - Biquad.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Biquad_H
#include "Biquad.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Biquad(audioM... |
/* ========================================
* Biquad - Biquad.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Biquad_H
#define __Biquad_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* Biquad - Biquad.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Biquad_H
#include "Biquad.h"
#endif
void Biquad::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
/* ========================================
* Biquad2 - Biquad2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Biquad2_H
#include "Biquad2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Biquad2(a... |
/* ========================================
* Biquad2 - Biquad2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Biquad2_H
#define __Biquad2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* Biquad2 - Biquad2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Biquad2_H
#include "Biquad2.h"
#endif
void Biquad2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
... |
/* ========================================
* BiquadDouble - BiquadDouble.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadDouble_H
#include "BiquadDouble.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {... |
/* ========================================
* BiquadDouble - BiquadDouble.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadDouble_H
#define __BiquadDouble_H
#ifndef __audioeffect__
#include "au... |
/* ========================================
* BiquadDouble - BiquadDouble.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadDouble_H
#include "BiquadDouble.h"
#endif
void BiquadDouble::processReplacing(float **inputs, float **outputs,... |
/* ========================================
* BiquadHiLo - BiquadHiLo.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadHiLo_H
#include "BiquadHiLo.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Bi... |
/* ========================================
* BiquadHiLo - BiquadHiLo.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadHiLo_H
#define __BiquadHiLo_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* BiquadHiLo - BiquadHiLo.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadHiLo_H
#include "BiquadHiLo.h"
#endif
void BiquadHiLo::processReplacing(float **inputs, float **outputs, VstInt32 sampl... |
/* ========================================
* BiquadNonLin - BiquadNonLin.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadNonLin_H
#include "BiquadNonLin.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur... |
/* ========================================
* BiquadNonLin - BiquadNonLin.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadNonLin_H
#define __BiquadNonLin_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* BiquadNonLin - BiquadNonLin.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadNonLin_H
#include "BiquadNonLin.h"
#endif
void BiquadNonLin::processReplacing(float **inputs, float **outputs, VstI... |
/* ========================================
* BiquadOneHalf - BiquadOneHalf.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadOneHalf_H
#include "BiquadOneHalf.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaste... |
/* ========================================
* BiquadOneHalf - BiquadOneHalf.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadOneHalf_H
#define __BiquadOneHalf_H
#ifndef __audioeffect__
#include... |
/* ========================================
* BiquadOneHalf - BiquadOneHalf.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadOneHalf_H
#include "BiquadOneHalf.h"
#endif
void BiquadOneHalf::processReplacing(float **inputs, float **out... |
/* ========================================
* BiquadPlus - BiquadPlus.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadPlus_H
#include "BiquadPlus.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* BiquadPlus - BiquadPlus.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadPlus_H
#define __BiquadPlus_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* BiquadPlus - BiquadPlus.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadPlus_H
#include "BiquadPlus.h"
#endif
void BiquadPlus::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* BiquadStack - BiquadStack.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadStack_H
#include "BiquadStack.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne... |
/* ========================================
* BiquadStack - BiquadStack.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadStack_H
#define __BiquadStack_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* BiquadStack - BiquadStack.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadStack_H
#include "BiquadStack.h"
#endif
void BiquadStack::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* BiquadTriple - BiquadTriple.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadTriple_H
#include "BiquadTriple.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {... |
/* ========================================
* BiquadTriple - BiquadTriple.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadTriple_H
#define __BiquadTriple_H
#ifndef __audioeffect__
#include "au... |
/* ========================================
* BiquadTriple - BiquadTriple.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BiquadTriple_H
#include "BiquadTriple.h"
#endif
void BiquadTriple::processReplacing(float **inputs, float **outputs,... |
/* ========================================
* Bite - Bite.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Bite_H
#include "Bite.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Bite(audioMaster);}
... |
/* ========================================
* Bite - Bite.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Bite_H
#define __Bite_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Bite - Bite.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Bite_H
#include "Bite.h"
#endif
void Bite::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
/* ========================================
* BitGlitter - BitGlitter.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitGlitter_H
#include "BitGlitter.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* BitGlitter - BitGlitter.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitGlitter_H
#define __BitGlitter_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* BitGlitter - BitGlitter.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitGlitter_H
#include "BitGlitter.h"
#endif
void BitGlitter::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* BitShiftGain - BitShiftGain.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitShiftGain_H
#include "BitShiftGain.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {... |
/* ========================================
* BitShiftGain - BitShiftGain.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitShiftGain_H
#define __BitShiftGain_H
#ifndef __audioeffect__
#include "au... |
/* ========================================
* BitShiftGain - BitShiftGain.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitShiftGain_H
#include "BitShiftGain.h"
#endif
void BitShiftGain::processReplacing(float **inputs, float **outputs,... |
/* ========================================
* BitShiftPan - BitShiftPan.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitShiftPan_H
#include "BitShiftPan.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne... |
/* ========================================
* BitShiftPan - BitShiftPan.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitShiftPan_H
#define __BitShiftPan_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* BitShiftPan - BitShiftPan.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BitShiftPan_H
#include "BitShiftPan.h"
#endif
void BitShiftPan::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* BlockParty - BlockParty.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BlockParty_H
#include "BlockParty.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* BlockParty - BlockParty.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BlockParty_H
#define __BlockParty_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* BlockParty - BlockParty.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BlockParty_H
#include "BlockParty.h"
#endif
void BlockParty::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* BrassRider - BrassRider.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BrassRider_H
#include "BrassRider.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* BrassRider - BrassRider.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __BrassRider_H
#define __BrassRider_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* BrassRider - BrassRider.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BrassRider_H
#include "BrassRider.h"
#endif
void BrassRider::processReplacing(float **inputs, float **outputs, VstInt32 ... |
/* ========================================
* BrightAmbience - BrightAmbience.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __BrightAmbience_H
#include "BrightAmbience.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioM... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.