text stringlengths 1 24.5M |
|---|
/* ========================================
* Air - Air.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air_H
#include "Air.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air(audioMaster);}
Air::... |
/* ========================================
* Air - Air.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air_H
#define __Air_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>... |
/* ========================================
* Air - Air.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air_H
#include "Air.h"
#endif
void Air::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in1 = ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* Air2 - Air2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air2_H
#include "Air2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air2(audioMaster);}
... |
/* ========================================
* Air2 - Air2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air2_H
#define __Air2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* Air2 - Air2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air2_H
#include "Air2.h"
#endif
void Air2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* Air3 - Air3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air3_H
#include "Air3.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air3(audioMaster);}
Air3:... |
/* ========================================
* Air3 - Air3.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air3_H
#define __Air3_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>
#includ... |
/* ========================================
* Air3 - Air3.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air3_H
#include "Air3.h"
#endif
void Air3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in1 = ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* Air4 - Air4.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air4_H
#include "Air4.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air4(audioMaster);}
Air4:... |
/* ========================================
* Air4 - Air4.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air4_H
#define __Air4_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>
#includ... |
/* ========================================
* Air4 - Air4.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Air4_H
#include "Air4.h"
#endif
void Air4::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
float* in1 = ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* AngleEQ - AngleEQ.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AngleEQ_H
#include "AngleEQ.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new AngleEQ(audioM... |
/* ========================================
* AngleEQ - AngleEQ.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AngleEQ_H
#define __AngleEQ_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* AngleEQ - AngleEQ.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AngleEQ_H
#include "AngleEQ.h"
#endif
void AngleEQ::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* AngleFilter - AngleFilter.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AngleFilter_H
#include "AngleFilter.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne... |
/* ========================================
* AngleFilter - AngleFilter.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AngleFilter_H
#define __AngleFilter_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* AngleFilter - AngleFilter.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AngleFilter_H
#include "AngleFilter.h"
#endif
void AngleFilter::processReplacing(float **inputs, float **outputs, VstInt32 ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* Apicolypse - Apicolypse.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Apicolypse_H
#include "Apicolypse.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* Apicolypse - Apicolypse.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Apicolypse_H
#define __Apicolypse_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* Apicolypse - Apicolypse.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Apicolypse_H
#include "Apicolypse.h"
#endif
void Apicolypse::processReplacing(float **inputs, float **outputs, VstInt32 ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* AQuickVoiceClip - AQuickVoiceClip.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AQuickVoiceClip_H
#include "AQuickVoiceClip.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback au... |
/* ========================================
* AQuickVoiceClip - AQuickVoiceClip.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __AQuickVoiceClip_H
#define __AQuickVoiceClip_H
#ifndef __audioeffect__
... |
/* ========================================
* AQuickVoiceClip - AQuickVoiceClip.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AQuickVoiceClip_H
#include "AQuickVoiceClip.h"
#endif
void AQuickVoiceClip::processReplacing(float **inputs, f... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* AtmosphereBuss - AtmosphereBuss.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __AtmosphereBuss_H
#include "AtmosphereBuss.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioM... |
/* ========================================
* 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 ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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 *... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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)
... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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)
... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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 ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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)
... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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)
... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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 ... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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)
... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
/* ========================================
* 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... |
#define MAC 1
#define MACX 1
#define USE_NAMESPACE 0
#define TARGET_API_MAC_CARBON 1
#define USENAVSERVICES 1
#define __CF_USE_FRAMEWORK_INCLUDES__
#if __MWERKS__
#define __NOEXTENSIONS__
#endif
#define QUARTZ 1
#include <AvailabilityMacros.h> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.