text stringlengths 1 24.5M |
|---|
/* ========================================
* 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... |
/* ========================================
* 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... |
/* ========================================
* 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 ... |
/* ========================================
* 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... |
/* ========================================
* 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 ... |
/* ========================================
* 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... |
/* ========================================
* 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... |
/* ========================================
* 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)
{
... |
/* ========================================
* 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)
... |
/* ========================================
* 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 = ... |
/* ========================================
* 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... |
/* ========================================
* 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)
... |
/* ========================================
* 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... |
/*
* File: Acceleration.cpp
*
* Version: 1.0
*
* Created: 1/18/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and yo... |
/*
* File: Acceleration.h
*
* Version: 1.0
*
* Created: 1/18/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your... |
/*
* File: AccelerationVersion.h
*
* Version: 1.0
*
* Created: 1/18/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, a... |
/*
* File: Acceleration2.cpp
*
* Version: 1.0
*
* Created: 12/21/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and ... |
/*
* File: Acceleration2.h
*
* Version: 1.0
*
* Created: 12/21/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and yo... |
/*
* File: Acceleration2Version.h
*
* Version: 1.0
*
* Created: 12/21/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms,... |
/*
* File: ADClip7.cpp
*
* Version: 1.0
*
* Created: 8/2/17
*
* Copyright: Copyright © 2017 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use... |
/*
* File: ADClip7.h
*
* Version: 1.0
*
* Created: 8/2/17
*
* Copyright: Copyright © 2017 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ... |
/*
* File: ADClip7Version.h
*
* Version: 1.0
*
* Created: 8/2/17
*
* Copyright: Copyright © 2017 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and you... |
/*
* File: ADClip8.cpp
*
* Version: 1.0
*
* Created: 2/6/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use... |
/*
* File: ADClip8.h
*
* Version: 1.0
*
* Created: 2/6/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ... |
/*
* File: ADClip8Version.h
*
* Version: 1.0
*
* Created: 2/6/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and you... |
/*
* File: ADT.cpp
*
* Version: 1.0
*
* Created: 9/28/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, i... |
/*
* File: ADT.h
*
* Version: 1.0
*
* Created: 9/28/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ins... |
/*
* File: ADTVersion.h
*
* Version: 1.0
*
* Created: 9/28/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your u... |
/*
* File: Air.cpp
*
* Version: 1.0
*
* Created: 1/12/07
*
* Copyright: Copyright © 2007 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, i... |
/*
* File: Air.h
*
* Version: 1.0
*
* Created: 1/12/07
*
* Copyright: Copyright © 2007 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ins... |
/*
* File: AirVersion.h
*
* Version: 1.0
*
* Created: 1/12/07
*
* Copyright: Copyright © 2007 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your u... |
/*
* File: Air2.cpp
*
* Version: 1.0
*
* Created: 7/5/21
*
* Copyright: Copyright © 2021 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and y... |
/*
* File: Air2.h
*
* Version: 1.0
*
* Created: 7/5/21
*
* Copyright: Copyright © 2021 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ins... |
/*
* File: Air2Version.h
*
* Version: 1.0
*
* Created: 7/5/21
*
* Copyright: Copyright © 2021 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your u... |
/*
* File: Air3.cpp
*
* Version: 1.0
*
* Created: 2/16/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ... |
/*
* File: Air3.h
*
* Version: 1.0
*
* Created: 2/16/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, in... |
/*
* File: Air3Version.h
*
* Version: 1.0
*
* Created: 2/16/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your ... |
/*
* File: Air4.cpp
*
* Version: 1.0
*
* Created: 11/4/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ... |
/*
* File: Air4.h
*
* Version: 1.0
*
* Created: 11/4/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, in... |
/*
* File: Air4Version.h
*
* Version: 1.0
*
* Created: 11/4/24
*
* Copyright: Copyright © 2024 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your ... |
/*
* File: AngleEQ.cpp
*
* Version: 1.0
*
* Created: 3/19/25
*
* Copyright: Copyright © 2025 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your us... |
/*
* File: AngleEQ.h
*
* Version: 1.0
*
* Created: 3/19/25
*
* Copyright: Copyright © 2025 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use,... |
/*
* File: AngleEQVersion.h
*
* Version: 1.0
*
* Created: 3/19/25
*
* Copyright: Copyright © 2025 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and yo... |
/*
* File: AngleFilter.cpp
*
* Version: 1.0
*
* Created: 3/19/25
*
* Copyright: Copyright © 2025 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and you... |
/*
* File: AngleFilter.h
*
* Version: 1.0
*
* Created: 3/19/25
*
* Copyright: Copyright © 2025 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your ... |
/*
* File: AngleFilterVersion.h
*
* Version: 1.0
*
* Created: 3/19/25
*
* Copyright: Copyright © 2025 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, an... |
/*
* File: Apicolypse.cpp
*
* Version: 1.0
*
* Created: 1/11/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your... |
/*
* File: Apicolypse.h
*
* Version: 1.0
*
* Created: 1/11/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your u... |
/*
* File: ApicolypseVersion.h
*
* Version: 1.0
*
* Created: 1/11/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and... |
/*
* File: AQuickVoiceClip.cpp
*
* Version: 1.0
*
* Created: 10/3/13
*
* Copyright: Copyright © 2013 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and... |
/*
* File: AQuickVoiceClip.h
*
* Version: 1.0
*
* Created: 10/3/13
*
* Copyright: Copyright © 2013 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and y... |
/*
* File: AQuickVoiceClipVersion.h
*
* Version: 1.0
*
* Created: 10/3/13
*
* Copyright: Copyright © 2013 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms... |
/*
* File: AtmosphereBuss.cpp
*
* Version: 1.0
*
* Created: 3/10/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and ... |
/*
* File: AtmosphereBuss.h
*
* Version: 1.0
*
* Created: 3/10/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and yo... |
/*
* File: AtmosphereBussVersion.h
*
* Version: 1.0
*
* Created: 3/10/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms,... |
/*
* File: AtmosphereChannel.cpp
*
* Version: 1.0
*
* Created: 3/10/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, a... |
/*
* File: AtmosphereChannel.h
*
* Version: 1.0
*
* Created: 3/10/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and... |
/*
* File: AtmosphereChannelVersion.h
*
* Version: 1.0
*
* Created: 3/10/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following ter... |
/*
* File: Aura.cpp
*
* Version: 1.0
*
* Created: 10/7/15
*
* Copyright: Copyright © 2015 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ... |
/*
* File: Aura.h
*
* Version: 1.0
*
* Created: 10/7/15
*
* Copyright: Copyright © 2015 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, in... |
/*
* File: AuraVersion.h
*
* Version: 1.0
*
* Created: 10/7/15
*
* Copyright: Copyright © 2015 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your ... |
/*
* File: AutoPan.cpp
*
* Version: 1.0
*
* Created: 3/25/21
*
* Copyright: Copyright © 2021 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your us... |
/*
* File: AutoPan.h
*
* Version: 1.0
*
* Created: 3/25/21
*
* Copyright: Copyright © 2021 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use,... |
/*
* File: AutoPanVersion.h
*
* Version: 1.0
*
* Created: 3/25/21
*
* Copyright: Copyright © 2021 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and yo... |
/*
* File: Average.cpp
*
* Version: 1.0
*
* Created: 5/5/14
*
* Copyright: Copyright © 2014 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use... |
/*
* File: Average.h
*
* Version: 1.0
*
* Created: 5/5/14
*
* Copyright: Copyright © 2014 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use, ... |
/*
* File: AverageVersion.h
*
* Version: 1.0
*
* Created: 5/5/14
*
* Copyright: Copyright © 2014 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and you... |
/*
* File: AverMatrix.cpp
*
* Version: 1.0
*
* Created: 6/1/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your ... |
/*
* File: AverMatrix.h
*
* Version: 1.0
*
* Created: 6/1/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your us... |
/*
* File: AverMatrixVersion.h
*
* Version: 1.0
*
* Created: 6/1/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and ... |
/*
* File: Balanced.cpp
*
* Version: 1.0
*
* Created: 6/7/22
*
* Copyright: Copyright © 2022 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your us... |
/*
* File: Balanced.h
*
* Version: 1.0
*
* Created: 6/7/22
*
* Copyright: Copyright © 2022 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use,... |
/*
* File: BalancedVersion.h
*
* Version: 1.0
*
* Created: 6/7/22
*
* Copyright: Copyright © 2022 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and yo... |
/*
* File: BassAmp.cpp
*
* Version: 1.0
*
* Created: 5/30/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your us... |
/*
* File: BassAmp.h
*
* Version: 1.0
*
* Created: 5/30/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and your use,... |
/*
* File: BassAmpVersion.h
*
* Version: 1.0
*
* Created: 5/30/20
*
* Copyright: Copyright © 2020 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and yo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.