text stringlengths 1 24.5M |
|---|
/* ========================================
* YBandpass - YBandpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YBandpass_H
#include "YBandpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Y... |
/* ========================================
* YBandpass - YBandpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __YBandpass_H
#define __YBandpass_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* YBandpass - YBandpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YBandpass_H
#include "YBandpass.h"
#endif
void YBandpass::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> |
/* ========================================
* YHighpass - YHighpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YHighpass_H
#include "YHighpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Y... |
/* ========================================
* YHighpass - YHighpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __YHighpass_H
#define __YHighpass_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* YHighpass - YHighpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YHighpass_H
#include "YHighpass.h"
#endif
void YHighpass::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> |
/* ========================================
* YLowpass - YLowpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YLowpass_H
#include "YLowpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new YLowp... |
/* ========================================
* YLowpass - YLowpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __YLowpass_H
#define __YLowpass_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* YLowpass - YLowpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YLowpass_H
#include "YLowpass.h"
#endif
void YLowpass::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> |
/* ========================================
* YNotBandpass - YNotBandpass.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotBandpass_H
#include "YNotBandpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur... |
/* ========================================
* YNotBandpass - YNotBandpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotBandpass_H
#define __YNotBandpass_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* YNotBandpass - YNotBandpass.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotBandpass_H
#include "YNotBandpass.h"
#endif
void YNotBandpass::processReplacing(float **inputs, float **outputs, VstI... |
#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> |
/* ========================================
* YNotch - YNotch.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotch_H
#include "YNotch.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new YNotch(audioM... |
/* ========================================
* YNotch - YNotch.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotch_H
#define __YNotch_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* YNotch - YNotch.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotch_H
#include "YNotch.h"
#endif
void YNotch::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> |
/* ========================================
* YNotHighpass - YNotHighpass.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotHighpass_H
#include "YNotHighpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur... |
/* ========================================
* YNotHighpass - YNotHighpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotHighpass_H
#define __YNotHighpass_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* YNotHighpass - YNotHighpass.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotHighpass_H
#include "YNotHighpass.h"
#endif
void YNotHighpass::processReplacing(float **inputs, float **outputs, VstI... |
#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> |
/* ========================================
* YNotLowpass - YNotLowpass.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotLowpass_H
#include "YNotLowpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne... |
/* ========================================
* YNotLowpass - YNotLowpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotLowpass_H
#define __YNotLowpass_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* YNotLowpass - YNotLowpass.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotLowpass_H
#include "YNotLowpass.h"
#endif
void YNotLowpass::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> |
/* ========================================
* YNotNotch - YNotNotch.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotNotch_H
#include "YNotNotch.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new YNotNo... |
/* ========================================
* YNotNotch - YNotNotch.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotNotch_H
#define __YNotNotch_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* YNotNotch - YNotNotch.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __YNotNotch_H
#include "YNotNotch.h"
#endif
void YNotNotch::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> |
/* ========================================
* ZBandpass - ZBandpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZBandpass_H
#include "ZBandpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Z... |
/* ========================================
* ZBandpass - ZBandpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZBandpass_H
#define __ZBandpass_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* ZBandpass - ZBandpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZBandpass_H
#include "ZBandpass.h"
#endif
void ZBandpass::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> |
/* ========================================
* ZBandpass2 - ZBandpass2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZBandpass2_H
#include "ZBandpass2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* ZBandpass2 - ZBandpass2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZBandpass2_H
#define __ZBandpass2_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* ZBandpass2 - ZBandpass2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZBandpass2_H
#include "ZBandpass2.h"
#endif
void ZBandpass2::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> |
/* ========================================
* ZHighpass - ZHighpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZHighpass_H
#include "ZHighpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Z... |
/* ========================================
* ZHighpass - ZHighpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZHighpass_H
#define __ZHighpass_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* ZHighpass - ZHighpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZHighpass_H
#include "ZHighpass.h"
#endif
void ZHighpass::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> |
/* ========================================
* ZHighpass2 - ZHighpass2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZHighpass2_H
#include "ZHighpass2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n... |
/* ========================================
* ZHighpass2 - ZHighpass2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZHighpass2_H
#define __ZHighpass2_H
#ifndef __audioeffect__
#include "audioeffec... |
/* ========================================
* ZHighpass2 - ZHighpass2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZHighpass2_H
#include "ZHighpass2.h"
#endif
void ZHighpass2::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> |
/* ========================================
* ZLowpass - ZLowpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZLowpass_H
#include "ZLowpass.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ZLowp... |
/* ========================================
* ZLowpass - ZLowpass.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZLowpass_H
#define __ZLowpass_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* ZLowpass - ZLowpass.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZLowpass_H
#include "ZLowpass.h"
#endif
void ZLowpass::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> |
/* ========================================
* ZLowpass2 - ZLowpass2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZLowpass2_H
#include "ZLowpass2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Z... |
/* ========================================
* ZLowpass2 - ZLowpass2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZLowpass2_H
#define __ZLowpass2_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* ZLowpass2 - ZLowpass2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZLowpass2_H
#include "ZLowpass2.h"
#endif
void ZLowpass2::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> |
/* ========================================
* ZNotch - ZNotch.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZNotch_H
#include "ZNotch.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ZNotch(audioM... |
/* ========================================
* ZNotch - ZNotch.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZNotch_H
#define __ZNotch_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#i... |
/* ========================================
* ZNotch - ZNotch.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZNotch_H
#include "ZNotch.h"
#endif
void ZNotch::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> |
/* ========================================
* ZNotch2 - ZNotch2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZNotch2_H
#include "ZNotch2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ZNotch2(a... |
/* ========================================
* ZNotch2 - ZNotch2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZNotch2_H
#define __ZNotch2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* ZNotch2 - ZNotch2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZNotch2_H
#include "ZNotch2.h"
#endif
void ZNotch2::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> |
/* ========================================
* Zoom - Zoom.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Zoom_H
#include "Zoom.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Zoom(audioMaster);}
Zoom:... |
/* ========================================
* Zoom - Zoom.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Zoom_H
#define __Zoom_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>
#includ... |
/* ========================================
* Zoom - Zoom.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Zoom_H
#include "Zoom.h"
#endif
void Zoom::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> |
/* ========================================
* ZOutputStage - ZOutputStage.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZOutputStage_H
#include "ZOutputStage.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {retur... |
/* ========================================
* ZOutputStage - ZOutputStage.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZOutputStage_H
#define __ZOutputStage_H
#ifndef __audioeffect__
#include "audioeffectx.h... |
/* ========================================
* ZOutputStage - ZOutputStage.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZOutputStage_H
#include "ZOutputStage.h"
#endif
void ZOutputStage::processReplacing(float **inputs, float **outputs, VstI... |
#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> |
/* ========================================
* ZRegion - ZRegion.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZRegion_H
#include "ZRegion.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ZRegion(a... |
/* ========================================
* ZRegion - ZRegion.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZRegion_H
#define __ZRegion_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* ZRegion - ZRegion.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZRegion_H
#include "ZRegion.h"
#endif
void ZRegion::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> |
/* ========================================
* ZRegion2 - ZRegion2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZRegion2_H
#include "ZRegion2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ZRegi... |
/* ========================================
* ZRegion2 - ZRegion2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZRegion2_H
#define __ZRegion2_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#e... |
/* ========================================
* ZRegion2 - ZRegion2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ZRegion2_H
#include "ZRegion2.h"
#endif
void ZRegion2::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> |
/* ========================================
* Acceleration - Acceleration.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Acceleration_H
#include "Acceleration.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {... |
/* ========================================
* Acceleration - Acceleration.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Acceleration_H
#define __Acceleration_H
#ifndef __audioeffect__
#include "au... |
/* ========================================
* Acceleration - Acceleration.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Acceleration_H
#include "Acceleration.h"
#endif
void Acceleration::processReplacing(float **inputs, float **outputs,... |
#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> |
/* ========================================
* Acceleration2 - Acceleration2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Acceleration2_H
#include "Acceleration2.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaste... |
/* ========================================
* Acceleration2 - Acceleration2.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __Acceleration2_H
#define __Acceleration2_H
#ifndef __audioeffect__
#include... |
/* ========================================
* Acceleration2 - Acceleration2.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __Acceleration2_H
#include "Acceleration2.h"
#endif
void Acceleration2::processReplacing(float **inputs, float **out... |
#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> |
/* ========================================
* ADClip7 - ADClip7.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADClip7_H
#include "ADClip7.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ADClip7(a... |
/* ========================================
* ADClip7 - ADClip7.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADClip7_H
#define __ADClip7_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif... |
/* ========================================
* ADClip7 - ADClip7.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADClip7_H
#include "ADClip7.h"
#endif
void ADClip7::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> |
/* ========================================
* ADClip8 - ADClip8.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADClip8_H
#include "ADClip8.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ADClip8(audioM... |
/* ========================================
* ADClip8 - ADClip8.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) Airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADClip8_H
#define __ADClip8_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <... |
/* ========================================
* ADClip8 - ADClip8.h
* Copyright (c) airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADClip8_H
#include "ADClip8.h"
#endif
void ADClip8::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> |
/* ========================================
* ADT - ADT.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADT_H
#include "ADT.h"
#endif
AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ADT(audioMaster);}
ADT::... |
/* ========================================
* ADT - ADT.h
* Created 8/12/11 by SPIAdmin
* Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADT_H
#define __ADT_H
#ifndef __audioeffect__
#include "audioeffectx.h"
#endif
#include <set>... |
/* ========================================
* ADT - ADT.h
* Copyright (c) 2016 airwindows, Airwindows uses the MIT license
* ======================================== */
#ifndef __ADT_H
#include "ADT.h"
#endif
void ADT::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> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.